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