Shades of Mocha #70332A
Tints of Mocha #70332A
RGB
CMYK
RGB Variations
Color information
#70332A (or 0x70332A) is known color: Mocha. HEX triplet: 70, 33 and 2A. RGB value is (112,51,42). Sum of RGB (Red+Green+Blue) = 112+51+42=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #70332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70332A is #8FCCD5. Grayscale: #444444. Windows color (decimal): -9424086 or 2765680. OLE color: 2765680.
HSL color Cylindrical-coordinate representation of color #70332A: hue angle of 7.71º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70332A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 42 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.56 |
| HSL | 7.71º | 0.45% | 0.3% | - |
| HSV(B) | 7.71º | 0.63% | 0.44% | - |
| XYZ | 8.28 | 5.98 | 2.91 | - |
| YUV | 68.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 42 | 0 | 0.54 | 0.62 | 0.56 | 7.71 | 0.45 | 0.3 |
| Hex | 70 | 33 | 2A | 0 | 36 | 3E | 38 | 8 | 2D | 1E |
| Octal | 160 | 63 | 52 | 0 | 66 | 76 | 70 | 10 | 55 | 36 |
| Binary | 1110000 | 110011 | 101010 | 0 | 110110 | 111110 | 111000 | 1000 | 101101 | 11110 |
Color Harmonies of #70332A
Complementary color
Monochromatic Colors of #70332A
Black with #70332A
Text Example
Text Example
White with #70332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70332A; }
p { color: rgb(112,51,42); }
H1.HeaderClassName
{
color: #70332A;
}
.AnyTagClassName
{
color: #70332A;
}
</style>
background-color css
<style>
a { background-color: #70332A; }
a { background-color: rgb(112,51,42); }
div.DivClassName
{
background-color: #70332A;
}
.BgClassName
{
background-color: #70332A;
}
</style>
border-color css
<style>
span { border-color: #70332A; }
span { border-color: rgb(112,51,42); }
td.TdClassName
{
border-color: #70332A;
}
.TagClassName
{
border-color: #70332A;
}
</style>