Shades of Hemlock #707044
Tints of Hemlock #707044
RGB
CMYK
RGB Variations
Color information
#707044 (or 0x707044) is known color: Hemlock. HEX triplet: 70, 70 and 44. RGB value is (112,112,68). Sum of RGB (Red+Green+Blue) = 112+112+68=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707044 is #8F8FBB. Grayscale: #6B6B6B. Windows color (decimal): -9408444 or 4485232. OLE color: 4485232.
HSL color Cylindrical-coordinate representation of color #707044: hue angle of 60º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #707044 is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 68 | - |
| CMYK | 0 | 0 | 0.39 | 0.56 |
| HSL | 60º | 0.24% | 0.35% | - |
| HSV(B) | 60º | 0.39% | 0.44% | - |
| XYZ | 13.52 | 15.45 | 7.74 | - |
| YUV | 106.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 68 | 0 | 0 | 0.39 | 0.56 | 60 | 0.24 | 0.35 |
| Hex | 70 | 70 | 44 | 0 | 0 | 27 | 38 | 3C | 18 | 23 |
| Octal | 160 | 160 | 104 | 0 | 0 | 47 | 70 | 74 | 30 | 43 |
| Binary | 1110000 | 1110000 | 1000100 | 0 | 0 | 100111 | 111000 | 111100 | 11000 | 100011 |
Color Harmonies of #707044
Complementary color
Monochromatic Colors of #707044
Black with #707044
Text Example
Text Example
White with #707044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707044; }
p { color: rgb(112,112,68); }
H1.HeaderClassName
{
color: #707044;
}
.AnyTagClassName
{
color: #707044;
}
</style>
background-color css
<style>
a { background-color: #707044; }
a { background-color: rgb(112,112,68); }
div.DivClassName
{
background-color: #707044;
}
.BgClassName
{
background-color: #707044;
}
</style>
border-color css
<style>
span { border-color: #707044; }
span { border-color: rgb(112,112,68); }
td.TdClassName
{
border-color: #707044;
}
.TagClassName
{
border-color: #707044;
}
</style>