#758366
A medium, muted green closely aligning with Gray.
About #758366
At its core, #758366 is a medium and muted hue. It is closely associated with the named CSS color Gray. This translates to an RGB value of rgb(117, 131, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 11% Cyan, 0% Magenta, 22% Yellow, and 49% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#758366
RGB117, 131, 102
HSL89.0°, 12.4%, 45.7%
CMYK11%, 0%, 22%, 49%
HSV89.0°, 22.1%, 51.4%
LAB52.9, -10.7, 14.0
XYZ17.9, 21.0, 15.7
Decimal7701350
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.19:1
Text on #000000
AA
3.86:1
Text on #F8FAFC
AA Large
4.42:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #758366;
}
.text-color {
color: #758366;
}
.border-color {
border: 2px solid #758366;
}