Shades of Coffee #77694F
Tints of Coffee #77694F
RGB
CMYK
RGB Variations
Color information
#77694F (or 0x77694F) is known color: Coffee. HEX triplet: 77, 69 and 4F. RGB value is (119,105,79). Sum of RGB (Red+Green+Blue) = 119+105+79=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 119 - color contains mainly: red. Hex color #77694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77694F is #8896B0. Grayscale: #6A6A6A. Windows color (decimal): -8951473 or 5204343. OLE color: 5204343.
HSL color Cylindrical-coordinate representation of color #77694F: hue angle of 39º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #77694F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 105 | 79 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.53 |
| HSL | 39º | 0.2% | 0.39% | - |
| HSV(B) | 39º | 0.34% | 0.47% | - |
| XYZ | 14.07 | 14.59 | 9.47 | - |
| YUV | 106.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 105 | 79 | 0 | 0.12 | 0.34 | 0.53 | 39 | 0.2 | 0.39 |
| Hex | 77 | 69 | 4F | 0 | C | 22 | 35 | 27 | 14 | 27 |
| Octal | 167 | 151 | 117 | 0 | 14 | 42 | 65 | 47 | 24 | 47 |
| Binary | 1110111 | 1101001 | 1001111 | 0 | 1100 | 100010 | 110101 | 100111 | 10100 | 100111 |
Color Harmonies of #77694F
Complementary color
Monochromatic Colors of #77694F
Black with #77694F
Text Example
Text Example
White with #77694F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77694F; }
p { color: rgb(119,105,79); }
H1.HeaderClassName
{
color: #77694F;
}
.AnyTagClassName
{
color: #77694F;
}
</style>
background-color css
<style>
a { background-color: #77694F; }
a { background-color: rgb(119,105,79); }
div.DivClassName
{
background-color: #77694F;
}
.BgClassName
{
background-color: #77694F;
}
</style>
border-color css
<style>
span { border-color: #77694F; }
span { border-color: rgb(119,105,79); }
td.TdClassName
{
border-color: #77694F;
}
.TagClassName
{
border-color: #77694F;
}
</style>