#7C5F07
A dark, vivid yellow closely aligning with Olive.
About #7C5F07
At its core, #7C5F07 is a dark and vivid hue. Designers often compare it to the standard color Olive. Its digital footprint relies on 124 parts red, 95 parts green, and 7 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 23% magenta, 94% yellow, and 51% black. This makes it a relatively dark color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#7C5F07
RGB124, 95, 7
HSL45.1°, 89.3%, 25.7%
CMYK0%, 23%, 94%, 51%
HSV45.1°, 94.4%, 48.6%
LAB42.0, 4.0, 47.6
XYZ12.4, 12.5, 2.0
Decimal8150791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.01:1
Text on #FFFFFF
AA
3.50:1
Text on #000000
AA Large
5.74:1
Text on #F8FAFC
AA
2.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #7C5F07;
}
.text-color {
color: #7C5F07;
}
.border-color {
border: 2px solid #7C5F07;
}