#7C927C
A medium, muted neutral closely aligning with Gray.
About #7C927C
At its core, #7C927C is a medium and muted hue. It is closely associated with the named CSS color Gray. This translates to an RGB value of rgb(124, 146, 124).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 15% C, 0% M, 15% Y, and 43% K. The HSL representation is 120.0° hue, 9.2% saturation, and 52.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C927C
RGB124, 146, 124
HSL120.0°, 9.2%, 52.9%
CMYK15%, 0%, 15%, 43%
HSV120.0°, 15.1%, 57.3%
LAB58.3, -12.3, 9.1
XYZ22.2, 26.3, 23.0
Decimal8163964
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.35:1
Text on #FFFFFF
AA Large
6.26:1
Text on #000000
AA
3.21:1
Text on #F8FAFC
AA Large
5.32:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #7C927C;
}
.text-color {
color: #7C927C;
}
.border-color {
border: 2px solid #7C927C;
}