Shades of Davy's Grey #70866E
Tints of Davy's Grey #70866E
RGB
CMYK
RGB Variations
Color information
#70866E (or 0x70866E) is known color: Davy's Grey. HEX triplet: 70, 86 and 6E. RGB value is (112,134,110). Sum of RGB (Red+Green+Blue) = 112+134+110=356 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.46% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 134 - color contains mainly: green. Hex color #70866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70866E is #8F7991. Grayscale: #7C7C7C. Windows color (decimal): -9402770 or 7243376. OLE color: 7243376.
HSL color Cylindrical-coordinate representation of color #70866E: hue angle of 115º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #70866E is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 134 | 110 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.47 |
| HSL | 115º | 0.1% | 0.48% | - |
| HSV(B) | 115º | 0.18% | 0.53% | - |
| XYZ | 18.02 | 21.62 | 17.98 | - |
| YUV | 124.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 134 | 110 | 0.16 | 0 | 0.18 | 0.47 | 115 | 0.1 | 0.48 |
| Hex | 70 | 86 | 6E | 10 | 0 | 12 | 2F | 73 | A | 30 |
| Octal | 160 | 206 | 156 | 20 | 0 | 22 | 57 | 163 | 12 | 60 |
| Binary | 1110000 | 10000110 | 1101110 | 10000 | 0 | 10010 | 101111 | 1110011 | 1010 | 110000 |
Color Harmonies of #70866E
Complementary color
Monochromatic Colors of #70866E
Black with #70866E
Text Example
Text Example
White with #70866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70866E; }
p { color: rgb(112,134,110); }
H1.HeaderClassName
{
color: #70866E;
}
.AnyTagClassName
{
color: #70866E;
}
</style>
background-color css
<style>
a { background-color: #70866E; }
a { background-color: rgb(112,134,110); }
div.DivClassName
{
background-color: #70866E;
}
.BgClassName
{
background-color: #70866E;
}
</style>
border-color css
<style>
span { border-color: #70866E; }
span { border-color: rgb(112,134,110); }
td.TdClassName
{
border-color: #70866E;
}
.TagClassName
{
border-color: #70866E;
}
</style>