Shades of Davy's Grey #70856E
Tints of Davy's Grey #70856E
RGB
CMYK
RGB Variations
Color information
#70856E (or 0x70856E) is known color: Davy's Grey. HEX triplet: 70, 85 and 6E. RGB value is (112,133,110). Sum of RGB (Red+Green+Blue) = 112+133+110=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #70856E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70856E is #8F7A91. Grayscale: #7C7C7C. Windows color (decimal): -9403026 or 7243120. OLE color: 7243120.
HSL color Cylindrical-coordinate representation of color #70856E: hue angle of 114.78º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #70856E is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 112 | 133 | 110 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.48 |
| HSL | 114.78º | 0.09% | 0.48% | - |
| HSV(B) | 114.78º | 0.17% | 0.52% | - |
| XYZ | 17.88 | 21.35 | 17.93 | - |
| YUV | 124.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 110 | 0.16 | 0 | 0.17 | 0.48 | 114.78 | 0.09 | 0.48 |
| Hex | 70 | 85 | 6E | 10 | 0 | 11 | 30 | 73 | 9 | 30 |
| Octal | 160 | 205 | 156 | 20 | 0 | 21 | 60 | 163 | 11 | 60 |
| Binary | 1110000 | 10000101 | 1101110 | 10000 | 0 | 10001 | 110000 | 1110011 | 1001 | 110000 |
Color Harmonies of #70856E
Complementary color
Monochromatic Colors of #70856E
Black with #70856E
Text Example
Text Example
White with #70856E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70856E; }
p { color: rgb(112,133,110); }
H1.HeaderClassName
{
color: #70856E;
}
.AnyTagClassName
{
color: #70856E;
}
</style>
background-color css
<style>
a { background-color: #70856E; }
a { background-color: rgb(112,133,110); }
div.DivClassName
{
background-color: #70856E;
}
.BgClassName
{
background-color: #70856E;
}
</style>
border-color css
<style>
span { border-color: #70856E; }
span { border-color: rgb(112,133,110); }
td.TdClassName
{
border-color: #70856E;
}
.TagClassName
{
border-color: #70856E;
}
</style>