Shades of Davy's Grey #778675
Tints of Davy's Grey #778675
RGB
CMYK
RGB Variations
Color information
#778675 (or 0x778675) is known color: Davy's Grey. HEX triplet: 77, 86 and 75. RGB value is (119,134,117). Sum of RGB (Red+Green+Blue) = 119+134+117=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 134 - color contains mainly: green. Hex color #778675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778675 is #88798A. Grayscale: #7F7F7F. Windows color (decimal): -8944011 or 7702135. OLE color: 7702135.
HSL color Cylindrical-coordinate representation of color #778675: hue angle of 112.94º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #778675 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 117 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.47 |
| HSL | 112.94º | 0.07% | 0.49% | - |
| HSV(B) | 112.94º | 0.13% | 0.53% | - |
| XYZ | 19.34 | 22.26 | 20.11 | - |
| YUV | 127.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 117 | 0.11 | 0 | 0.13 | 0.47 | 112.94 | 0.07 | 0.49 |
| Hex | 77 | 86 | 75 | B | 0 | D | 2F | 71 | 7 | 31 |
| Octal | 167 | 206 | 165 | 13 | 0 | 15 | 57 | 161 | 7 | 61 |
| Binary | 1110111 | 10000110 | 1110101 | 1011 | 0 | 1101 | 101111 | 1110001 | 111 | 110001 |
Color Harmonies of #778675
Complementary color
Monochromatic Colors of #778675
Black with #778675
Text Example
Text Example
White with #778675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778675; }
p { color: rgb(119,134,117); }
H1.HeaderClassName
{
color: #778675;
}
.AnyTagClassName
{
color: #778675;
}
</style>
background-color css
<style>
a { background-color: #778675; }
a { background-color: rgb(119,134,117); }
div.DivClassName
{
background-color: #778675;
}
.BgClassName
{
background-color: #778675;
}
</style>
border-color css
<style>
span { border-color: #778675; }
span { border-color: rgb(119,134,117); }
td.TdClassName
{
border-color: #778675;
}
.TagClassName
{
border-color: #778675;
}
</style>