Shades of Coffee #776953
Tints of Coffee #776953
RGB
CMYK
RGB Variations
Color information
#776953 (or 0x776953) is known color: Coffee. HEX triplet: 77, 69 and 53. RGB value is (119,105,83). Sum of RGB (Red+Green+Blue) = 119+105+83=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 105 (41.41% from 255 or 34.20% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 119 - color contains mainly: red. Hex color #776953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776953 is #8896AC. Grayscale: #6A6A6A. Windows color (decimal): -8951469 or 5466487. OLE color: 5466487.
HSL color Cylindrical-coordinate representation of color #776953: hue angle of 36.67º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #776953 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 83 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.53 |
| HSL | 36.67º | 0.18% | 0.4% | - |
| HSV(B) | 36.67º | 0.3% | 0.47% | - |
| XYZ | 14.22 | 14.65 | 10.26 | - |
| YUV | 106.68 | 114.64 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 83 | 0 | 0.12 | 0.30 | 0.53 | 36.67 | 0.18 | 0.4 |
| Hex | 77 | 69 | 53 | 0 | C | 1E | 35 | 25 | 12 | 28 |
| Octal | 167 | 151 | 123 | 0 | 14 | 36 | 65 | 45 | 22 | 50 |
| Binary | 1110111 | 1101001 | 1010011 | 0 | 1100 | 11110 | 110101 | 100101 | 10010 | 101000 |
Color Harmonies of #776953
Complementary color
Monochromatic Colors of #776953
Black with #776953
Text Example
Text Example
White with #776953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776953; }
p { color: rgb(119,105,83); }
H1.HeaderClassName
{
color: #776953;
}
.AnyTagClassName
{
color: #776953;
}
</style>
background-color css
<style>
a { background-color: #776953; }
a { background-color: rgb(119,105,83); }
div.DivClassName
{
background-color: #776953;
}
.BgClassName
{
background-color: #776953;
}
</style>
border-color css
<style>
span { border-color: #776953; }
span { border-color: rgb(119,105,83); }
td.TdClassName
{
border-color: #776953;
}
.TagClassName
{
border-color: #776953;
}
</style>