Shades of Davy's Grey #768877
Tints of Davy's Grey #768877
RGB
CMYK
RGB Variations
Color information
#768877 (or 0x768877) is known color: Davy's Grey. HEX triplet: 76, 88 and 77. RGB value is (118,136,119). Sum of RGB (Red+Green+Blue) = 118+136+119=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 136 - color contains mainly: green. Hex color #768877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768877 is #897788. Grayscale: #808080. Windows color (decimal): -9009033 or 7833718. OLE color: 7833718.
HSL color Cylindrical-coordinate representation of color #768877: hue angle of 123.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768877 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 136 | 119 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.47 |
| HSL | 123.33º | 0.07% | 0.5% | - |
| HSV(B) | 123.33º | 0.13% | 0.53% | - |
| XYZ | 19.61 | 22.79 | 20.82 | - |
| YUV | 128.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 119 | 0.13 | 0 | 0.12 | 0.47 | 123.33 | 0.07 | 0.5 |
| Hex | 76 | 88 | 77 | D | 0 | C | 2F | 7B | 7 | 32 |
| Octal | 166 | 210 | 167 | 15 | 0 | 14 | 57 | 173 | 7 | 62 |
| Binary | 1110110 | 10001000 | 1110111 | 1101 | 0 | 1100 | 101111 | 1111011 | 111 | 110010 |
Color Harmonies of #768877
Complementary color
Monochromatic Colors of #768877
Black with #768877
Text Example
Text Example
White with #768877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768877; }
p { color: rgb(118,136,119); }
H1.HeaderClassName
{
color: #768877;
}
.AnyTagClassName
{
color: #768877;
}
</style>
background-color css
<style>
a { background-color: #768877; }
a { background-color: rgb(118,136,119); }
div.DivClassName
{
background-color: #768877;
}
.BgClassName
{
background-color: #768877;
}
</style>
border-color css
<style>
span { border-color: #768877; }
span { border-color: rgb(118,136,119); }
td.TdClassName
{
border-color: #768877;
}
.TagClassName
{
border-color: #768877;
}
</style>