Shades of Mocha #72362A
Tints of Mocha #72362A
RGB
CMYK
RGB Variations
Color information
#72362A (or 0x72362A) is known color: Mocha. HEX triplet: 72, 36 and 2A. RGB value is (114,54,42). Sum of RGB (Red+Green+Blue) = 114+54+42=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72362A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72362A is #8DC9D5. Grayscale: #464646. Windows color (decimal): -9292246 or 2766450. OLE color: 2766450.
HSL color Cylindrical-coordinate representation of color #72362A: hue angle of 10º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72362A is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 54 | 42 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.55 |
| HSL | 10º | 0.46% | 0.31% | - |
| HSV(B) | 10º | 0.63% | 0.45% | - |
| XYZ | 8.68 | 6.38 | 2.97 | - |
| YUV | 70.57 | 111.88 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 42 | 0 | 0.53 | 0.63 | 0.55 | 10 | 0.46 | 0.31 |
| Hex | 72 | 36 | 2A | 0 | 35 | 3F | 37 | A | 2E | 1F |
| Octal | 162 | 66 | 52 | 0 | 65 | 77 | 67 | 12 | 56 | 37 |
| Binary | 1110010 | 110110 | 101010 | 0 | 110101 | 111111 | 110111 | 1010 | 101110 | 11111 |
Color Harmonies of #72362A
Complementary color
Monochromatic Colors of #72362A
Black with #72362A
Text Example
Text Example
White with #72362A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72362A; }
p { color: rgb(114,54,42); }
H1.HeaderClassName
{
color: #72362A;
}
.AnyTagClassName
{
color: #72362A;
}
</style>
background-color css
<style>
a { background-color: #72362A; }
a { background-color: rgb(114,54,42); }
div.DivClassName
{
background-color: #72362A;
}
.BgClassName
{
background-color: #72362A;
}
</style>
border-color css
<style>
span { border-color: #72362A; }
span { border-color: rgb(114,54,42); }
td.TdClassName
{
border-color: #72362A;
}
.TagClassName
{
border-color: #72362A;
}
</style>