Shades of Davy's Grey #728573
Tints of Davy's Grey #728573
RGB
CMYK
RGB Variations
Color information
#728573 (or 0x728573) is known color: Davy's Grey. HEX triplet: 72, 85 and 73. RGB value is (114,133,115). Sum of RGB (Red+Green+Blue) = 114+133+115=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #728573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728573 is #8D7A8C. Grayscale: #7D7D7D. Windows color (decimal): -9271949 or 7570802. OLE color: 7570802.
HSL color Cylindrical-coordinate representation of color #728573: hue angle of 123.16º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728573 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 133 | 115 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.48 |
| HSL | 123.16º | 0.08% | 0.48% | - |
| HSV(B) | 123.16º | 0.14% | 0.52% | - |
| XYZ | 18.42 | 21.59 | 19.42 | - |
| YUV | 125.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 115 | 0.14 | 0 | 0.14 | 0.48 | 123.16 | 0.08 | 0.48 |
| Hex | 72 | 85 | 73 | E | 0 | E | 30 | 7B | 8 | 30 |
| Octal | 162 | 205 | 163 | 16 | 0 | 16 | 60 | 173 | 10 | 60 |
| Binary | 1110010 | 10000101 | 1110011 | 1110 | 0 | 1110 | 110000 | 1111011 | 1000 | 110000 |
Color Harmonies of #728573
Complementary color
Monochromatic Colors of #728573
Black with #728573
Text Example
Text Example
White with #728573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728573; }
p { color: rgb(114,133,115); }
H1.HeaderClassName
{
color: #728573;
}
.AnyTagClassName
{
color: #728573;
}
</style>
background-color css
<style>
a { background-color: #728573; }
a { background-color: rgb(114,133,115); }
div.DivClassName
{
background-color: #728573;
}
.BgClassName
{
background-color: #728573;
}
</style>
border-color css
<style>
span { border-color: #728573; }
span { border-color: rgb(114,133,115); }
td.TdClassName
{
border-color: #728573;
}
.TagClassName
{
border-color: #728573;
}
</style>