Shades of Davy's Grey #738E73
Tints of Davy's Grey #738E73
RGB
CMYK
RGB Variations
Color information
#738E73 (or 0x738E73) is known color: Davy's Grey. HEX triplet: 73, 8E and 73. RGB value is (115,142,115). Sum of RGB (Red+Green+Blue) = 115+142+115=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 142 - color contains mainly: green. Hex color #738E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738E73 is #8C718C. Grayscale: #828282. Windows color (decimal): -9204109 or 7573107. OLE color: 7573107.
HSL color Cylindrical-coordinate representation of color #738E73: hue angle of 120º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #738E73 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 115 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.44 |
| HSL | 120º | 0.11% | 0.5% | - |
| HSV(B) | 120º | 0.19% | 0.56% | - |
| XYZ | 19.84 | 24.23 | 19.85 | - |
| YUV | 130.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 115 | 0.19 | 0 | 0.19 | 0.44 | 120 | 0.11 | 0.5 |
| Hex | 73 | 8E | 73 | 13 | 0 | 13 | 2C | 78 | B | 32 |
| Octal | 163 | 216 | 163 | 23 | 0 | 23 | 54 | 170 | 13 | 62 |
| Binary | 1110011 | 10001110 | 1110011 | 10011 | 0 | 10011 | 101100 | 1111000 | 1011 | 110010 |
Color Harmonies of #738E73
Complementary color
Monochromatic Colors of #738E73
Black with #738E73
Text Example
Text Example
White with #738E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E73; }
p { color: rgb(115,142,115); }
H1.HeaderClassName
{
color: #738E73;
}
.AnyTagClassName
{
color: #738E73;
}
</style>
background-color css
<style>
a { background-color: #738E73; }
a { background-color: rgb(115,142,115); }
div.DivClassName
{
background-color: #738E73;
}
.BgClassName
{
background-color: #738E73;
}
</style>
border-color css
<style>
span { border-color: #738E73; }
span { border-color: rgb(115,142,115); }
td.TdClassName
{
border-color: #738E73;
}
.TagClassName
{
border-color: #738E73;
}
</style>