Shades of Coffee #776A55
Tints of Coffee #776A55
RGB
CMYK
RGB Variations
Color information
#776A55 (or 0x776A55) is known color: Coffee. HEX triplet: 77, 6A and 55. RGB value is (119,106,85). Sum of RGB (Red+Green+Blue) = 119+106+85=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 119 - color contains mainly: red. Hex color #776A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A55 is #8895AA. Grayscale: #6B6B6B. Windows color (decimal): -8951211 or 5597815. OLE color: 5597815.
HSL color Cylindrical-coordinate representation of color #776A55: hue angle of 37.06º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #776A55 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 85 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.53 |
| HSL | 37.06º | 0.17% | 0.4% | - |
| HSV(B) | 37.06º | 0.29% | 0.47% | - |
| XYZ | 14.4 | 14.89 | 10.71 | - |
| YUV | 107.49 | 115.31 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 85 | 0 | 0.11 | 0.29 | 0.53 | 37.06 | 0.17 | 0.4 |
| Hex | 77 | 6A | 55 | 0 | B | 1D | 35 | 25 | 11 | 28 |
| Octal | 167 | 152 | 125 | 0 | 13 | 35 | 65 | 45 | 21 | 50 |
| Binary | 1110111 | 1101010 | 1010101 | 0 | 1011 | 11101 | 110101 | 100101 | 10001 | 101000 |
Color Harmonies of #776A55
Complementary color
Monochromatic Colors of #776A55
Black with #776A55
Text Example
Text Example
White with #776A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A55; }
p { color: rgb(119,106,85); }
H1.HeaderClassName
{
color: #776A55;
}
.AnyTagClassName
{
color: #776A55;
}
</style>
background-color css
<style>
a { background-color: #776A55; }
a { background-color: rgb(119,106,85); }
div.DivClassName
{
background-color: #776A55;
}
.BgClassName
{
background-color: #776A55;
}
</style>
border-color css
<style>
span { border-color: #776A55; }
span { border-color: rgb(119,106,85); }
td.TdClassName
{
border-color: #776A55;
}
.TagClassName
{
border-color: #776A55;
}
</style>