Shades of Coffee #776A50
Tints of Coffee #776A50
RGB
CMYK
RGB Variations
Color information
#776A50 (or 0x776A50) is known color: Coffee. HEX triplet: 77, 6A and 50. RGB value is (119,106,80). Sum of RGB (Red+Green+Blue) = 119+106+80=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 119 - color contains mainly: red. Hex color #776A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A50 is #8895AF. Grayscale: #6B6B6B. Windows color (decimal): -8951216 or 5270135. OLE color: 5270135.
HSL color Cylindrical-coordinate representation of color #776A50: hue angle of 40º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #776A50 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 106 | 80 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.53 |
| HSL | 40º | 0.2% | 0.39% | - |
| HSV(B) | 40º | 0.33% | 0.47% | - |
| XYZ | 14.21 | 14.81 | 9.7 | - |
| YUV | 106.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 106 | 80 | 0 | 0.11 | 0.33 | 0.53 | 40 | 0.2 | 0.39 |
| Hex | 77 | 6A | 50 | 0 | B | 21 | 35 | 28 | 14 | 27 |
| Octal | 167 | 152 | 120 | 0 | 13 | 41 | 65 | 50 | 24 | 47 |
| Binary | 1110111 | 1101010 | 1010000 | 0 | 1011 | 100001 | 110101 | 101000 | 10100 | 100111 |
Color Harmonies of #776A50
Complementary color
Monochromatic Colors of #776A50
Black with #776A50
Text Example
Text Example
White with #776A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776A50; }
p { color: rgb(119,106,80); }
H1.HeaderClassName
{
color: #776A50;
}
.AnyTagClassName
{
color: #776A50;
}
</style>
background-color css
<style>
a { background-color: #776A50; }
a { background-color: rgb(119,106,80); }
div.DivClassName
{
background-color: #776A50;
}
.BgClassName
{
background-color: #776A50;
}
</style>
border-color css
<style>
span { border-color: #776A50; }
span { border-color: rgb(119,106,80); }
td.TdClassName
{
border-color: #776A50;
}
.TagClassName
{
border-color: #776A50;
}
</style>