Shades of Coffee #76684D
Tints of Coffee #76684D
RGB
CMYK
RGB Variations
Color information
#76684D (or 0x76684D) is known color: Coffee. HEX triplet: 76, 68 and 4D. RGB value is (118,104,77). Sum of RGB (Red+Green+Blue) = 118+104+77=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #76684D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76684D is #8997B2. Grayscale: #696969. Windows color (decimal): -9017267 or 5073014. OLE color: 5073014.
HSL color Cylindrical-coordinate representation of color #76684D: hue angle of 39.51º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76684D is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 104 | 77 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.54 |
| HSL | 39.51º | 0.21% | 0.38% | - |
| HSV(B) | 39.51º | 0.35% | 0.46% | - |
| XYZ | 13.76 | 14.29 | 9.05 | - |
| YUV | 105.11 | 112.14 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 104 | 77 | 0 | 0.12 | 0.35 | 0.54 | 39.51 | 0.21 | 0.38 |
| Hex | 76 | 68 | 4D | 0 | C | 23 | 36 | 28 | 15 | 26 |
| Octal | 166 | 150 | 115 | 0 | 14 | 43 | 66 | 50 | 25 | 46 |
| Binary | 1110110 | 1101000 | 1001101 | 0 | 1100 | 100011 | 110110 | 101000 | 10101 | 100110 |
Color Harmonies of #76684D
Complementary color
Monochromatic Colors of #76684D
Black with #76684D
Text Example
Text Example
White with #76684D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76684D; }
p { color: rgb(118,104,77); }
H1.HeaderClassName
{
color: #76684D;
}
.AnyTagClassName
{
color: #76684D;
}
</style>
background-color css
<style>
a { background-color: #76684D; }
a { background-color: rgb(118,104,77); }
div.DivClassName
{
background-color: #76684D;
}
.BgClassName
{
background-color: #76684D;
}
</style>
border-color css
<style>
span { border-color: #76684D; }
span { border-color: rgb(118,104,77); }
td.TdClassName
{
border-color: #76684D;
}
.TagClassName
{
border-color: #76684D;
}
</style>