#7C6D49
A dark, muted orange closely aligning with Darkolivegreen.
About #7C6D49
The hex code #7C6D49 represents a beautifully specific shade of orange. Designers often compare it to the standard color Darkolivegreen. In the RGB color space, it consists of 124 red, 109 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 12% magenta inks. With a hue angle of 42.4 degrees, it sits comfortably in the orange spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#7C6D49
RGB124, 109, 73
HSL42.4°, 25.9%, 38.6%
CMYK0%, 12%, 41%, 51%
HSV42.4°, 41.1%, 48.6%
LAB46.6, 0.3, 22.3
XYZ15.0, 15.7, 8.5
Decimal8154441
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.07:1
Text on #FFFFFF
AA
4.14:1
Text on #000000
AA Large
4.85:1
Text on #F8FAFC
AA
3.52:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #7C6D49;
}
.text-color {
color: #7C6D49;
}
.border-color {
border: 2px solid #7C6D49;
}