Shades of Deep Fir #072710
Tints of Deep Fir #072710
RGB
CMYK
RGB Variations
Color information
#072710 (or 0x072710) is known color: Deep Fir. HEX triplet: 07, 27 and 10. RGB value is (7,39,16). Sum of RGB (Red+Green+Blue) = 7+39+16=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 39 (15.62% from 255 or 62.90% from 62); Blue value is 16 (6.64% from 255 or 25.81% from 62); Max value from RGB is 39 - color contains mainly: green. Hex color #072710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072710 is #F8D8EF. Grayscale: #1A1A1A. Windows color (decimal): -16308464 or 1058567. OLE color: 1058567.
HSL color Cylindrical-coordinate representation of color #072710: hue angle of 136.88º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072710 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 39 | 16 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.85 |
| HSL | 136.88º | 0.7% | 0.09% | - |
| HSV(B) | 136.88º | 0.82% | 0.15% | - |
| XYZ | 0.91 | 1.53 | 0.74 | - |
| YUV | 26.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 16 | 0.82 | 0 | 0.59 | 0.85 | 136.88 | 0.7 | 0.09 |
| Hex | 7 | 27 | 10 | 52 | 0 | 3B | 55 | 89 | 46 | 9 |
| Octal | 7 | 47 | 20 | 122 | 0 | 73 | 125 | 211 | 106 | 11 |
| Binary | 111 | 100111 | 10000 | 1010010 | 0 | 111011 | 1010101 | 10001001 | 1000110 | 1001 |
Color Harmonies of #072710
Complementary color
Monochromatic Colors of #072710
Black with #072710
Text Example
Text Example
White with #072710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072710; }
p { color: rgb(7,39,16); }
H1.HeaderClassName
{
color: #072710;
}
.AnyTagClassName
{
color: #072710;
}
</style>
background-color css
<style>
a { background-color: #072710; }
a { background-color: rgb(7,39,16); }
div.DivClassName
{
background-color: #072710;
}
.BgClassName
{
background-color: #072710;
}
</style>
border-color css
<style>
span { border-color: #072710; }
span { border-color: rgb(7,39,16); }
td.TdClassName
{
border-color: #072710;
}
.TagClassName
{
border-color: #072710;
}
</style>