Shades of Davy's Grey #728C70
Tints of Davy's Grey #728C70
RGB
CMYK
RGB Variations
Color information
#728C70 (or 0x728C70) is known color: Davy's Grey. HEX triplet: 72, 8C and 70. RGB value is (114,140,112). Sum of RGB (Red+Green+Blue) = 114+140+112=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 140 - color contains mainly: green. Hex color #728C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728C70 is #8D738F. Grayscale: #818181. Windows color (decimal): -9270160 or 7375986. OLE color: 7375986.
HSL color Cylindrical-coordinate representation of color #728C70: hue angle of 115.71º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728C70 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 112 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.45 |
| HSL | 115.71º | 0.11% | 0.49% | - |
| HSV(B) | 115.71º | 0.2% | 0.55% | - |
| XYZ | 19.24 | 23.5 | 18.85 | - |
| YUV | 129.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 112 | 0.19 | 0 | 0.20 | 0.45 | 115.71 | 0.11 | 0.49 |
| Hex | 72 | 8C | 70 | 13 | 0 | 14 | 2D | 74 | B | 31 |
| Octal | 162 | 214 | 160 | 23 | 0 | 24 | 55 | 164 | 13 | 61 |
| Binary | 1110010 | 10001100 | 1110000 | 10011 | 0 | 10100 | 101101 | 1110100 | 1011 | 110001 |
Color Harmonies of #728C70
Complementary color
Monochromatic Colors of #728C70
Black with #728C70
Text Example
Text Example
White with #728C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C70; }
p { color: rgb(114,140,112); }
H1.HeaderClassName
{
color: #728C70;
}
.AnyTagClassName
{
color: #728C70;
}
</style>
background-color css
<style>
a { background-color: #728C70; }
a { background-color: rgb(114,140,112); }
div.DivClassName
{
background-color: #728C70;
}
.BgClassName
{
background-color: #728C70;
}
</style>
border-color css
<style>
span { border-color: #728C70; }
span { border-color: rgb(114,140,112); }
td.TdClassName
{
border-color: #728C70;
}
.TagClassName
{
border-color: #728C70;
}
</style>