Shades of Coffee #76684E
Tints of Coffee #76684E
RGB
CMYK
RGB Variations
Color information
#76684E (or 0x76684E) is known color: Coffee. HEX triplet: 76, 68 and 4E. RGB value is (118,104,78). Sum of RGB (Red+Green+Blue) = 118+104+78=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #76684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76684E is #8997B1. Grayscale: #696969. Windows color (decimal): -9017266 or 5138550. OLE color: 5138550.
HSL color Cylindrical-coordinate representation of color #76684E: hue angle of 39º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76684E is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 78 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.54 |
| HSL | 39º | 0.2% | 0.38% | - |
| HSV(B) | 39º | 0.34% | 0.46% | - |
| XYZ | 13.8 | 14.3 | 9.24 | - |
| YUV | 105.22 | 112.64 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 78 | 0 | 0.12 | 0.34 | 0.54 | 39 | 0.2 | 0.38 |
| Hex | 76 | 68 | 4E | 0 | C | 22 | 36 | 27 | 14 | 26 |
| Octal | 166 | 150 | 116 | 0 | 14 | 42 | 66 | 47 | 24 | 46 |
| Binary | 1110110 | 1101000 | 1001110 | 0 | 1100 | 100010 | 110110 | 100111 | 10100 | 100110 |
Color Harmonies of #76684E
Complementary color
Monochromatic Colors of #76684E
Black with #76684E
Text Example
Text Example
White with #76684E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76684E; }
p { color: rgb(118,104,78); }
H1.HeaderClassName
{
color: #76684E;
}
.AnyTagClassName
{
color: #76684E;
}
</style>
background-color css
<style>
a { background-color: #76684E; }
a { background-color: rgb(118,104,78); }
div.DivClassName
{
background-color: #76684E;
}
.BgClassName
{
background-color: #76684E;
}
</style>
border-color css
<style>
span { border-color: #76684E; }
span { border-color: rgb(118,104,78); }
td.TdClassName
{
border-color: #76684E;
}
.TagClassName
{
border-color: #76684E;
}
</style>