Shades of Davy's Grey #738872
Tints of Davy's Grey #738872
RGB
CMYK
RGB Variations
Color information
#738872 (or 0x738872) is known color: Davy's Grey. HEX triplet: 73, 88 and 72. RGB value is (115,136,114). Sum of RGB (Red+Green+Blue) = 115+136+114=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #738872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738872 is #8C778D. Grayscale: #7F7F7F. Windows color (decimal): -9205646 or 7506035. OLE color: 7506035.
HSL color Cylindrical-coordinate representation of color #738872: hue angle of 117.27º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #738872 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 115 | 136 | 114 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.47 |
| HSL | 117.27º | 0.09% | 0.49% | - |
| HSV(B) | 117.27º | 0.16% | 0.53% | - |
| XYZ | 18.91 | 22.47 | 19.26 | - |
| YUV | 127.21 | 120.54 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 136 | 114 | 0.15 | 0 | 0.16 | 0.47 | 117.27 | 0.09 | 0.49 |
| Hex | 73 | 88 | 72 | F | 0 | 10 | 2F | 75 | 9 | 31 |
| Octal | 163 | 210 | 162 | 17 | 0 | 20 | 57 | 165 | 11 | 61 |
| Binary | 1110011 | 10001000 | 1110010 | 1111 | 0 | 10000 | 101111 | 1110101 | 1001 | 110001 |
Color Harmonies of #738872
Complementary color
Monochromatic Colors of #738872
Black with #738872
Text Example
Text Example
White with #738872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738872; }
p { color: rgb(115,136,114); }
H1.HeaderClassName
{
color: #738872;
}
.AnyTagClassName
{
color: #738872;
}
</style>
background-color css
<style>
a { background-color: #738872; }
a { background-color: rgb(115,136,114); }
div.DivClassName
{
background-color: #738872;
}
.BgClassName
{
background-color: #738872;
}
</style>
border-color css
<style>
span { border-color: #738872; }
span { border-color: rgb(115,136,114); }
td.TdClassName
{
border-color: #738872;
}
.TagClassName
{
border-color: #738872;
}
</style>