Shades of Davy's Grey #768E77
Tints of Davy's Grey #768E77
RGB
CMYK
RGB Variations
Color information
#768E77 (or 0x768E77) is known color: Davy's Grey. HEX triplet: 76, 8E and 77. RGB value is (118,142,119). Sum of RGB (Red+Green+Blue) = 118+142+119=379 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.13% from 379); Green value is 142 (55.86% from 255 or 37.47% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 142 - color contains mainly: green. Hex color #768E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E77 is #897188. Grayscale: #848484. Windows color (decimal): -9007497 or 7835254. OLE color: 7835254.
HSL color Cylindrical-coordinate representation of color #768E77: hue angle of 122.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768E77 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 119 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.44 |
| HSL | 122.5º | 0.1% | 0.51% | - |
| HSV(B) | 122.5º | 0.17% | 0.56% | - |
| XYZ | 20.47 | 24.53 | 21.11 | - |
| YUV | 132.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 119 | 0.17 | 0 | 0.16 | 0.44 | 122.5 | 0.1 | 0.51 |
| Hex | 76 | 8E | 77 | 11 | 0 | 10 | 2C | 7B | A | 33 |
| Octal | 166 | 216 | 167 | 21 | 0 | 20 | 54 | 173 | 12 | 63 |
| Binary | 1110110 | 10001110 | 1110111 | 10001 | 0 | 10000 | 101100 | 1111011 | 1010 | 110011 |
Color Harmonies of #768E77
Complementary color
Monochromatic Colors of #768E77
Black with #768E77
Text Example
Text Example
White with #768E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E77; }
p { color: rgb(118,142,119); }
H1.HeaderClassName
{
color: #768E77;
}
.AnyTagClassName
{
color: #768E77;
}
</style>
background-color css
<style>
a { background-color: #768E77; }
a { background-color: rgb(118,142,119); }
div.DivClassName
{
background-color: #768E77;
}
.BgClassName
{
background-color: #768E77;
}
</style>
border-color css
<style>
span { border-color: #768E77; }
span { border-color: rgb(118,142,119); }
td.TdClassName
{
border-color: #768E77;
}
.TagClassName
{
border-color: #768E77;
}
</style>