Shades of Mocha #72392D
Tints of Mocha #72392D
RGB
CMYK
RGB Variations
Color information
#72392D (or 0x72392D) is known color: Mocha. HEX triplet: 72, 39 and 2D. RGB value is (114,57,45). Sum of RGB (Red+Green+Blue) = 114+57+45=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 57 (22.66% from 255 or 26.39% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #72392D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72392D is #8DC6D2. Grayscale: #484848. Windows color (decimal): -9291475 or 2963826. OLE color: 2963826.
HSL color Cylindrical-coordinate representation of color #72392D: hue angle of 10.43º 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 #72392D is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 57 | 45 | - |
| CMYK | 0 | 0.50 | 0.61 | 0.55 |
| HSL | 10.43º | 0.43% | 0.31% | - |
| HSV(B) | 10.43º | 0.61% | 0.45% | - |
| XYZ | 8.88 | 6.69 | 3.31 | - |
| YUV | 72.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 45 | 0 | 0.50 | 0.61 | 0.55 | 10.43 | 0.43 | 0.31 |
| Hex | 72 | 39 | 2D | 0 | 32 | 3D | 37 | A | 2B | 1F |
| Octal | 162 | 71 | 55 | 0 | 62 | 75 | 67 | 12 | 53 | 37 |
| Binary | 1110010 | 111001 | 101101 | 0 | 110010 | 111101 | 110111 | 1010 | 101011 | 11111 |
Color Harmonies of #72392D
Complementary color
Monochromatic Colors of #72392D
Black with #72392D
Text Example
Text Example
White with #72392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72392D; }
p { color: rgb(114,57,45); }
H1.HeaderClassName
{
color: #72392D;
}
.AnyTagClassName
{
color: #72392D;
}
</style>
background-color css
<style>
a { background-color: #72392D; }
a { background-color: rgb(114,57,45); }
div.DivClassName
{
background-color: #72392D;
}
.BgClassName
{
background-color: #72392D;
}
</style>
border-color css
<style>
span { border-color: #72392D; }
span { border-color: rgb(114,57,45); }
td.TdClassName
{
border-color: #72392D;
}
.TagClassName
{
border-color: #72392D;
}
</style>