Shades of Davy's Grey #728471
Tints of Davy's Grey #728471
RGB
CMYK
RGB Variations
Color information
#728471 (or 0x728471) is known color: Davy's Grey. HEX triplet: 72, 84 and 71. RGB value is (114,132,113). Sum of RGB (Red+Green+Blue) = 114+132+113=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 132 - color contains mainly: green. Hex color #728471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728471 is #8D7B8E. Grayscale: #7C7C7C. Windows color (decimal): -9272207 or 7439474. OLE color: 7439474.
HSL color Cylindrical-coordinate representation of color #728471: hue angle of 116.84º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728471 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 132 | 113 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.48 |
| HSL | 116.84º | 0.08% | 0.48% | - |
| HSV(B) | 116.84º | 0.14% | 0.52% | - |
| XYZ | 18.17 | 21.27 | 18.77 | - |
| YUV | 124.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 113 | 0.14 | 0 | 0.14 | 0.48 | 116.84 | 0.08 | 0.48 |
| Hex | 72 | 84 | 71 | E | 0 | E | 30 | 75 | 8 | 30 |
| Octal | 162 | 204 | 161 | 16 | 0 | 16 | 60 | 165 | 10 | 60 |
| Binary | 1110010 | 10000100 | 1110001 | 1110 | 0 | 1110 | 110000 | 1110101 | 1000 | 110000 |
Color Harmonies of #728471
Complementary color
Monochromatic Colors of #728471
Black with #728471
Text Example
Text Example
White with #728471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728471; }
p { color: rgb(114,132,113); }
H1.HeaderClassName
{
color: #728471;
}
.AnyTagClassName
{
color: #728471;
}
</style>
background-color css
<style>
a { background-color: #728471; }
a { background-color: rgb(114,132,113); }
div.DivClassName
{
background-color: #728471;
}
.BgClassName
{
background-color: #728471;
}
</style>
border-color css
<style>
span { border-color: #728471; }
span { border-color: rgb(114,132,113); }
td.TdClassName
{
border-color: #728471;
}
.TagClassName
{
border-color: #728471;
}
</style>