Shades of Mocha #76372D
Tints of Mocha #76372D
RGB
CMYK
RGB Variations
Color information
#76372D (or 0x76372D) is known color: Mocha. HEX triplet: 76, 37 and 2D. RGB value is (118,55,45). Sum of RGB (Red+Green+Blue) = 118+55+45=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76372D is #89C8D2. Grayscale: #484848. Windows color (decimal): -9029843 or 2963318. OLE color: 2963318.
HSL color Cylindrical-coordinate representation of color #76372D: hue angle of 8.22º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76372D is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 55 | 45 | - |
| CMYK | 0 | 0.53 | 0.62 | 0.54 |
| HSL | 8.22º | 0.45% | 0.32% | - |
| HSV(B) | 8.22º | 0.62% | 0.46% | - |
| XYZ | 9.31 | 6.77 | 3.3 | - |
| YUV | 72.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 45 | 0 | 0.53 | 0.62 | 0.54 | 8.22 | 0.45 | 0.32 |
| Hex | 76 | 37 | 2D | 0 | 35 | 3E | 36 | 8 | 2D | 20 |
| Octal | 166 | 67 | 55 | 0 | 65 | 76 | 66 | 10 | 55 | 40 |
| Binary | 1110110 | 110111 | 101101 | 0 | 110101 | 111110 | 110110 | 1000 | 101101 | 100000 |
Color Harmonies of #76372D
Complementary color
Monochromatic Colors of #76372D
Black with #76372D
Text Example
Text Example
White with #76372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76372D; }
p { color: rgb(118,55,45); }
H1.HeaderClassName
{
color: #76372D;
}
.AnyTagClassName
{
color: #76372D;
}
</style>
background-color css
<style>
a { background-color: #76372D; }
a { background-color: rgb(118,55,45); }
div.DivClassName
{
background-color: #76372D;
}
.BgClassName
{
background-color: #76372D;
}
</style>
border-color css
<style>
span { border-color: #76372D; }
span { border-color: rgb(118,55,45); }
td.TdClassName
{
border-color: #76372D;
}
.TagClassName
{
border-color: #76372D;
}
</style>