Shades of Mocha #72352D
Tints of Mocha #72352D
RGB
CMYK
RGB Variations
Color information
#72352D (or 0x72352D) is known color: Mocha. HEX triplet: 72, 35 and 2D. RGB value is (114,53,45). Sum of RGB (Red+Green+Blue) = 114+53+45=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72352D is #8DCAD2. Grayscale: #464646. Windows color (decimal): -9292499 or 2962802. OLE color: 2962802.
HSL color Cylindrical-coordinate representation of color #72352D: hue angle of 6.96º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72352D is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 45 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.55 |
| HSL | 6.96º | 0.43% | 0.31% | - |
| HSV(B) | 6.96º | 0.61% | 0.45% | - |
| XYZ | 8.69 | 6.31 | 3.24 | - |
| YUV | 70.33 | 113.71 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 45 | 0 | 0.54 | 0.61 | 0.55 | 6.96 | 0.43 | 0.31 |
| Hex | 72 | 35 | 2D | 0 | 36 | 3D | 37 | 7 | 2B | 1F |
| Octal | 162 | 65 | 55 | 0 | 66 | 75 | 67 | 7 | 53 | 37 |
| Binary | 1110010 | 110101 | 101101 | 0 | 110110 | 111101 | 110111 | 111 | 101011 | 11111 |
Color Harmonies of #72352D
Complementary color
Monochromatic Colors of #72352D
Black with #72352D
Text Example
Text Example
White with #72352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72352D; }
p { color: rgb(114,53,45); }
H1.HeaderClassName
{
color: #72352D;
}
.AnyTagClassName
{
color: #72352D;
}
</style>
background-color css
<style>
a { background-color: #72352D; }
a { background-color: rgb(114,53,45); }
div.DivClassName
{
background-color: #72352D;
}
.BgClassName
{
background-color: #72352D;
}
</style>
border-color css
<style>
span { border-color: #72352D; }
span { border-color: rgb(114,53,45); }
td.TdClassName
{
border-color: #72352D;
}
.TagClassName
{
border-color: #72352D;
}
</style>