Shades of Davy's Grey #758D72
Tints of Davy's Grey #758D72
RGB
CMYK
RGB Variations
Color information
#758D72 (or 0x758D72) is known color: Davy's Grey. HEX triplet: 75, 8D and 72. RGB value is (117,141,114). Sum of RGB (Red+Green+Blue) = 117+141+114=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 141 - color contains mainly: green. Hex color #758D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D72 is #8A728D. Grayscale: #828282. Windows color (decimal): -9073294 or 7507317. OLE color: 7507317.
HSL color Cylindrical-coordinate representation of color #758D72: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #758D72 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 114 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.45 |
| HSL | 113.33º | 0.11% | 0.5% | - |
| HSV(B) | 113.33º | 0.19% | 0.55% | - |
| XYZ | 19.9 | 24.05 | 19.51 | - |
| YUV | 130.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 114 | 0.17 | 0 | 0.19 | 0.45 | 113.33 | 0.11 | 0.5 |
| Hex | 75 | 8D | 72 | 11 | 0 | 13 | 2D | 71 | B | 32 |
| Octal | 165 | 215 | 162 | 21 | 0 | 23 | 55 | 161 | 13 | 62 |
| Binary | 1110101 | 10001101 | 1110010 | 10001 | 0 | 10011 | 101101 | 1110001 | 1011 | 110010 |
Color Harmonies of #758D72
Complementary color
Monochromatic Colors of #758D72
Black with #758D72
Text Example
Text Example
White with #758D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D72; }
p { color: rgb(117,141,114); }
H1.HeaderClassName
{
color: #758D72;
}
.AnyTagClassName
{
color: #758D72;
}
</style>
background-color css
<style>
a { background-color: #758D72; }
a { background-color: rgb(117,141,114); }
div.DivClassName
{
background-color: #758D72;
}
.BgClassName
{
background-color: #758D72;
}
</style>
border-color css
<style>
span { border-color: #758D72; }
span { border-color: rgb(117,141,114); }
td.TdClassName
{
border-color: #758D72;
}
.TagClassName
{
border-color: #758D72;
}
</style>