Shades of Mocha #76352C
Tints of Mocha #76352C
RGB
CMYK
RGB Variations
Color information
#76352C (or 0x76352C) is known color: Mocha. HEX triplet: 76, 35 and 2C. RGB value is (118,53,44). Sum of RGB (Red+Green+Blue) = 118+53+44=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76352C is #89CAD3. Grayscale: #474747. Windows color (decimal): -9030356 or 2897270. OLE color: 2897270.
HSL color Cylindrical-coordinate representation of color #76352C: hue angle of 7.3º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76352C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 44 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.54 |
| HSL | 7.3º | 0.46% | 0.32% | - |
| HSV(B) | 7.3º | 0.63% | 0.46% | - |
| XYZ | 9.2 | 6.58 | 3.17 | - |
| YUV | 71.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 44 | 0 | 0.55 | 0.63 | 0.54 | 7.3 | 0.46 | 0.32 |
| Hex | 76 | 35 | 2C | 0 | 37 | 3F | 36 | 7 | 2E | 20 |
| Octal | 166 | 65 | 54 | 0 | 67 | 77 | 66 | 7 | 56 | 40 |
| Binary | 1110110 | 110101 | 101100 | 0 | 110111 | 111111 | 110110 | 111 | 101110 | 100000 |
Color Harmonies of #76352C
Complementary color
Monochromatic Colors of #76352C
Black with #76352C
Text Example
Text Example
White with #76352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76352C; }
p { color: rgb(118,53,44); }
H1.HeaderClassName
{
color: #76352C;
}
.AnyTagClassName
{
color: #76352C;
}
</style>
background-color css
<style>
a { background-color: #76352C; }
a { background-color: rgb(118,53,44); }
div.DivClassName
{
background-color: #76352C;
}
.BgClassName
{
background-color: #76352C;
}
</style>
border-color css
<style>
span { border-color: #76352C; }
span { border-color: rgb(118,53,44); }
td.TdClassName
{
border-color: #76352C;
}
.TagClassName
{
border-color: #76352C;
}
</style>