Shades of Mocha #76352E
Tints of Mocha #76352E
RGB
CMYK
RGB Variations
Color information
#76352E (or 0x76352E) is known color: Mocha. HEX triplet: 76, 35 and 2E. RGB value is (118,53,46). Sum of RGB (Red+Green+Blue) = 118+53+46=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #76352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76352E is #89CAD1. Grayscale: #474747. Windows color (decimal): -9030354 or 3028342. OLE color: 3028342.
HSL color Cylindrical-coordinate representation of color #76352E: hue angle of 5.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76352E is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 46 | - |
| CMYK | 0 | 0.55 | 0.61 | 0.54 |
| HSL | 5.83º | 0.44% | 0.32% | - |
| HSV(B) | 5.83º | 0.61% | 0.46% | - |
| XYZ | 9.24 | 6.6 | 3.37 | - |
| YUV | 71.64 | 113.53 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 46 | 0 | 0.55 | 0.61 | 0.54 | 5.83 | 0.44 | 0.32 |
| Hex | 76 | 35 | 2E | 0 | 37 | 3D | 36 | 6 | 2C | 20 |
| Octal | 166 | 65 | 56 | 0 | 67 | 75 | 66 | 6 | 54 | 40 |
| Binary | 1110110 | 110101 | 101110 | 0 | 110111 | 111101 | 110110 | 110 | 101100 | 100000 |
Color Harmonies of #76352E
Complementary color
Monochromatic Colors of #76352E
Black with #76352E
Text Example
Text Example
White with #76352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76352E; }
p { color: rgb(118,53,46); }
H1.HeaderClassName
{
color: #76352E;
}
.AnyTagClassName
{
color: #76352E;
}
</style>
background-color css
<style>
a { background-color: #76352E; }
a { background-color: rgb(118,53,46); }
div.DivClassName
{
background-color: #76352E;
}
.BgClassName
{
background-color: #76352E;
}
</style>
border-color css
<style>
span { border-color: #76352E; }
span { border-color: rgb(118,53,46); }
td.TdClassName
{
border-color: #76352E;
}
.TagClassName
{
border-color: #76352E;
}
</style>