Shades of Hemlock #707043
Tints of Hemlock #707043
RGB
CMYK
RGB Variations
Color information
#707043 (or 0x707043) is known color: Hemlock. HEX triplet: 70, 70 and 43. RGB value is (112,112,67). Sum of RGB (Red+Green+Blue) = 112+112+67=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707043 is #8F8FBC. Grayscale: #6B6B6B. Windows color (decimal): -9408445 or 4419696. OLE color: 4419696.
HSL color Cylindrical-coordinate representation of color #707043: hue angle of 60º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707043 is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 67 | - |
| CMYK | 0 | 0 | 0.40 | 0.56 |
| HSL | 60º | 0.25% | 0.35% | - |
| HSV(B) | 60º | 0.4% | 0.44% | - |
| XYZ | 13.49 | 15.44 | 7.58 | - |
| YUV | 106.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 67 | 0 | 0 | 0.40 | 0.56 | 60 | 0.25 | 0.35 |
| Hex | 70 | 70 | 43 | 0 | 0 | 28 | 38 | 3C | 19 | 23 |
| Octal | 160 | 160 | 103 | 0 | 0 | 50 | 70 | 74 | 31 | 43 |
| Binary | 1110000 | 1110000 | 1000011 | 0 | 0 | 101000 | 111000 | 111100 | 11001 | 100011 |
Color Harmonies of #707043
Complementary color
Monochromatic Colors of #707043
Black with #707043
Text Example
Text Example
White with #707043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707043; }
p { color: rgb(112,112,67); }
H1.HeaderClassName
{
color: #707043;
}
.AnyTagClassName
{
color: #707043;
}
</style>
background-color css
<style>
a { background-color: #707043; }
a { background-color: rgb(112,112,67); }
div.DivClassName
{
background-color: #707043;
}
.BgClassName
{
background-color: #707043;
}
</style>
border-color css
<style>
span { border-color: #707043; }
span { border-color: rgb(112,112,67); }
td.TdClassName
{
border-color: #707043;
}
.TagClassName
{
border-color: #707043;
}
</style>