Shades of Coffee #76664C
Tints of Coffee #76664C
RGB
CMYK
RGB Variations
Color information
#76664C (or 0x76664C) is known color: Coffee. HEX triplet: 76, 66 and 4C. RGB value is (118,102,76). Sum of RGB (Red+Green+Blue) = 118+102+76=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76664C is #8999B3. Grayscale: #676767. Windows color (decimal): -9017780 or 5006966. OLE color: 5006966.
HSL color Cylindrical-coordinate representation of color #76664C: hue angle of 37.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #76664C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 102 | 76 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.54 |
| HSL | 37.14º | 0.22% | 0.38% | - |
| HSV(B) | 37.14º | 0.36% | 0.46% | - |
| XYZ | 13.53 | 13.88 | 8.8 | - |
| YUV | 103.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 76 | 0 | 0.14 | 0.36 | 0.54 | 37.14 | 0.22 | 0.38 |
| Hex | 76 | 66 | 4C | 0 | E | 24 | 36 | 25 | 16 | 26 |
| Octal | 166 | 146 | 114 | 0 | 16 | 44 | 66 | 45 | 26 | 46 |
| Binary | 1110110 | 1100110 | 1001100 | 0 | 1110 | 100100 | 110110 | 100101 | 10110 | 100110 |
Color Harmonies of #76664C
Complementary color
Monochromatic Colors of #76664C
Black with #76664C
Text Example
Text Example
White with #76664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76664C; }
p { color: rgb(118,102,76); }
H1.HeaderClassName
{
color: #76664C;
}
.AnyTagClassName
{
color: #76664C;
}
</style>
background-color css
<style>
a { background-color: #76664C; }
a { background-color: rgb(118,102,76); }
div.DivClassName
{
background-color: #76664C;
}
.BgClassName
{
background-color: #76664C;
}
</style>
border-color css
<style>
span { border-color: #76664C; }
span { border-color: rgb(118,102,76); }
td.TdClassName
{
border-color: #76664C;
}
.TagClassName
{
border-color: #76664C;
}
</style>