Shades of Davy's Grey #70886E
Tints of Davy's Grey #70886E
RGB
CMYK
RGB Variations
Color information
#70886E (or 0x70886E) is known color: Davy's Grey. HEX triplet: 70, 88 and 6E. RGB value is (112,136,110). Sum of RGB (Red+Green+Blue) = 112+136+110=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #70886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70886E is #8F7791. Grayscale: #7D7D7D. Windows color (decimal): -9402258 or 7243888. OLE color: 7243888.
HSL color Cylindrical-coordinate representation of color #70886E: hue angle of 115.38º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #70886E is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 136 | 110 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.47 |
| HSL | 115.38º | 0.11% | 0.48% | - |
| HSV(B) | 115.38º | 0.19% | 0.53% | - |
| XYZ | 18.3 | 22.18 | 18.07 | - |
| YUV | 125.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 136 | 110 | 0.18 | 0 | 0.19 | 0.47 | 115.38 | 0.11 | 0.48 |
| Hex | 70 | 88 | 6E | 12 | 0 | 13 | 2F | 73 | B | 30 |
| Octal | 160 | 210 | 156 | 22 | 0 | 23 | 57 | 163 | 13 | 60 |
| Binary | 1110000 | 10001000 | 1101110 | 10010 | 0 | 10011 | 101111 | 1110011 | 1011 | 110000 |
Color Harmonies of #70886E
Complementary color
Monochromatic Colors of #70886E
Black with #70886E
Text Example
Text Example
White with #70886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70886E; }
p { color: rgb(112,136,110); }
H1.HeaderClassName
{
color: #70886E;
}
.AnyTagClassName
{
color: #70886E;
}
</style>
background-color css
<style>
a { background-color: #70886E; }
a { background-color: rgb(112,136,110); }
div.DivClassName
{
background-color: #70886E;
}
.BgClassName
{
background-color: #70886E;
}
</style>
border-color css
<style>
span { border-color: #70886E; }
span { border-color: rgb(112,136,110); }
td.TdClassName
{
border-color: #70886E;
}
.TagClassName
{
border-color: #70886E;
}
</style>