Shades of Davy's Grey #778A78
Tints of Davy's Grey #778A78
RGB
CMYK
RGB Variations
Color information
#778A78 (or 0x778A78) is known color: Davy's Grey. HEX triplet: 77, 8A and 78. RGB value is (119,138,120). Sum of RGB (Red+Green+Blue) = 119+138+120=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 138 - color contains mainly: green. Hex color #778A78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A78 is #887587. Grayscale: #828282. Windows color (decimal): -8942984 or 7899767. OLE color: 7899767.
HSL color Cylindrical-coordinate representation of color #778A78: hue angle of 123.16º 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 #778A78 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 120 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.46 |
| HSL | 123.16º | 0.08% | 0.5% | - |
| HSV(B) | 123.16º | 0.14% | 0.54% | - |
| XYZ | 20.09 | 23.45 | 21.24 | - |
| YUV | 130.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 120 | 0.14 | 0 | 0.13 | 0.46 | 123.16 | 0.08 | 0.5 |
| Hex | 77 | 8A | 78 | E | 0 | D | 2E | 7B | 8 | 32 |
| Octal | 167 | 212 | 170 | 16 | 0 | 15 | 56 | 173 | 10 | 62 |
| Binary | 1110111 | 10001010 | 1111000 | 1110 | 0 | 1101 | 101110 | 1111011 | 1000 | 110010 |
Color Harmonies of #778A78
Complementary color
Monochromatic Colors of #778A78
Black with #778A78
Text Example
Text Example
White with #778A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A78; }
p { color: rgb(119,138,120); }
H1.HeaderClassName
{
color: #778A78;
}
.AnyTagClassName
{
color: #778A78;
}
</style>
background-color css
<style>
a { background-color: #778A78; }
a { background-color: rgb(119,138,120); }
div.DivClassName
{
background-color: #778A78;
}
.BgClassName
{
background-color: #778A78;
}
</style>
border-color css
<style>
span { border-color: #778A78; }
span { border-color: rgb(119,138,120); }
td.TdClassName
{
border-color: #778A78;
}
.TagClassName
{
border-color: #778A78;
}
</style>