Shades of Coffee #76644C
Tints of Coffee #76644C
RGB
CMYK
RGB Variations
Color information
#76644C (or 0x76644C) is known color: Coffee. HEX triplet: 76, 64 and 4C. RGB value is (118,100,76). Sum of RGB (Red+Green+Blue) = 118+100+76=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76644C is #899BB3. Grayscale: #666666. Windows color (decimal): -9018292 or 5006454. OLE color: 5006454.
HSL color Cylindrical-coordinate representation of color #76644C: hue angle of 34.29º 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 #76644C is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 100 | 76 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.54 |
| HSL | 34.29º | 0.22% | 0.38% | - |
| HSV(B) | 34.29º | 0.36% | 0.46% | - |
| XYZ | 13.33 | 13.49 | 8.74 | - |
| YUV | 102.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 100 | 76 | 0 | 0.15 | 0.36 | 0.54 | 34.29 | 0.22 | 0.38 |
| Hex | 76 | 64 | 4C | 0 | F | 24 | 36 | 22 | 16 | 26 |
| Octal | 166 | 144 | 114 | 0 | 17 | 44 | 66 | 42 | 26 | 46 |
| Binary | 1110110 | 1100100 | 1001100 | 0 | 1111 | 100100 | 110110 | 100010 | 10110 | 100110 |
Color Harmonies of #76644C
Complementary color
Monochromatic Colors of #76644C
Black with #76644C
Text Example
Text Example
White with #76644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76644C; }
p { color: rgb(118,100,76); }
H1.HeaderClassName
{
color: #76644C;
}
.AnyTagClassName
{
color: #76644C;
}
</style>
background-color css
<style>
a { background-color: #76644C; }
a { background-color: rgb(118,100,76); }
div.DivClassName
{
background-color: #76644C;
}
.BgClassName
{
background-color: #76644C;
}
</style>
border-color css
<style>
span { border-color: #76644C; }
span { border-color: rgb(118,100,76); }
td.TdClassName
{
border-color: #76644C;
}
.TagClassName
{
border-color: #76644C;
}
</style>