Shades of Mocha #70382C
Tints of Mocha #70382C
RGB
CMYK
RGB Variations
Color information
#70382C (or 0x70382C) is known color: Mocha. HEX triplet: 70, 38 and 2C. RGB value is (112,56,44). Sum of RGB (Red+Green+Blue) = 112+56+44=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70382C is #8FC7D3. Grayscale: #474747. Windows color (decimal): -9422804 or 2898032. OLE color: 2898032.
HSL color Cylindrical-coordinate representation of color #70382C: hue angle of 10.59º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70382C is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 44 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.56 |
| HSL | 10.59º | 0.44% | 0.31% | - |
| HSV(B) | 10.59º | 0.61% | 0.44% | - |
| XYZ | 8.55 | 6.45 | 3.18 | - |
| YUV | 71.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 44 | 0 | 0.50 | 0.61 | 0.56 | 10.59 | 0.44 | 0.31 |
| Hex | 70 | 38 | 2C | 0 | 32 | 3D | 38 | B | 2C | 1F |
| Octal | 160 | 70 | 54 | 0 | 62 | 75 | 70 | 13 | 54 | 37 |
| Binary | 1110000 | 111000 | 101100 | 0 | 110010 | 111101 | 111000 | 1011 | 101100 | 11111 |
Color Harmonies of #70382C
Complementary color
Monochromatic Colors of #70382C
Black with #70382C
Text Example
Text Example
White with #70382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70382C; }
p { color: rgb(112,56,44); }
H1.HeaderClassName
{
color: #70382C;
}
.AnyTagClassName
{
color: #70382C;
}
</style>
background-color css
<style>
a { background-color: #70382C; }
a { background-color: rgb(112,56,44); }
div.DivClassName
{
background-color: #70382C;
}
.BgClassName
{
background-color: #70382C;
}
</style>
border-color css
<style>
span { border-color: #70382C; }
span { border-color: rgb(112,56,44); }
td.TdClassName
{
border-color: #70382C;
}
.TagClassName
{
border-color: #70382C;
}
</style>