Shades of Davy's Grey #728B72
Tints of Davy's Grey #728B72
RGB
CMYK
RGB Variations
Color information
#728B72 (or 0x728B72) is known color: Davy's Grey. HEX triplet: 72, 8B and 72. RGB value is (114,139,114). Sum of RGB (Red+Green+Blue) = 114+139+114=367 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.06% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #728B72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728B72 is #8D748D. Grayscale: #808080. Windows color (decimal): -9270414 or 7506802. OLE color: 7506802.
HSL color Cylindrical-coordinate representation of color #728B72: hue angle of 120º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #728B72 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 139 | 114 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.45 |
| HSL | 120º | 0.1% | 0.5% | - |
| HSV(B) | 120º | 0.18% | 0.55% | - |
| XYZ | 19.21 | 23.26 | 19.4 | - |
| YUV | 128.68 | 119.72 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 114 | 0.18 | 0 | 0.18 | 0.45 | 120 | 0.1 | 0.5 |
| Hex | 72 | 8B | 72 | 12 | 0 | 12 | 2D | 78 | A | 32 |
| Octal | 162 | 213 | 162 | 22 | 0 | 22 | 55 | 170 | 12 | 62 |
| Binary | 1110010 | 10001011 | 1110010 | 10010 | 0 | 10010 | 101101 | 1111000 | 1010 | 110010 |
Color Harmonies of #728B72
Complementary color
Monochromatic Colors of #728B72
Black with #728B72
Text Example
Text Example
White with #728B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728B72; }
p { color: rgb(114,139,114); }
H1.HeaderClassName
{
color: #728B72;
}
.AnyTagClassName
{
color: #728B72;
}
</style>
background-color css
<style>
a { background-color: #728B72; }
a { background-color: rgb(114,139,114); }
div.DivClassName
{
background-color: #728B72;
}
.BgClassName
{
background-color: #728B72;
}
</style>
border-color css
<style>
span { border-color: #728B72; }
span { border-color: rgb(114,139,114); }
td.TdClassName
{
border-color: #728B72;
}
.TagClassName
{
border-color: #728B72;
}
</style>