Shades of Davy's Grey #708170
Tints of Davy's Grey #708170
RGB
CMYK
RGB Variations
Color information
#708170 (or 0x708170) is known color: Davy's Grey. HEX triplet: 70, 81 and 70. RGB value is (112,129,112). Sum of RGB (Red+Green+Blue) = 112+129+112=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 129 - color contains mainly: green. Hex color #708170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708170 is #8F7E8F. Grayscale: #7A7A7A. Windows color (decimal): -9404048 or 7373168. OLE color: 7373168.
HSL color Cylindrical-coordinate representation of color #708170: hue angle of 120º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #708170 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 129 | 112 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.49 |
| HSL | 120º | 0.07% | 0.47% | - |
| HSV(B) | 120º | 0.13% | 0.51% | - |
| XYZ | 17.46 | 20.32 | 18.33 | - |
| YUV | 121.98 | 122.37 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 129 | 112 | 0.13 | 0 | 0.13 | 0.49 | 120 | 0.07 | 0.47 |
| Hex | 70 | 81 | 70 | D | 0 | D | 31 | 78 | 7 | 2F |
| Octal | 160 | 201 | 160 | 15 | 0 | 15 | 61 | 170 | 7 | 57 |
| Binary | 1110000 | 10000001 | 1110000 | 1101 | 0 | 1101 | 110001 | 1111000 | 111 | 101111 |
Color Harmonies of #708170
Complementary color
Monochromatic Colors of #708170
Black with #708170
Text Example
Text Example
White with #708170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708170; }
p { color: rgb(112,129,112); }
H1.HeaderClassName
{
color: #708170;
}
.AnyTagClassName
{
color: #708170;
}
</style>
background-color css
<style>
a { background-color: #708170; }
a { background-color: rgb(112,129,112); }
div.DivClassName
{
background-color: #708170;
}
.BgClassName
{
background-color: #708170;
}
</style>
border-color css
<style>
span { border-color: #708170; }
span { border-color: rgb(112,129,112); }
td.TdClassName
{
border-color: #708170;
}
.TagClassName
{
border-color: #708170;
}
</style>