Shades of Coffee #776A56
Tints of Coffee #776A56
RGB
CMYK
RGB Variations
Color information
#776A56 (or 0x776A56) is known color: Coffee. HEX triplet: 77, 6A and 56. RGB value is (119,106,86). Sum of RGB (Red+Green+Blue) = 119+106+86=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 106 (41.80% from 255 or 34.08% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 119 - color contains mainly: red. Hex color #776A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A56 is #8895A9. Grayscale: #6B6B6B. Windows color (decimal): -8951210 or 5663351. OLE color: 5663351.
HSL color Cylindrical-coordinate representation of color #776A56: hue angle of 36.36º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #776A56 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 86 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.53 |
| HSL | 36.36º | 0.16% | 0.4% | - |
| HSV(B) | 36.36º | 0.28% | 0.47% | - |
| XYZ | 14.44 | 14.9 | 10.92 | - |
| YUV | 107.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 86 | 0 | 0.11 | 0.28 | 0.53 | 36.36 | 0.16 | 0.4 |
| Hex | 77 | 6A | 56 | 0 | B | 1C | 35 | 24 | 10 | 28 |
| Octal | 167 | 152 | 126 | 0 | 13 | 34 | 65 | 44 | 20 | 50 |
| Binary | 1110111 | 1101010 | 1010110 | 0 | 1011 | 11100 | 110101 | 100100 | 10000 | 101000 |
Color Harmonies of #776A56
Complementary color
Monochromatic Colors of #776A56
Black with #776A56
Text Example
Text Example
White with #776A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A56; }
p { color: rgb(119,106,86); }
H1.HeaderClassName
{
color: #776A56;
}
.AnyTagClassName
{
color: #776A56;
}
</style>
background-color css
<style>
a { background-color: #776A56; }
a { background-color: rgb(119,106,86); }
div.DivClassName
{
background-color: #776A56;
}
.BgClassName
{
background-color: #776A56;
}
</style>
border-color css
<style>
span { border-color: #776A56; }
span { border-color: rgb(119,106,86); }
td.TdClassName
{
border-color: #776A56;
}
.TagClassName
{
border-color: #776A56;
}
</style>