Gray (Neutral)
#76877E
RGB: 118, 135, 126
Color OverviewHEX #76877E
#76877E Color Code Information
In the RGB color space, #76877E is composed of 46% red, 53% green, and 49% blue. In the HSL color space, it has a hue of 148°, saturation of 7%, and lightness of 50%.
HEX
#76877E
RGB
118, 135, 126
HSL
148°, 7%, 50%
HSV
148°, 13%, 53%
CMYK
13%, 0%, 7%, 47%
Name Match
Gray
Closest StandardShades of #76877E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #76877E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #76877E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #76877E
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 #76877E Background
Contrast Ratio against Pure White (#FFFFFF):3.79 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #76877E Background
Contrast Ratio against Pure Black (#000000):5.54 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #76877E;
}
.element {
color: #76877E;
background-color: #76877E;
border-color: #76877E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#76877E] text-[#76877E] border-[#76877E]"> Content styled with #76877E </div>