Shades of Mocha #70372E
Tints of Mocha #70372E
RGB
CMYK
RGB Variations
Color information
#70372E (or 0x70372E) is known color: Mocha. HEX triplet: 70, 37 and 2E. RGB value is (112,55,46). Sum of RGB (Red+Green+Blue) = 112+55+46=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #70372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70372E is #8FC8D1. Grayscale: #474747. Windows color (decimal): -9423058 or 3028848. OLE color: 3028848.
HSL color Cylindrical-coordinate representation of color #70372E: hue angle of 8.18º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70372E is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 46 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.56 |
| HSL | 8.18º | 0.42% | 0.31% | - |
| HSV(B) | 8.18º | 0.59% | 0.44% | - |
| XYZ | 8.54 | 6.37 | 3.36 | - |
| YUV | 71.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 46 | 0 | 0.51 | 0.59 | 0.56 | 8.18 | 0.42 | 0.31 |
| Hex | 70 | 37 | 2E | 0 | 33 | 3B | 38 | 8 | 2A | 1F |
| Octal | 160 | 67 | 56 | 0 | 63 | 73 | 70 | 10 | 52 | 37 |
| Binary | 1110000 | 110111 | 101110 | 0 | 110011 | 111011 | 111000 | 1000 | 101010 | 11111 |
Color Harmonies of #70372E
Complementary color
Monochromatic Colors of #70372E
Black with #70372E
Text Example
Text Example
White with #70372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70372E; }
p { color: rgb(112,55,46); }
H1.HeaderClassName
{
color: #70372E;
}
.AnyTagClassName
{
color: #70372E;
}
</style>
background-color css
<style>
a { background-color: #70372E; }
a { background-color: rgb(112,55,46); }
div.DivClassName
{
background-color: #70372E;
}
.BgClassName
{
background-color: #70372E;
}
</style>
border-color css
<style>
span { border-color: #70372E; }
span { border-color: rgb(112,55,46); }
td.TdClassName
{
border-color: #70372E;
}
.TagClassName
{
border-color: #70372E;
}
</style>