Shades of Davy's Grey #778475
Tints of Davy's Grey #778475
RGB
CMYK
RGB Variations
Color information
#778475 (or 0x778475) is known color: Davy's Grey. HEX triplet: 77, 84 and 75. RGB value is (119,132,117). Sum of RGB (Red+Green+Blue) = 119+132+117=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 132 (51.95% from 255 or 35.87% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 132 - color contains mainly: green. Hex color #778475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778475 is #887B8A. Grayscale: #7E7E7E. Windows color (decimal): -8944523 or 7701623. OLE color: 7701623.
HSL color Cylindrical-coordinate representation of color #778475: hue angle of 112º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778475 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 117 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.48 |
| HSL | 112º | 0.06% | 0.49% | - |
| HSV(B) | 112º | 0.11% | 0.52% | - |
| XYZ | 19.07 | 21.71 | 20.01 | - |
| YUV | 126.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 117 | 0.10 | 0 | 0.11 | 0.48 | 112 | 0.06 | 0.49 |
| Hex | 77 | 84 | 75 | A | 0 | B | 30 | 70 | 6 | 31 |
| Octal | 167 | 204 | 165 | 12 | 0 | 13 | 60 | 160 | 6 | 61 |
| Binary | 1110111 | 10000100 | 1110101 | 1010 | 0 | 1011 | 110000 | 1110000 | 110 | 110001 |
Color Harmonies of #778475
Complementary color
Monochromatic Colors of #778475
Black with #778475
Text Example
Text Example
White with #778475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778475; }
p { color: rgb(119,132,117); }
H1.HeaderClassName
{
color: #778475;
}
.AnyTagClassName
{
color: #778475;
}
</style>
background-color css
<style>
a { background-color: #778475; }
a { background-color: rgb(119,132,117); }
div.DivClassName
{
background-color: #778475;
}
.BgClassName
{
background-color: #778475;
}
</style>
border-color css
<style>
span { border-color: #778475; }
span { border-color: rgb(119,132,117); }
td.TdClassName
{
border-color: #778475;
}
.TagClassName
{
border-color: #778475;
}
</style>