#8A7C66
A medium, muted orange closely aligning with Gray.
About #8A7C66
At its core, #8A7C66 is a medium and muted hue. Its closest recognized web color is Gray. In the RGB color space, it consists of 138 red, 124 green, and 102 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 10% Magenta, 26% Yellow, and 46% Black. With a hue angle of 36.7 degrees, it sits comfortably in the orange spectrum.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#8A7C66
RGB138, 124, 102
HSL36.7°, 15.0%, 47.1%
CMYK0%, 10%, 26%, 46%
HSV36.7°, 26.1%, 54.1%
LAB52.7, 1.7, 14.0
XYZ20.1, 20.8, 15.5
Decimal9075814
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.07:1
Text on #FFFFFF
AA Large
5.16:1
Text on #000000
AA
3.89:1
Text on #F8FAFC
AA Large
4.38:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #8A7C66;
}
.text-color {
color: #8A7C66;
}
.border-color {
border: 2px solid #8A7C66;
}