Shades of Mocha #72352A
Tints of Mocha #72352A
RGB
CMYK
RGB Variations
Color information
#72352A (or 0x72352A) is known color: Mocha. HEX triplet: 72, 35 and 2A. RGB value is (114,53,42). Sum of RGB (Red+Green+Blue) = 114+53+42=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 42 (16.80% from 255 or 20.10% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #72352A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72352A is #8DCAD5. Grayscale: #464646. Windows color (decimal): -9292502 or 2766194. OLE color: 2766194.
HSL color Cylindrical-coordinate representation of color #72352A: hue angle of 9.17º 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 #72352A is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 42 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.55 |
| HSL | 9.17º | 0.46% | 0.31% | - |
| HSV(B) | 9.17º | 0.63% | 0.45% | - |
| XYZ | 8.63 | 6.29 | 2.95 | - |
| YUV | 69.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 42 | 0 | 0.54 | 0.63 | 0.55 | 9.17 | 0.46 | 0.31 |
| Hex | 72 | 35 | 2A | 0 | 36 | 3F | 37 | 9 | 2E | 1F |
| Octal | 162 | 65 | 52 | 0 | 66 | 77 | 67 | 11 | 56 | 37 |
| Binary | 1110010 | 110101 | 101010 | 0 | 110110 | 111111 | 110111 | 1001 | 101110 | 11111 |
Color Harmonies of #72352A
Complementary color
Monochromatic Colors of #72352A
Black with #72352A
Text Example
Text Example
White with #72352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72352A; }
p { color: rgb(114,53,42); }
H1.HeaderClassName
{
color: #72352A;
}
.AnyTagClassName
{
color: #72352A;
}
</style>
background-color css
<style>
a { background-color: #72352A; }
a { background-color: rgb(114,53,42); }
div.DivClassName
{
background-color: #72352A;
}
.BgClassName
{
background-color: #72352A;
}
</style>
border-color css
<style>
span { border-color: #72352A; }
span { border-color: rgb(114,53,42); }
td.TdClassName
{
border-color: #72352A;
}
.TagClassName
{
border-color: #72352A;
}
</style>