Shades of Davy's Grey #758C72
Tints of Davy's Grey #758C72
RGB
CMYK
RGB Variations
Color information
#758C72 (or 0x758C72) is known color: Davy's Grey. HEX triplet: 75, 8C and 72. RGB value is (117,140,114). Sum of RGB (Red+Green+Blue) = 117+140+114=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #758C72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C72 is #8A738D. Grayscale: #828282. Windows color (decimal): -9073550 or 7507061. OLE color: 7507061.
HSL color Cylindrical-coordinate representation of color #758C72: hue angle of 113.08º degrees, saturation: 0.1, 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 #758C72 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 114 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.45 |
| HSL | 113.08º | 0.1% | 0.5% | - |
| HSV(B) | 113.08º | 0.19% | 0.55% | - |
| XYZ | 19.75 | 23.75 | 19.46 | - |
| YUV | 130.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 114 | 0.16 | 0 | 0.19 | 0.45 | 113.08 | 0.1 | 0.5 |
| Hex | 75 | 8C | 72 | 10 | 0 | 13 | 2D | 71 | A | 32 |
| Octal | 165 | 214 | 162 | 20 | 0 | 23 | 55 | 161 | 12 | 62 |
| Binary | 1110101 | 10001100 | 1110010 | 10000 | 0 | 10011 | 101101 | 1110001 | 1010 | 110010 |
Color Harmonies of #758C72
Complementary color
Monochromatic Colors of #758C72
Black with #758C72
Text Example
Text Example
White with #758C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C72; }
p { color: rgb(117,140,114); }
H1.HeaderClassName
{
color: #758C72;
}
.AnyTagClassName
{
color: #758C72;
}
</style>
background-color css
<style>
a { background-color: #758C72; }
a { background-color: rgb(117,140,114); }
div.DivClassName
{
background-color: #758C72;
}
.BgClassName
{
background-color: #758C72;
}
</style>
border-color css
<style>
span { border-color: #758C72; }
span { border-color: rgb(117,140,114); }
td.TdClassName
{
border-color: #758C72;
}
.TagClassName
{
border-color: #758C72;
}
</style>