Shades of Davy's Grey #718870
Tints of Davy's Grey #718870
RGB
CMYK
RGB Variations
Color information
#718870 (or 0x718870) is known color: Davy's Grey. HEX triplet: 71, 88 and 70. RGB value is (113,136,112). Sum of RGB (Red+Green+Blue) = 113+136+112=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 136 - color contains mainly: green. Hex color #718870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718870 is #8E778F. Grayscale: #7E7E7E. Windows color (decimal): -9336720 or 7374961. OLE color: 7374961.
HSL color Cylindrical-coordinate representation of color #718870: hue angle of 117.5º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #718870 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 112 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.47 |
| HSL | 117.5º | 0.1% | 0.49% | - |
| HSV(B) | 117.5º | 0.18% | 0.53% | - |
| XYZ | 18.54 | 22.29 | 18.65 | - |
| YUV | 126.39 | 119.88 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 112 | 0.17 | 0 | 0.18 | 0.47 | 117.5 | 0.1 | 0.49 |
| Hex | 71 | 88 | 70 | 11 | 0 | 12 | 2F | 76 | A | 31 |
| Octal | 161 | 210 | 160 | 21 | 0 | 22 | 57 | 166 | 12 | 61 |
| Binary | 1110001 | 10001000 | 1110000 | 10001 | 0 | 10010 | 101111 | 1110110 | 1010 | 110001 |
Color Harmonies of #718870
Complementary color
Monochromatic Colors of #718870
Black with #718870
Text Example
Text Example
White with #718870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718870; }
p { color: rgb(113,136,112); }
H1.HeaderClassName
{
color: #718870;
}
.AnyTagClassName
{
color: #718870;
}
</style>
background-color css
<style>
a { background-color: #718870; }
a { background-color: rgb(113,136,112); }
div.DivClassName
{
background-color: #718870;
}
.BgClassName
{
background-color: #718870;
}
</style>
border-color css
<style>
span { border-color: #718870; }
span { border-color: rgb(113,136,112); }
td.TdClassName
{
border-color: #718870;
}
.TagClassName
{
border-color: #718870;
}
</style>