Gray (Neutral)
#728780
RGB: 114, 135, 128
Color OverviewHEX #728780
#728780 Color Code Information
In the RGB color space, #728780 is composed of 45% red, 53% green, and 50% blue. In the HSL color space, it has a hue of 160°, saturation of 8%, and lightness of 49%.
HEX
#728780
RGB
114, 135, 128
HSL
160°, 8%, 49%
HSV
160°, 16%, 53%
CMYK
16%, 0%, 5%, 47%
Name Match
Gray
Closest StandardShades of #728780 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #728780 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #728780 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #728780
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #728780 Background
Contrast Ratio against Pure White (#FFFFFF):3.82 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #728780 Background
Contrast Ratio against Pure Black (#000000):5.49 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #728780;
}
.element {
color: #728780;
background-color: #728780;
border-color: #728780;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#728780] text-[#728780] border-[#728780]"> Content styled with #728780 </div>