Shades of Coffee #766A4E
Tints of Coffee #766A4E
RGB
CMYK
RGB Variations
Color information
#766A4E (or 0x766A4E) is known color: Coffee. HEX triplet: 76, 6A and 4E. RGB value is (118,106,78). Sum of RGB (Red+Green+Blue) = 118+106+78=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #766A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A4E is #8995B1. Grayscale: #6A6A6A. Windows color (decimal): -9016754 or 5139062. OLE color: 5139062.
HSL color Cylindrical-coordinate representation of color #766A4E: hue angle of 42º 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 #766A4E is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 106 | 78 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.54 |
| HSL | 42º | 0.2% | 0.38% | - |
| HSV(B) | 42º | 0.34% | 0.46% | - |
| XYZ | 14 | 14.71 | 9.31 | - |
| YUV | 106.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 78 | 0 | 0.10 | 0.34 | 0.54 | 42 | 0.2 | 0.38 |
| Hex | 76 | 6A | 4E | 0 | A | 22 | 36 | 2A | 14 | 26 |
| Octal | 166 | 152 | 116 | 0 | 12 | 42 | 66 | 52 | 24 | 46 |
| Binary | 1110110 | 1101010 | 1001110 | 0 | 1010 | 100010 | 110110 | 101010 | 10100 | 100110 |
Color Harmonies of #766A4E
Complementary color
Monochromatic Colors of #766A4E
Black with #766A4E
Text Example
Text Example
White with #766A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766A4E; }
p { color: rgb(118,106,78); }
H1.HeaderClassName
{
color: #766A4E;
}
.AnyTagClassName
{
color: #766A4E;
}
</style>
background-color css
<style>
a { background-color: #766A4E; }
a { background-color: rgb(118,106,78); }
div.DivClassName
{
background-color: #766A4E;
}
.BgClassName
{
background-color: #766A4E;
}
</style>
border-color css
<style>
span { border-color: #766A4E; }
span { border-color: rgb(118,106,78); }
td.TdClassName
{
border-color: #766A4E;
}
.TagClassName
{
border-color: #766A4E;
}
</style>