Shades of Davy's Grey #758E76
Tints of Davy's Grey #758E76
RGB
CMYK
RGB Variations
Color information
#758E76 (or 0x758E76) is known color: Davy's Grey. HEX triplet: 75, 8E and 76. RGB value is (117,142,118). Sum of RGB (Red+Green+Blue) = 117+142+118=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 142 - color contains mainly: green. Hex color #758E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758E76 is #8A7189. Grayscale: #838383. Windows color (decimal): -9073034 or 7769717. OLE color: 7769717.
HSL color Cylindrical-coordinate representation of color #758E76: hue angle of 122.4º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758E76 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 142 | 118 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.44 |
| HSL | 122.4º | 0.1% | 0.51% | - |
| HSV(B) | 122.4º | 0.18% | 0.56% | - |
| XYZ | 20.28 | 24.44 | 20.79 | - |
| YUV | 131.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 118 | 0.18 | 0 | 0.17 | 0.44 | 122.4 | 0.1 | 0.51 |
| Hex | 75 | 8E | 76 | 12 | 0 | 11 | 2C | 7A | A | 33 |
| Octal | 165 | 216 | 166 | 22 | 0 | 21 | 54 | 172 | 12 | 63 |
| Binary | 1110101 | 10001110 | 1110110 | 10010 | 0 | 10001 | 101100 | 1111010 | 1010 | 110011 |
Color Harmonies of #758E76
Complementary color
Monochromatic Colors of #758E76
Black with #758E76
Text Example
Text Example
White with #758E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758E76; }
p { color: rgb(117,142,118); }
H1.HeaderClassName
{
color: #758E76;
}
.AnyTagClassName
{
color: #758E76;
}
</style>
background-color css
<style>
a { background-color: #758E76; }
a { background-color: rgb(117,142,118); }
div.DivClassName
{
background-color: #758E76;
}
.BgClassName
{
background-color: #758E76;
}
</style>
border-color css
<style>
span { border-color: #758E76; }
span { border-color: rgb(117,142,118); }
td.TdClassName
{
border-color: #758E76;
}
.TagClassName
{
border-color: #758E76;
}
</style>