Shades of Davy's Grey #729170
Tints of Davy's Grey #729170
RGB
CMYK
RGB Variations
Color information
#729170 (or 0x729170) is known color: Davy's Grey. HEX triplet: 72, 91 and 70. RGB value is (114,145,112). Sum of RGB (Red+Green+Blue) = 114+145+112=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #729170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #729170 is #8D6E8F. Grayscale: #848484. Windows color (decimal): -9268880 or 7377266. OLE color: 7377266.
HSL color Cylindrical-coordinate representation of color #729170: hue angle of 116.36º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729170 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 112 | - |
| CMYK | 0.21 | 0 | 0.23 | 0.43 |
| HSL | 116.36º | 0.13% | 0.5% | - |
| HSV(B) | 116.36º | 0.23% | 0.57% | - |
| XYZ | 19.99 | 25 | 19.1 | - |
| YUV | 131.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 112 | 0.21 | 0 | 0.23 | 0.43 | 116.36 | 0.13 | 0.5 |
| Hex | 72 | 91 | 70 | 15 | 0 | 17 | 2B | 74 | D | 32 |
| Octal | 162 | 221 | 160 | 25 | 0 | 27 | 53 | 164 | 15 | 62 |
| Binary | 1110010 | 10010001 | 1110000 | 10101 | 0 | 10111 | 101011 | 1110100 | 1101 | 110010 |
Color Harmonies of #729170
Complementary color
Monochromatic Colors of #729170
Black with #729170
Text Example
Text Example
White with #729170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729170; }
p { color: rgb(114,145,112); }
H1.HeaderClassName
{
color: #729170;
}
.AnyTagClassName
{
color: #729170;
}
</style>
background-color css
<style>
a { background-color: #729170; }
a { background-color: rgb(114,145,112); }
div.DivClassName
{
background-color: #729170;
}
.BgClassName
{
background-color: #729170;
}
</style>
border-color css
<style>
span { border-color: #729170; }
span { border-color: rgb(114,145,112); }
td.TdClassName
{
border-color: #729170;
}
.TagClassName
{
border-color: #729170;
}
</style>