Gray (Neutral)
#728C6D
RGB: 114, 140, 109
Color OverviewHEX #728C6D

#728C6D Color Code Information

In the RGB color space, #728C6D is composed of 45% red, 55% green, and 43% blue. In the HSL color space, it has a hue of 110°, saturation of 12%, and lightness of 49%.

HEX
#728C6D
RGB
114, 140, 109
HSL
110°, 12%, 49%
HSV
110°, 22%, 55%
CMYK
19%, 0%, 22%, 45%
Name Match
Gray
Closest Standard

Shades of #728C6D (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #728C6D (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #728C6D (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #728C6D

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #728C6D Background
Contrast Ratio against Pure White (#FFFFFF):3.69 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #728C6D Background
Contrast Ratio against Pure Black (#000000):5.69 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #728C6D;
}

.element {
  color: #728C6D;
  background-color: #728C6D;
  border-color: #728C6D;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#728C6D] text-[#728C6D] border-[#728C6D]">
  Content styled with #728C6D
</div>