Shades of Davy's Grey #728770
Tints of Davy's Grey #728770
RGB
CMYK
RGB Variations
Color information
#728770 (or 0x728770) is known color: Davy's Grey. HEX triplet: 72, 87 and 70. RGB value is (114,135,112). Sum of RGB (Red+Green+Blue) = 114+135+112=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #728770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728770 is #8D788F. Grayscale: #7E7E7E. Windows color (decimal): -9271440 or 7374706. OLE color: 7374706.
HSL color Cylindrical-coordinate representation of color #728770: hue angle of 114.78º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728770 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 112 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.47 |
| HSL | 114.78º | 0.09% | 0.48% | - |
| HSV(B) | 114.78º | 0.17% | 0.53% | - |
| XYZ | 18.53 | 22.08 | 18.61 | - |
| YUV | 126.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 112 | 0.16 | 0 | 0.17 | 0.47 | 114.78 | 0.09 | 0.48 |
| Hex | 72 | 87 | 70 | 10 | 0 | 11 | 2F | 73 | 9 | 30 |
| Octal | 162 | 207 | 160 | 20 | 0 | 21 | 57 | 163 | 11 | 60 |
| Binary | 1110010 | 10000111 | 1110000 | 10000 | 0 | 10001 | 101111 | 1110011 | 1001 | 110000 |
Color Harmonies of #728770
Complementary color
Monochromatic Colors of #728770
Black with #728770
Text Example
Text Example
White with #728770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728770; }
p { color: rgb(114,135,112); }
H1.HeaderClassName
{
color: #728770;
}
.AnyTagClassName
{
color: #728770;
}
</style>
background-color css
<style>
a { background-color: #728770; }
a { background-color: rgb(114,135,112); }
div.DivClassName
{
background-color: #728770;
}
.BgClassName
{
background-color: #728770;
}
</style>
border-color css
<style>
span { border-color: #728770; }
span { border-color: rgb(114,135,112); }
td.TdClassName
{
border-color: #728770;
}
.TagClassName
{
border-color: #728770;
}
</style>