Shades of Mocha #72372F
Tints of Mocha #72372F
RGB
CMYK
RGB Variations
Color information
#72372F (or 0x72372F) is known color: Mocha. HEX triplet: 72, 37 and 2F. RGB value is (114,55,47). Sum of RGB (Red+Green+Blue) = 114+55+47=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #72372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72372F is #8DC8D0. Grayscale: #474747. Windows color (decimal): -9291985 or 3094386. OLE color: 3094386.
HSL color Cylindrical-coordinate representation of color #72372F: hue angle of 7.16º 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 #72372F is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 55 | 47 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.55 |
| HSL | 7.16º | 0.42% | 0.32% | - |
| HSV(B) | 7.16º | 0.59% | 0.45% | - |
| XYZ | 8.82 | 6.52 | 3.48 | - |
| YUV | 71.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 55 | 47 | 0 | 0.52 | 0.59 | 0.55 | 7.16 | 0.42 | 0.32 |
| Hex | 72 | 37 | 2F | 0 | 34 | 3B | 37 | 7 | 2A | 20 |
| Octal | 162 | 67 | 57 | 0 | 64 | 73 | 67 | 7 | 52 | 40 |
| Binary | 1110010 | 110111 | 101111 | 0 | 110100 | 111011 | 110111 | 111 | 101010 | 100000 |
Color Harmonies of #72372F
Complementary color
Monochromatic Colors of #72372F
Black with #72372F
Text Example
Text Example
White with #72372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72372F; }
p { color: rgb(114,55,47); }
H1.HeaderClassName
{
color: #72372F;
}
.AnyTagClassName
{
color: #72372F;
}
</style>
background-color css
<style>
a { background-color: #72372F; }
a { background-color: rgb(114,55,47); }
div.DivClassName
{
background-color: #72372F;
}
.BgClassName
{
background-color: #72372F;
}
</style>
border-color css
<style>
span { border-color: #72372F; }
span { border-color: rgb(114,55,47); }
td.TdClassName
{
border-color: #72372F;
}
.TagClassName
{
border-color: #72372F;
}
</style>