Shades of Coffee #776A4E
Tints of Coffee #776A4E
RGB
CMYK
RGB Variations
Color information
#776A4E (or 0x776A4E) is known color: Coffee. HEX triplet: 77, 6A and 4E. RGB value is (119,106,78). Sum of RGB (Red+Green+Blue) = 119+106+78=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #776A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A4E is #8895B1. Grayscale: #6A6A6A. Windows color (decimal): -8951218 or 5139063. OLE color: 5139063.
HSL color Cylindrical-coordinate representation of color #776A4E: hue angle of 40.98º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #776A4E is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 78 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.53 |
| HSL | 40.98º | 0.21% | 0.39% | - |
| HSV(B) | 40.98º | 0.34% | 0.47% | - |
| XYZ | 14.14 | 14.78 | 9.32 | - |
| YUV | 106.7 | 111.81 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 78 | 0 | 0.11 | 0.34 | 0.53 | 40.98 | 0.21 | 0.39 |
| Hex | 77 | 6A | 4E | 0 | B | 22 | 35 | 29 | 15 | 27 |
| Octal | 167 | 152 | 116 | 0 | 13 | 42 | 65 | 51 | 25 | 47 |
| Binary | 1110111 | 1101010 | 1001110 | 0 | 1011 | 100010 | 110101 | 101001 | 10101 | 100111 |
Color Harmonies of #776A4E
Complementary color
Monochromatic Colors of #776A4E
Black with #776A4E
Text Example
Text Example
White with #776A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A4E; }
p { color: rgb(119,106,78); }
H1.HeaderClassName
{
color: #776A4E;
}
.AnyTagClassName
{
color: #776A4E;
}
</style>
background-color css
<style>
a { background-color: #776A4E; }
a { background-color: rgb(119,106,78); }
div.DivClassName
{
background-color: #776A4E;
}
.BgClassName
{
background-color: #776A4E;
}
</style>
border-color css
<style>
span { border-color: #776A4E; }
span { border-color: rgb(119,106,78); }
td.TdClassName
{
border-color: #776A4E;
}
.TagClassName
{
border-color: #776A4E;
}
</style>