Shades of Davy's Grey #738F73
Tints of Davy's Grey #738F73
RGB
CMYK
RGB Variations
Color information
#738F73 (or 0x738F73) is known color: Davy's Grey. HEX triplet: 73, 8F and 73. RGB value is (115,143,115). Sum of RGB (Red+Green+Blue) = 115+143+115=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 143 - color contains mainly: green. Hex color #738F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738F73 is #8C708C. Grayscale: #838383. Windows color (decimal): -9203853 or 7573363. OLE color: 7573363.
HSL color Cylindrical-coordinate representation of color #738F73: hue angle of 120º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F73 is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 115 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.44 |
| HSL | 120º | 0.11% | 0.51% | - |
| HSV(B) | 120º | 0.2% | 0.56% | - |
| XYZ | 19.99 | 24.53 | 19.9 | - |
| YUV | 131.44 | 118.72 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 115 | 0.20 | 0 | 0.20 | 0.44 | 120 | 0.11 | 0.51 |
| Hex | 73 | 8F | 73 | 14 | 0 | 14 | 2C | 78 | B | 33 |
| Octal | 163 | 217 | 163 | 24 | 0 | 24 | 54 | 170 | 13 | 63 |
| Binary | 1110011 | 10001111 | 1110011 | 10100 | 0 | 10100 | 101100 | 1111000 | 1011 | 110011 |
Color Harmonies of #738F73
Complementary color
Monochromatic Colors of #738F73
Black with #738F73
Text Example
Text Example
White with #738F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F73; }
p { color: rgb(115,143,115); }
H1.HeaderClassName
{
color: #738F73;
}
.AnyTagClassName
{
color: #738F73;
}
</style>
background-color css
<style>
a { background-color: #738F73; }
a { background-color: rgb(115,143,115); }
div.DivClassName
{
background-color: #738F73;
}
.BgClassName
{
background-color: #738F73;
}
</style>
border-color css
<style>
span { border-color: #738F73; }
span { border-color: rgb(115,143,115); }
td.TdClassName
{
border-color: #738F73;
}
.TagClassName
{
border-color: #738F73;
}
</style>