Shades of Davy's Grey #738E72
Tints of Davy's Grey #738E72
RGB
CMYK
RGB Variations
Color information
#738E72 (or 0x738E72) is known color: Davy's Grey. HEX triplet: 73, 8E and 72. RGB value is (115,142,114). Sum of RGB (Red+Green+Blue) = 115+142+114=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 142 (55.86% from 255 or 38.27% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 142 - color contains mainly: green. Hex color #738E72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738E72 is #8C718D. Grayscale: #828282. Windows color (decimal): -9204110 or 7507571. OLE color: 7507571.
HSL color Cylindrical-coordinate representation of color #738E72: hue angle of 117.86º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738E72 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 142 | 114 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.44 |
| HSL | 117.86º | 0.11% | 0.5% | - |
| HSV(B) | 117.86º | 0.2% | 0.56% | - |
| XYZ | 19.78 | 24.21 | 19.55 | - |
| YUV | 130.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 114 | 0.19 | 0 | 0.20 | 0.44 | 117.86 | 0.11 | 0.5 |
| Hex | 73 | 8E | 72 | 13 | 0 | 14 | 2C | 76 | B | 32 |
| Octal | 163 | 216 | 162 | 23 | 0 | 24 | 54 | 166 | 13 | 62 |
| Binary | 1110011 | 10001110 | 1110010 | 10011 | 0 | 10100 | 101100 | 1110110 | 1011 | 110010 |
Color Harmonies of #738E72
Complementary color
Monochromatic Colors of #738E72
Black with #738E72
Text Example
Text Example
White with #738E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738E72; }
p { color: rgb(115,142,114); }
H1.HeaderClassName
{
color: #738E72;
}
.AnyTagClassName
{
color: #738E72;
}
</style>
background-color css
<style>
a { background-color: #738E72; }
a { background-color: rgb(115,142,114); }
div.DivClassName
{
background-color: #738E72;
}
.BgClassName
{
background-color: #738E72;
}
</style>
border-color css
<style>
span { border-color: #738E72; }
span { border-color: rgb(115,142,114); }
td.TdClassName
{
border-color: #738E72;
}
.TagClassName
{
border-color: #738E72;
}
</style>