Shades of Davy's Grey #70876F
Tints of Davy's Grey #70876F
RGB
CMYK
RGB Variations
Color information
#70876F (or 0x70876F) is known color: Davy's Grey. HEX triplet: 70, 87 and 6F. RGB value is (112,135,111). Sum of RGB (Red+Green+Blue) = 112+135+111=358 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.28% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 135 - color contains mainly: green. Hex color #70876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70876F is #8F7890. Grayscale: #7D7D7D. Windows color (decimal): -9402513 or 7309168. OLE color: 7309168.
HSL color Cylindrical-coordinate representation of color #70876F: hue angle of 117.5º 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 #70876F is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 111 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.47 |
| HSL | 117.5º | 0.1% | 0.48% | - |
| HSV(B) | 117.5º | 0.18% | 0.53% | - |
| XYZ | 18.22 | 21.92 | 18.31 | - |
| YUV | 125.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 111 | 0.17 | 0 | 0.18 | 0.47 | 117.5 | 0.1 | 0.48 |
| Hex | 70 | 87 | 6F | 11 | 0 | 12 | 2F | 76 | A | 30 |
| Octal | 160 | 207 | 157 | 21 | 0 | 22 | 57 | 166 | 12 | 60 |
| Binary | 1110000 | 10000111 | 1101111 | 10001 | 0 | 10010 | 101111 | 1110110 | 1010 | 110000 |
Color Harmonies of #70876F
Complementary color
Monochromatic Colors of #70876F
Black with #70876F
Text Example
Text Example
White with #70876F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70876F; }
p { color: rgb(112,135,111); }
H1.HeaderClassName
{
color: #70876F;
}
.AnyTagClassName
{
color: #70876F;
}
</style>
background-color css
<style>
a { background-color: #70876F; }
a { background-color: rgb(112,135,111); }
div.DivClassName
{
background-color: #70876F;
}
.BgClassName
{
background-color: #70876F;
}
</style>
border-color css
<style>
span { border-color: #70876F; }
span { border-color: rgb(112,135,111); }
td.TdClassName
{
border-color: #70876F;
}
.TagClassName
{
border-color: #70876F;
}
</style>