Shades of Davy's Grey #778A76
Tints of Davy's Grey #778A76
RGB
CMYK
RGB Variations
Color information
#778A76 (or 0x778A76) is known color: Davy's Grey. HEX triplet: 77, 8A and 76. RGB value is (119,138,118). Sum of RGB (Red+Green+Blue) = 119+138+118=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 138 - color contains mainly: green. Hex color #778A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A76 is #887589. Grayscale: #828282. Windows color (decimal): -8942986 or 7768695. OLE color: 7768695.
HSL color Cylindrical-coordinate representation of color #778A76: hue angle of 117º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #778A76 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 118 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.46 |
| HSL | 117º | 0.08% | 0.5% | - |
| HSV(B) | 117º | 0.14% | 0.54% | - |
| XYZ | 19.97 | 23.41 | 20.61 | - |
| YUV | 130.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 118 | 0.14 | 0 | 0.14 | 0.46 | 117 | 0.08 | 0.5 |
| Hex | 77 | 8A | 76 | E | 0 | E | 2E | 75 | 8 | 32 |
| Octal | 167 | 212 | 166 | 16 | 0 | 16 | 56 | 165 | 10 | 62 |
| Binary | 1110111 | 10001010 | 1110110 | 1110 | 0 | 1110 | 101110 | 1110101 | 1000 | 110010 |
Color Harmonies of #778A76
Complementary color
Monochromatic Colors of #778A76
Black with #778A76
Text Example
Text Example
White with #778A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A76; }
p { color: rgb(119,138,118); }
H1.HeaderClassName
{
color: #778A76;
}
.AnyTagClassName
{
color: #778A76;
}
</style>
background-color css
<style>
a { background-color: #778A76; }
a { background-color: rgb(119,138,118); }
div.DivClassName
{
background-color: #778A76;
}
.BgClassName
{
background-color: #778A76;
}
</style>
border-color css
<style>
span { border-color: #778A76; }
span { border-color: rgb(119,138,118); }
td.TdClassName
{
border-color: #778A76;
}
.TagClassName
{
border-color: #778A76;
}
</style>