Shades of Davy's Grey #727D72
Tints of Davy's Grey #727D72
RGB
CMYK
RGB Variations
Color information
#727D72 (or 0x727D72) is known color: Davy's Grey. HEX triplet: 72, 7D and 72. RGB value is (114,125,114). Sum of RGB (Red+Green+Blue) = 114+125+114=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 125 (49.22% from 255 or 35.41% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 125 - color contains mainly: green. Hex color #727D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727D72 is #8D828D. Grayscale: #787878. Windows color (decimal): -9273998 or 7503218. OLE color: 7503218.
HSL color Cylindrical-coordinate representation of color #727D72: hue angle of 120º degrees, saturation: 0.05, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #727D72 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 125 | 114 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.51 |
| HSL | 120º | 0.05% | 0.47% | - |
| HSV(B) | 120º | 0.09% | 0.49% | - |
| XYZ | 17.31 | 19.46 | 18.76 | - |
| YUV | 120.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 114 | 0.09 | 0 | 0.09 | 0.51 | 120 | 0.05 | 0.47 |
| Hex | 72 | 7D | 72 | 9 | 0 | 9 | 33 | 78 | 5 | 2F |
| Octal | 162 | 175 | 162 | 11 | 0 | 11 | 63 | 170 | 5 | 57 |
| Binary | 1110010 | 1111101 | 1110010 | 1001 | 0 | 1001 | 110011 | 1111000 | 101 | 101111 |
Color Harmonies of #727D72
Complementary color
Monochromatic Colors of #727D72
Black with #727D72
Text Example
Text Example
White with #727D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727D72; }
p { color: rgb(114,125,114); }
H1.HeaderClassName
{
color: #727D72;
}
.AnyTagClassName
{
color: #727D72;
}
</style>
background-color css
<style>
a { background-color: #727D72; }
a { background-color: rgb(114,125,114); }
div.DivClassName
{
background-color: #727D72;
}
.BgClassName
{
background-color: #727D72;
}
</style>
border-color css
<style>
span { border-color: #727D72; }
span { border-color: rgb(114,125,114); }
td.TdClassName
{
border-color: #727D72;
}
.TagClassName
{
border-color: #727D72;
}
</style>