#072407
A very dark, moderate neutral closely aligning with Black.
About #072407
When working with digital screens, the color #072407 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(7, 36, 7).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 81% C, 0% M, 81% Y, and 86% K. With a hue angle of 120.0 degrees, it sits comfortably in the neutral spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#072407
RGB7, 36, 7
HSL120.0°, 67.4%, 8.4%
CMYK81%, 0%, 81%, 86%
HSV120.0°, 80.6%, 14.1%
LAB11.4, -18.3, 13.8
XYZ0.8, 1.3, 0.4
Decimal467975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.61:1
Text on #FFFFFF
AAA
1.26:1
Text on #000000
FAIL
15.87:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #072407;
}
.text-color {
color: #072407;
}
.border-color {
border: 2px solid #072407;
}