Shades of Coffee #77694D
Tints of Coffee #77694D
RGB
CMYK
RGB Variations
Color information
#77694D (or 0x77694D) is known color: Coffee. HEX triplet: 77, 69 and 4D. RGB value is (119,105,77). Sum of RGB (Red+Green+Blue) = 119+105+77=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 119 - color contains mainly: red. Hex color #77694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77694D is #8896B2. Grayscale: #6A6A6A. Windows color (decimal): -8951475 or 5073271. OLE color: 5073271.
HSL color Cylindrical-coordinate representation of color #77694D: hue angle of 40º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77694D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 77 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.53 |
| HSL | 40º | 0.21% | 0.38% | - |
| HSV(B) | 40º | 0.35% | 0.47% | - |
| XYZ | 14 | 14.56 | 9.09 | - |
| YUV | 105.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 77 | 0 | 0.12 | 0.35 | 0.53 | 40 | 0.21 | 0.38 |
| Hex | 77 | 69 | 4D | 0 | C | 23 | 35 | 28 | 15 | 26 |
| Octal | 167 | 151 | 115 | 0 | 14 | 43 | 65 | 50 | 25 | 46 |
| Binary | 1110111 | 1101001 | 1001101 | 0 | 1100 | 100011 | 110101 | 101000 | 10101 | 100110 |
Color Harmonies of #77694D
Complementary color
Monochromatic Colors of #77694D
Black with #77694D
Text Example
Text Example
White with #77694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77694D; }
p { color: rgb(119,105,77); }
H1.HeaderClassName
{
color: #77694D;
}
.AnyTagClassName
{
color: #77694D;
}
</style>
background-color css
<style>
a { background-color: #77694D; }
a { background-color: rgb(119,105,77); }
div.DivClassName
{
background-color: #77694D;
}
.BgClassName
{
background-color: #77694D;
}
</style>
border-color css
<style>
span { border-color: #77694D; }
span { border-color: rgb(119,105,77); }
td.TdClassName
{
border-color: #77694D;
}
.TagClassName
{
border-color: #77694D;
}
</style>