Shades of Hemlock #70704F
Tints of Hemlock #70704F
RGB
CMYK
RGB Variations
Color information
#70704F (or 0x70704F) is known color: Hemlock. HEX triplet: 70, 70 and 4F. RGB value is (112,112,79). Sum of RGB (Red+Green+Blue) = 112+112+79=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70704F is #8F8FB0. Grayscale: #6C6C6C. Windows color (decimal): -9408433 or 5206128. OLE color: 5206128.
HSL color Cylindrical-coordinate representation of color #70704F: hue angle of 60º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70704F is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 79 | - |
| CMYK | 0 | 0 | 0.29 | 0.56 |
| HSL | 60º | 0.17% | 0.37% | - |
| HSV(B) | 60º | 0.29% | 0.44% | - |
| XYZ | 13.89 | 15.6 | 9.68 | - |
| YUV | 108.24 | 111.5 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 79 | 0 | 0 | 0.29 | 0.56 | 60 | 0.17 | 0.37 |
| Hex | 70 | 70 | 4F | 0 | 0 | 1D | 38 | 3C | 11 | 25 |
| Octal | 160 | 160 | 117 | 0 | 0 | 35 | 70 | 74 | 21 | 45 |
| Binary | 1110000 | 1110000 | 1001111 | 0 | 0 | 11101 | 111000 | 111100 | 10001 | 100101 |
Color Harmonies of #70704F
Complementary color
Monochromatic Colors of #70704F
Black with #70704F
Text Example
Text Example
White with #70704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70704F; }
p { color: rgb(112,112,79); }
H1.HeaderClassName
{
color: #70704F;
}
.AnyTagClassName
{
color: #70704F;
}
</style>
background-color css
<style>
a { background-color: #70704F; }
a { background-color: rgb(112,112,79); }
div.DivClassName
{
background-color: #70704F;
}
.BgClassName
{
background-color: #70704F;
}
</style>
border-color css
<style>
span { border-color: #70704F; }
span { border-color: rgb(112,112,79); }
td.TdClassName
{
border-color: #70704F;
}
.TagClassName
{
border-color: #70704F;
}
</style>