Shades of Hemlock #707048
Tints of Hemlock #707048
RGB
CMYK
RGB Variations
Color information
#707048 (or 0x707048) is known color: Hemlock. HEX triplet: 70, 70 and 48. RGB value is (112,112,72). Sum of RGB (Red+Green+Blue) = 112+112+72=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707048 is #8F8FB7. Grayscale: #6B6B6B. Windows color (decimal): -9408440 or 4747376. OLE color: 4747376.
HSL color Cylindrical-coordinate representation of color #707048: hue angle of 60º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #707048 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 72 | - |
| CMYK | 0 | 0 | 0.36 | 0.56 |
| HSL | 60º | 0.22% | 0.36% | - |
| HSV(B) | 60º | 0.36% | 0.44% | - |
| XYZ | 13.65 | 15.5 | 8.4 | - |
| YUV | 107.44 | 108 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 72 | 0 | 0 | 0.36 | 0.56 | 60 | 0.22 | 0.36 |
| Hex | 70 | 70 | 48 | 0 | 0 | 24 | 38 | 3C | 16 | 24 |
| Octal | 160 | 160 | 110 | 0 | 0 | 44 | 70 | 74 | 26 | 44 |
| Binary | 1110000 | 1110000 | 1001000 | 0 | 0 | 100100 | 111000 | 111100 | 10110 | 100100 |
Color Harmonies of #707048
Complementary color
Monochromatic Colors of #707048
Black with #707048
Text Example
Text Example
White with #707048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707048; }
p { color: rgb(112,112,72); }
H1.HeaderClassName
{
color: #707048;
}
.AnyTagClassName
{
color: #707048;
}
</style>
background-color css
<style>
a { background-color: #707048; }
a { background-color: rgb(112,112,72); }
div.DivClassName
{
background-color: #707048;
}
.BgClassName
{
background-color: #707048;
}
</style>
border-color css
<style>
span { border-color: #707048; }
span { border-color: rgb(112,112,72); }
td.TdClassName
{
border-color: #707048;
}
.TagClassName
{
border-color: #707048;
}
</style>