Shades of Mocha #70372F
Tints of Mocha #70372F
RGB
CMYK
RGB Variations
Color information
#70372F (or 0x70372F) is known color: Mocha. HEX triplet: 70, 37 and 2F. RGB value is (112,55,47). Sum of RGB (Red+Green+Blue) = 112+55+47=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 55 (21.88% from 255 or 25.70% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #70372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70372F is #8FC8D0. Grayscale: #474747. Windows color (decimal): -9423057 or 3094384. OLE color: 3094384.
HSL color Cylindrical-coordinate representation of color #70372F: hue angle of 7.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70372F is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 47 | - |
| CMYK | 0 | 0.51 | 0.58 | 0.56 |
| HSL | 7.38º | 0.41% | 0.31% | - |
| HSV(B) | 7.38º | 0.58% | 0.44% | - |
| XYZ | 8.56 | 6.38 | 3.47 | - |
| YUV | 71.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 47 | 0 | 0.51 | 0.58 | 0.56 | 7.38 | 0.41 | 0.31 |
| Hex | 70 | 37 | 2F | 0 | 33 | 3A | 38 | 7 | 29 | 1F |
| Octal | 160 | 67 | 57 | 0 | 63 | 72 | 70 | 7 | 51 | 37 |
| Binary | 1110000 | 110111 | 101111 | 0 | 110011 | 111010 | 111000 | 111 | 101001 | 11111 |
Color Harmonies of #70372F
Complementary color
Monochromatic Colors of #70372F
Black with #70372F
Text Example
Text Example
White with #70372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70372F; }
p { color: rgb(112,55,47); }
H1.HeaderClassName
{
color: #70372F;
}
.AnyTagClassName
{
color: #70372F;
}
</style>
background-color css
<style>
a { background-color: #70372F; }
a { background-color: rgb(112,55,47); }
div.DivClassName
{
background-color: #70372F;
}
.BgClassName
{
background-color: #70372F;
}
</style>
border-color css
<style>
span { border-color: #70372F; }
span { border-color: rgb(112,55,47); }
td.TdClassName
{
border-color: #70372F;
}
.TagClassName
{
border-color: #70372F;
}
</style>