Shades of Mocha #70372D
Tints of Mocha #70372D
RGB
CMYK
RGB Variations
Color information
#70372D (or 0x70372D) is known color: Mocha. HEX triplet: 70, 37 and 2D. RGB value is (112,55,45). Sum of RGB (Red+Green+Blue) = 112+55+45=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70372D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70372D is #8FC8D2. Grayscale: #474747. Windows color (decimal): -9423059 or 2963312. OLE color: 2963312.
HSL color Cylindrical-coordinate representation of color #70372D: hue angle of 8.96º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70372D is Cyan = 0, Magento = 0.51, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 45 | - |
| CMYK | 0 | 0.51 | 0.60 | 0.56 |
| HSL | 8.96º | 0.43% | 0.31% | - |
| HSV(B) | 8.96º | 0.6% | 0.44% | - |
| XYZ | 8.52 | 6.37 | 3.26 | - |
| YUV | 70.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 45 | 0 | 0.51 | 0.60 | 0.56 | 8.96 | 0.43 | 0.31 |
| Hex | 70 | 37 | 2D | 0 | 33 | 3C | 38 | 9 | 2B | 1F |
| Octal | 160 | 67 | 55 | 0 | 63 | 74 | 70 | 11 | 53 | 37 |
| Binary | 1110000 | 110111 | 101101 | 0 | 110011 | 111100 | 111000 | 1001 | 101011 | 11111 |
Color Harmonies of #70372D
Complementary color
Monochromatic Colors of #70372D
Black with #70372D
Text Example
Text Example
White with #70372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70372D; }
p { color: rgb(112,55,45); }
H1.HeaderClassName
{
color: #70372D;
}
.AnyTagClassName
{
color: #70372D;
}
</style>
background-color css
<style>
a { background-color: #70372D; }
a { background-color: rgb(112,55,45); }
div.DivClassName
{
background-color: #70372D;
}
.BgClassName
{
background-color: #70372D;
}
</style>
border-color css
<style>
span { border-color: #70372D; }
span { border-color: rgb(112,55,45); }
td.TdClassName
{
border-color: #70372D;
}
.TagClassName
{
border-color: #70372D;
}
</style>