Shades of Davy's Grey #768B77
Tints of Davy's Grey #768B77
RGB
CMYK
RGB Variations
Color information
#768B77 (or 0x768B77) is known color: Davy's Grey. HEX triplet: 76, 8B and 77. RGB value is (118,139,119). Sum of RGB (Red+Green+Blue) = 118+139+119=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 139 - color contains mainly: green. Hex color #768B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768B77 is #897488. Grayscale: #828282. Windows color (decimal): -9008265 or 7834486. OLE color: 7834486.
HSL color Cylindrical-coordinate representation of color #768B77: hue angle of 122.86º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #768B77 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 119 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.45 |
| HSL | 122.86º | 0.08% | 0.5% | - |
| HSV(B) | 122.86º | 0.15% | 0.55% | - |
| XYZ | 20.03 | 23.65 | 20.96 | - |
| YUV | 130.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 119 | 0.15 | 0 | 0.14 | 0.45 | 122.86 | 0.08 | 0.5 |
| Hex | 76 | 8B | 77 | F | 0 | E | 2D | 7B | 8 | 32 |
| Octal | 166 | 213 | 167 | 17 | 0 | 16 | 55 | 173 | 10 | 62 |
| Binary | 1110110 | 10001011 | 1110111 | 1111 | 0 | 1110 | 101101 | 1111011 | 1000 | 110010 |
Color Harmonies of #768B77
Complementary color
Monochromatic Colors of #768B77
Black with #768B77
Text Example
Text Example
White with #768B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B77; }
p { color: rgb(118,139,119); }
H1.HeaderClassName
{
color: #768B77;
}
.AnyTagClassName
{
color: #768B77;
}
</style>
background-color css
<style>
a { background-color: #768B77; }
a { background-color: rgb(118,139,119); }
div.DivClassName
{
background-color: #768B77;
}
.BgClassName
{
background-color: #768B77;
}
</style>
border-color css
<style>
span { border-color: #768B77; }
span { border-color: rgb(118,139,119); }
td.TdClassName
{
border-color: #768B77;
}
.TagClassName
{
border-color: #768B77;
}
</style>