Shades of Mocha #723831
Tints of Mocha #723831
RGB
CMYK
RGB Variations
Color information
#723831 (or 0x723831) is known color: Mocha. HEX triplet: 72, 38 and 31. RGB value is (114,56,49). Sum of RGB (Red+Green+Blue) = 114+56+49=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 49 (19.53% from 255 or 22.37% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #723831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723831 is #8DC7CE. Grayscale: #484848. Windows color (decimal): -9291727 or 3225714. OLE color: 3225714.
HSL color Cylindrical-coordinate representation of color #723831: hue angle of 6.46º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #723831 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 49 | - |
| CMYK | 0 | 0.51 | 0.57 | 0.55 |
| HSL | 6.46º | 0.4% | 0.32% | - |
| HSV(B) | 6.46º | 0.57% | 0.45% | - |
| XYZ | 8.91 | 6.63 | 3.72 | - |
| YUV | 72.54 | 114.72 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 49 | 0 | 0.51 | 0.57 | 0.55 | 6.46 | 0.4 | 0.32 |
| Hex | 72 | 38 | 31 | 0 | 33 | 39 | 37 | 6 | 28 | 20 |
| Octal | 162 | 70 | 61 | 0 | 63 | 71 | 67 | 6 | 50 | 40 |
| Binary | 1110010 | 111000 | 110001 | 0 | 110011 | 111001 | 110111 | 110 | 101000 | 100000 |
Color Harmonies of #723831
Complementary color
Monochromatic Colors of #723831
Black with #723831
Text Example
Text Example
White with #723831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723831; }
p { color: rgb(114,56,49); }
H1.HeaderClassName
{
color: #723831;
}
.AnyTagClassName
{
color: #723831;
}
</style>
background-color css
<style>
a { background-color: #723831; }
a { background-color: rgb(114,56,49); }
div.DivClassName
{
background-color: #723831;
}
.BgClassName
{
background-color: #723831;
}
</style>
border-color css
<style>
span { border-color: #723831; }
span { border-color: rgb(114,56,49); }
td.TdClassName
{
border-color: #723831;
}
.TagClassName
{
border-color: #723831;
}
</style>