Shades of Davy's Grey #778778
Tints of Davy's Grey #778778
RGB
CMYK
RGB Variations
Color information
#778778 (or 0x778778) is known color: Davy's Grey. HEX triplet: 77, 87 and 78. RGB value is (119,135,120). Sum of RGB (Red+Green+Blue) = 119+135+120=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #778778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778778 is #887887. Grayscale: #808080. Windows color (decimal): -8943752 or 7898999. OLE color: 7898999.
HSL color Cylindrical-coordinate representation of color #778778: hue angle of 123.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778778 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 120 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.47 |
| HSL | 123.75º | 0.06% | 0.5% | - |
| HSV(B) | 123.75º | 0.12% | 0.53% | - |
| XYZ | 19.66 | 22.61 | 21.1 | - |
| YUV | 128.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 120 | 0.12 | 0 | 0.11 | 0.47 | 123.75 | 0.06 | 0.5 |
| Hex | 77 | 87 | 78 | C | 0 | B | 2F | 7C | 6 | 32 |
| Octal | 167 | 207 | 170 | 14 | 0 | 13 | 57 | 174 | 6 | 62 |
| Binary | 1110111 | 10000111 | 1111000 | 1100 | 0 | 1011 | 101111 | 1111100 | 110 | 110010 |
Color Harmonies of #778778
Complementary color
Monochromatic Colors of #778778
Black with #778778
Text Example
Text Example
White with #778778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778778; }
p { color: rgb(119,135,120); }
H1.HeaderClassName
{
color: #778778;
}
.AnyTagClassName
{
color: #778778;
}
</style>
background-color css
<style>
a { background-color: #778778; }
a { background-color: rgb(119,135,120); }
div.DivClassName
{
background-color: #778778;
}
.BgClassName
{
background-color: #778778;
}
</style>
border-color css
<style>
span { border-color: #778778; }
span { border-color: rgb(119,135,120); }
td.TdClassName
{
border-color: #778778;
}
.TagClassName
{
border-color: #778778;
}
</style>