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