Shades of Mocha #723B2A
Tints of Mocha #723B2A
RGB
CMYK
RGB Variations
Color information
#723B2A (or 0x723B2A) is known color: Mocha. HEX triplet: 72, 3B and 2A. RGB value is (114,59,42). Sum of RGB (Red+Green+Blue) = 114+59+42=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 59 (23.44% from 255 or 27.44% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #723B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B2A is #8DC4D5. Grayscale: #494949. Windows color (decimal): -9290966 or 2767730. OLE color: 2767730.
HSL color Cylindrical-coordinate representation of color #723B2A: hue angle of 14.17º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #723B2A is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 59 | 42 | - |
| CMYK | 0 | 0.48 | 0.63 | 0.55 |
| HSL | 14.17º | 0.46% | 0.31% | - |
| HSV(B) | 14.17º | 0.63% | 0.45% | - |
| XYZ | 8.92 | 6.87 | 3.05 | - |
| YUV | 73.51 | 110.22 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 59 | 42 | 0 | 0.48 | 0.63 | 0.55 | 14.17 | 0.46 | 0.31 |
| Hex | 72 | 3B | 2A | 0 | 30 | 3F | 37 | E | 2E | 1F |
| Octal | 162 | 73 | 52 | 0 | 60 | 77 | 67 | 16 | 56 | 37 |
| Binary | 1110010 | 111011 | 101010 | 0 | 110000 | 111111 | 110111 | 1110 | 101110 | 11111 |
Color Harmonies of #723B2A
Complementary color
Monochromatic Colors of #723B2A
Black with #723B2A
Text Example
Text Example
White with #723B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723B2A; }
p { color: rgb(114,59,42); }
H1.HeaderClassName
{
color: #723B2A;
}
.AnyTagClassName
{
color: #723B2A;
}
</style>
background-color css
<style>
a { background-color: #723B2A; }
a { background-color: rgb(114,59,42); }
div.DivClassName
{
background-color: #723B2A;
}
.BgClassName
{
background-color: #723B2A;
}
</style>
border-color css
<style>
span { border-color: #723B2A; }
span { border-color: rgb(114,59,42); }
td.TdClassName
{
border-color: #723B2A;
}
.TagClassName
{
border-color: #723B2A;
}
</style>