Shades of Coffee #76654C
Tints of Coffee #76654C
RGB
CMYK
RGB Variations
Color information
#76654C (or 0x76654C) is known color: Coffee. HEX triplet: 76, 65 and 4C. RGB value is (118,101,76). Sum of RGB (Red+Green+Blue) = 118+101+76=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 101 (39.84% from 255 or 34.24% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 118 - color contains mainly: red. Hex color #76654C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76654C is #899AB3. Grayscale: #676767. Windows color (decimal): -9018036 or 5006710. OLE color: 5006710.
HSL color Cylindrical-coordinate representation of color #76654C: hue angle of 35.71º 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 #76654C is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 101 | 76 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.54 |
| HSL | 35.71º | 0.22% | 0.38% | - |
| HSV(B) | 35.71º | 0.36% | 0.46% | - |
| XYZ | 13.43 | 13.68 | 8.77 | - |
| YUV | 103.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 101 | 76 | 0 | 0.14 | 0.36 | 0.54 | 35.71 | 0.22 | 0.38 |
| Hex | 76 | 65 | 4C | 0 | E | 24 | 36 | 24 | 16 | 26 |
| Octal | 166 | 145 | 114 | 0 | 16 | 44 | 66 | 44 | 26 | 46 |
| Binary | 1110110 | 1100101 | 1001100 | 0 | 1110 | 100100 | 110110 | 100100 | 10110 | 100110 |
Color Harmonies of #76654C
Complementary color
Monochromatic Colors of #76654C
Black with #76654C
Text Example
Text Example
White with #76654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76654C; }
p { color: rgb(118,101,76); }
H1.HeaderClassName
{
color: #76654C;
}
.AnyTagClassName
{
color: #76654C;
}
</style>
background-color css
<style>
a { background-color: #76654C; }
a { background-color: rgb(118,101,76); }
div.DivClassName
{
background-color: #76654C;
}
.BgClassName
{
background-color: #76654C;
}
</style>
border-color css
<style>
span { border-color: #76654C; }
span { border-color: rgb(118,101,76); }
td.TdClassName
{
border-color: #76654C;
}
.TagClassName
{
border-color: #76654C;
}
</style>