Shades of Hemlock #707052
Tints of Hemlock #707052
RGB
CMYK
RGB Variations
Color information
#707052 (or 0x707052) is known color: Hemlock. HEX triplet: 70, 70 and 52. RGB value is (112,112,82). Sum of RGB (Red+Green+Blue) = 112+112+82=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707052 is #8F8FAD. Grayscale: #6C6C6C. Windows color (decimal): -9408430 or 5402736. OLE color: 5402736.
HSL color Cylindrical-coordinate representation of color #707052: hue angle of 60º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #707052 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 82 | - |
| CMYK | 0 | 0 | 0.27 | 0.56 |
| HSL | 60º | 0.15% | 0.38% | - |
| HSV(B) | 60º | 0.27% | 0.44% | - |
| XYZ | 14 | 15.64 | 10.26 | - |
| YUV | 108.58 | 113 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 82 | 0 | 0 | 0.27 | 0.56 | 60 | 0.15 | 0.38 |
| Hex | 70 | 70 | 52 | 0 | 0 | 1B | 38 | 3C | F | 26 |
| Octal | 160 | 160 | 122 | 0 | 0 | 33 | 70 | 74 | 17 | 46 |
| Binary | 1110000 | 1110000 | 1010010 | 0 | 0 | 11011 | 111000 | 111100 | 1111 | 100110 |
Color Harmonies of #707052
Complementary color
Monochromatic Colors of #707052
Black with #707052
Text Example
Text Example
White with #707052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707052; }
p { color: rgb(112,112,82); }
H1.HeaderClassName
{
color: #707052;
}
.AnyTagClassName
{
color: #707052;
}
</style>
background-color css
<style>
a { background-color: #707052; }
a { background-color: rgb(112,112,82); }
div.DivClassName
{
background-color: #707052;
}
.BgClassName
{
background-color: #707052;
}
</style>
border-color css
<style>
span { border-color: #707052; }
span { border-color: rgb(112,112,82); }
td.TdClassName
{
border-color: #707052;
}
.TagClassName
{
border-color: #707052;
}
</style>