Shades of Davy's Grey #728173
Tints of Davy's Grey #728173
RGB
CMYK
RGB Variations
Color information
#728173 (or 0x728173) is known color: Davy's Grey. HEX triplet: 72, 81 and 73. RGB value is (114,129,115). Sum of RGB (Red+Green+Blue) = 114+129+115=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 129 - color contains mainly: green. Hex color #728173 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728173 is #8D7E8C. Grayscale: #7A7A7A. Windows color (decimal): -9272973 or 7569778. OLE color: 7569778.
HSL color Cylindrical-coordinate representation of color #728173: hue angle of 124º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #728173 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 114 | 129 | 115 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.49 |
| HSL | 124º | 0.06% | 0.48% | - |
| HSV(B) | 124º | 0.12% | 0.51% | - |
| XYZ | 17.88 | 20.52 | 19.24 | - |
| YUV | 122.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 129 | 115 | 0.12 | 0 | 0.11 | 0.49 | 124 | 0.06 | 0.48 |
| Hex | 72 | 81 | 73 | C | 0 | B | 31 | 7C | 6 | 30 |
| Octal | 162 | 201 | 163 | 14 | 0 | 13 | 61 | 174 | 6 | 60 |
| Binary | 1110010 | 10000001 | 1110011 | 1100 | 0 | 1011 | 110001 | 1111100 | 110 | 110000 |
Color Harmonies of #728173
Complementary color
Monochromatic Colors of #728173
Black with #728173
Text Example
Text Example
White with #728173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728173; }
p { color: rgb(114,129,115); }
H1.HeaderClassName
{
color: #728173;
}
.AnyTagClassName
{
color: #728173;
}
</style>
background-color css
<style>
a { background-color: #728173; }
a { background-color: rgb(114,129,115); }
div.DivClassName
{
background-color: #728173;
}
.BgClassName
{
background-color: #728173;
}
</style>
border-color css
<style>
span { border-color: #728173; }
span { border-color: rgb(114,129,115); }
td.TdClassName
{
border-color: #728173;
}
.TagClassName
{
border-color: #728173;
}
</style>