Shades of Coffee #776750
Tints of Coffee #776750
RGB
CMYK
RGB Variations
Color information
#776750 (or 0x776750) is known color: Coffee. HEX triplet: 77, 67 and 50. RGB value is (119,103,80). Sum of RGB (Red+Green+Blue) = 119+103+80=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 119 - color contains mainly: red. Hex color #776750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776750 is #8898AF. Grayscale: #696969. Windows color (decimal): -8951984 or 5269367. OLE color: 5269367.
HSL color Cylindrical-coordinate representation of color #776750: hue angle of 35.38º 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 #776750 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 103 | 80 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.53 |
| HSL | 35.38º | 0.2% | 0.39% | - |
| HSV(B) | 35.38º | 0.33% | 0.47% | - |
| XYZ | 13.91 | 14.2 | 9.6 | - |
| YUV | 105.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 103 | 80 | 0 | 0.13 | 0.33 | 0.53 | 35.38 | 0.2 | 0.39 |
| Hex | 77 | 67 | 50 | 0 | D | 21 | 35 | 23 | 14 | 27 |
| Octal | 167 | 147 | 120 | 0 | 15 | 41 | 65 | 43 | 24 | 47 |
| Binary | 1110111 | 1100111 | 1010000 | 0 | 1101 | 100001 | 110101 | 100011 | 10100 | 100111 |
Color Harmonies of #776750
Complementary color
Monochromatic Colors of #776750
Black with #776750
Text Example
Text Example
White with #776750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776750; }
p { color: rgb(119,103,80); }
H1.HeaderClassName
{
color: #776750;
}
.AnyTagClassName
{
color: #776750;
}
</style>
background-color css
<style>
a { background-color: #776750; }
a { background-color: rgb(119,103,80); }
div.DivClassName
{
background-color: #776750;
}
.BgClassName
{
background-color: #776750;
}
</style>
border-color css
<style>
span { border-color: #776750; }
span { border-color: rgb(119,103,80); }
td.TdClassName
{
border-color: #776750;
}
.TagClassName
{
border-color: #776750;
}
</style>