Shades of Davy's Grey #738D73
Tints of Davy's Grey #738D73
RGB
CMYK
RGB Variations
Color information
#738D73 (or 0x738D73) is known color: Davy's Grey. HEX triplet: 73, 8D and 73. RGB value is (115,141,115). Sum of RGB (Red+Green+Blue) = 115+141+115=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #738D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D73 is #8C728C. Grayscale: #828282. Windows color (decimal): -9204365 or 7572851. OLE color: 7572851.
HSL color Cylindrical-coordinate representation of color #738D73: 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 #738D73 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 141 | 115 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.45 |
| HSL | 120º | 0.1% | 0.5% | - |
| HSV(B) | 120º | 0.18% | 0.55% | - |
| XYZ | 19.69 | 23.93 | 19.8 | - |
| YUV | 130.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 115 | 0.18 | 0 | 0.18 | 0.45 | 120 | 0.1 | 0.5 |
| Hex | 73 | 8D | 73 | 12 | 0 | 12 | 2D | 78 | A | 32 |
| Octal | 163 | 215 | 163 | 22 | 0 | 22 | 55 | 170 | 12 | 62 |
| Binary | 1110011 | 10001101 | 1110011 | 10010 | 0 | 10010 | 101101 | 1111000 | 1010 | 110010 |
Color Harmonies of #738D73
Complementary color
Monochromatic Colors of #738D73
Black with #738D73
Text Example
Text Example
White with #738D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D73; }
p { color: rgb(115,141,115); }
H1.HeaderClassName
{
color: #738D73;
}
.AnyTagClassName
{
color: #738D73;
}
</style>
background-color css
<style>
a { background-color: #738D73; }
a { background-color: rgb(115,141,115); }
div.DivClassName
{
background-color: #738D73;
}
.BgClassName
{
background-color: #738D73;
}
</style>
border-color css
<style>
span { border-color: #738D73; }
span { border-color: rgb(115,141,115); }
td.TdClassName
{
border-color: #738D73;
}
.TagClassName
{
border-color: #738D73;
}
</style>