Shades of Mocha #72352F
Tints of Mocha #72352F
RGB
CMYK
RGB Variations
Color information
#72352F (or 0x72352F) is known color: Mocha. HEX triplet: 72, 35 and 2F. RGB value is (114,53,47). Sum of RGB (Red+Green+Blue) = 114+53+47=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72352F is #8DCAD0. Grayscale: #464646. Windows color (decimal): -9292497 or 3093874. OLE color: 3093874.
HSL color Cylindrical-coordinate representation of color #72352F: hue angle of 5.37º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72352F is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 47 | - |
| CMYK | 0 | 0.54 | 0.59 | 0.55 |
| HSL | 5.37º | 0.42% | 0.32% | - |
| HSV(B) | 5.37º | 0.59% | 0.45% | - |
| XYZ | 8.73 | 6.33 | 3.45 | - |
| YUV | 70.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 47 | 0 | 0.54 | 0.59 | 0.55 | 5.37 | 0.42 | 0.32 |
| Hex | 72 | 35 | 2F | 0 | 36 | 3B | 37 | 5 | 2A | 20 |
| Octal | 162 | 65 | 57 | 0 | 66 | 73 | 67 | 5 | 52 | 40 |
| Binary | 1110010 | 110101 | 101111 | 0 | 110110 | 111011 | 110111 | 101 | 101010 | 100000 |
Color Harmonies of #72352F
Complementary color
Monochromatic Colors of #72352F
Black with #72352F
Text Example
Text Example
White with #72352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72352F; }
p { color: rgb(114,53,47); }
H1.HeaderClassName
{
color: #72352F;
}
.AnyTagClassName
{
color: #72352F;
}
</style>
background-color css
<style>
a { background-color: #72352F; }
a { background-color: rgb(114,53,47); }
div.DivClassName
{
background-color: #72352F;
}
.BgClassName
{
background-color: #72352F;
}
</style>
border-color css
<style>
span { border-color: #72352F; }
span { border-color: rgb(114,53,47); }
td.TdClassName
{
border-color: #72352F;
}
.TagClassName
{
border-color: #72352F;
}
</style>