Shades of Hemlock #707440
Tints of Hemlock #707440
RGB
CMYK
RGB Variations
Color information
#707440 (or 0x707440) is known color: Hemlock. HEX triplet: 70, 74 and 40. RGB value is (112,116,64). Sum of RGB (Red+Green+Blue) = 112+116+64=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 116 - color contains mainly: green. Hex color #707440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707440 is #8F8BBF. Grayscale: #6D6D6D. Windows color (decimal): -9407424 or 4224112. OLE color: 4224112.
HSL color Cylindrical-coordinate representation of color #707440: hue angle of 64.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #707440 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 112 | 116 | 64 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.55 |
| HSL | 64.62º | 0.29% | 0.35% | - |
| HSV(B) | 64.62º | 0.45% | 0.45% | - |
| XYZ | 13.85 | 16.31 | 7.27 | - |
| YUV | 108.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 116 | 64 | 0.03 | 0 | 0.45 | 0.55 | 64.62 | 0.29 | 0.35 |
| Hex | 70 | 74 | 40 | 3 | 0 | 2D | 37 | 41 | 1D | 23 |
| Octal | 160 | 164 | 100 | 3 | 0 | 55 | 67 | 101 | 35 | 43 |
| Binary | 1110000 | 1110100 | 1000000 | 11 | 0 | 101101 | 110111 | 1000001 | 11101 | 100011 |
Color Harmonies of #707440
Complementary color
Monochromatic Colors of #707440
Black with #707440
Text Example
Text Example
White with #707440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707440; }
p { color: rgb(112,116,64); }
H1.HeaderClassName
{
color: #707440;
}
.AnyTagClassName
{
color: #707440;
}
</style>
background-color css
<style>
a { background-color: #707440; }
a { background-color: rgb(112,116,64); }
div.DivClassName
{
background-color: #707440;
}
.BgClassName
{
background-color: #707440;
}
</style>
border-color css
<style>
span { border-color: #707440; }
span { border-color: rgb(112,116,64); }
td.TdClassName
{
border-color: #707440;
}
.TagClassName
{
border-color: #707440;
}
</style>