Shades of Davy's Grey #728870
Tints of Davy's Grey #728870
RGB
CMYK
RGB Variations
Color information
#728870 (or 0x728870) is known color: Davy's Grey. HEX triplet: 72, 88 and 70. RGB value is (114,136,112). Sum of RGB (Red+Green+Blue) = 114+136+112=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #728870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728870 is #8D778F. Grayscale: #7E7E7E. Windows color (decimal): -9271184 or 7374962. OLE color: 7374962.
HSL color Cylindrical-coordinate representation of color #728870: hue angle of 115º 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 #728870 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 112 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.47 |
| HSL | 115º | 0.1% | 0.49% | - |
| HSV(B) | 115º | 0.18% | 0.53% | - |
| XYZ | 18.67 | 22.36 | 18.66 | - |
| YUV | 126.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 112 | 0.16 | 0 | 0.18 | 0.47 | 115 | 0.1 | 0.49 |
| Hex | 72 | 88 | 70 | 10 | 0 | 12 | 2F | 73 | A | 31 |
| Octal | 162 | 210 | 160 | 20 | 0 | 22 | 57 | 163 | 12 | 61 |
| Binary | 1110010 | 10001000 | 1110000 | 10000 | 0 | 10010 | 101111 | 1110011 | 1010 | 110001 |
Color Harmonies of #728870
Complementary color
Monochromatic Colors of #728870
Black with #728870
Text Example
Text Example
White with #728870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728870; }
p { color: rgb(114,136,112); }
H1.HeaderClassName
{
color: #728870;
}
.AnyTagClassName
{
color: #728870;
}
</style>
background-color css
<style>
a { background-color: #728870; }
a { background-color: rgb(114,136,112); }
div.DivClassName
{
background-color: #728870;
}
.BgClassName
{
background-color: #728870;
}
</style>
border-color css
<style>
span { border-color: #728870; }
span { border-color: rgb(114,136,112); }
td.TdClassName
{
border-color: #728870;
}
.TagClassName
{
border-color: #728870;
}
</style>