Shades of Mocha #72392B
Tints of Mocha #72392B
RGB
CMYK
RGB Variations
Color information
#72392B (or 0x72392B) is known color: Mocha. HEX triplet: 72, 39 and 2B. RGB value is (114,57,43). Sum of RGB (Red+Green+Blue) = 114+57+43=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72392B is #8DC6D4. Grayscale: #484848. Windows color (decimal): -9291477 or 2832754. OLE color: 2832754.
HSL color Cylindrical-coordinate representation of color #72392B: hue angle of 11.83º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72392B is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 57 | 43 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.55 |
| HSL | 11.83º | 0.45% | 0.31% | - |
| HSV(B) | 11.83º | 0.62% | 0.45% | - |
| XYZ | 8.84 | 6.68 | 3.11 | - |
| YUV | 72.45 | 111.38 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 43 | 0 | 0.50 | 0.62 | 0.55 | 11.83 | 0.45 | 0.31 |
| Hex | 72 | 39 | 2B | 0 | 32 | 3E | 37 | C | 2D | 1F |
| Octal | 162 | 71 | 53 | 0 | 62 | 76 | 67 | 14 | 55 | 37 |
| Binary | 1110010 | 111001 | 101011 | 0 | 110010 | 111110 | 110111 | 1100 | 101101 | 11111 |
Color Harmonies of #72392B
Complementary color
Monochromatic Colors of #72392B
Black with #72392B
Text Example
Text Example
White with #72392B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72392B; }
p { color: rgb(114,57,43); }
H1.HeaderClassName
{
color: #72392B;
}
.AnyTagClassName
{
color: #72392B;
}
</style>
background-color css
<style>
a { background-color: #72392B; }
a { background-color: rgb(114,57,43); }
div.DivClassName
{
background-color: #72392B;
}
.BgClassName
{
background-color: #72392B;
}
</style>
border-color css
<style>
span { border-color: #72392B; }
span { border-color: rgb(114,57,43); }
td.TdClassName
{
border-color: #72392B;
}
.TagClassName
{
border-color: #72392B;
}
</style>