Shades of Coffee #776B56
Tints of Coffee #776B56
RGB
CMYK
RGB Variations
Color information
#776B56 (or 0x776B56) is known color: Coffee. HEX triplet: 77, 6B and 56. RGB value is (119,107,86). Sum of RGB (Red+Green+Blue) = 119+107+86=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #776B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B56 is #8894A9. Grayscale: #6C6C6C. Windows color (decimal): -8950954 or 5663607. OLE color: 5663607.
HSL color Cylindrical-coordinate representation of color #776B56: hue angle of 38.18º 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 #776B56 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 107 | 86 | - |
| CMYK | 0 | 0.10 | 0.28 | 0.53 |
| HSL | 38.18º | 0.16% | 0.4% | - |
| HSV(B) | 38.18º | 0.28% | 0.47% | - |
| XYZ | 14.55 | 15.11 | 10.95 | - |
| YUV | 108.19 | 115.48 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 86 | 0 | 0.10 | 0.28 | 0.53 | 38.18 | 0.16 | 0.4 |
| Hex | 77 | 6B | 56 | 0 | A | 1C | 35 | 26 | 10 | 28 |
| Octal | 167 | 153 | 126 | 0 | 12 | 34 | 65 | 46 | 20 | 50 |
| Binary | 1110111 | 1101011 | 1010110 | 0 | 1010 | 11100 | 110101 | 100110 | 10000 | 101000 |
Color Harmonies of #776B56
Complementary color
Monochromatic Colors of #776B56
Black with #776B56
Text Example
Text Example
White with #776B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776B56; }
p { color: rgb(119,107,86); }
H1.HeaderClassName
{
color: #776B56;
}
.AnyTagClassName
{
color: #776B56;
}
</style>
background-color css
<style>
a { background-color: #776B56; }
a { background-color: rgb(119,107,86); }
div.DivClassName
{
background-color: #776B56;
}
.BgClassName
{
background-color: #776B56;
}
</style>
border-color css
<style>
span { border-color: #776B56; }
span { border-color: rgb(119,107,86); }
td.TdClassName
{
border-color: #776B56;
}
.TagClassName
{
border-color: #776B56;
}
</style>