Shades of Mocha #723A2E
Tints of Mocha #723A2E
RGB
CMYK
RGB Variations
Color information
#723A2E (or 0x723A2E) is known color: Mocha. HEX triplet: 72, 3A and 2E. RGB value is (114,58,46). Sum of RGB (Red+Green+Blue) = 114+58+46=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #723A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A2E is #8DC5D1. Grayscale: #494949. Windows color (decimal): -9291218 or 3029618. OLE color: 3029618.
HSL color Cylindrical-coordinate representation of color #723A2E: hue angle of 10.59º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #723A2E is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 58 | 46 | - |
| CMYK | 0 | 0.49 | 0.60 | 0.55 |
| HSL | 10.59º | 0.43% | 0.31% | - |
| HSV(B) | 10.59º | 0.6% | 0.45% | - |
| XYZ | 8.95 | 6.8 | 3.43 | - |
| YUV | 73.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 46 | 0 | 0.49 | 0.60 | 0.55 | 10.59 | 0.43 | 0.31 |
| Hex | 72 | 3A | 2E | 0 | 31 | 3C | 37 | B | 2A | 1F |
| Octal | 162 | 72 | 56 | 0 | 61 | 74 | 67 | 13 | 52 | 37 |
| Binary | 1110010 | 111010 | 101110 | 0 | 110001 | 111100 | 110111 | 1011 | 101010 | 11111 |
Color Harmonies of #723A2E
Complementary color
Monochromatic Colors of #723A2E
Black with #723A2E
Text Example
Text Example
White with #723A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723A2E; }
p { color: rgb(114,58,46); }
H1.HeaderClassName
{
color: #723A2E;
}
.AnyTagClassName
{
color: #723A2E;
}
</style>
background-color css
<style>
a { background-color: #723A2E; }
a { background-color: rgb(114,58,46); }
div.DivClassName
{
background-color: #723A2E;
}
.BgClassName
{
background-color: #723A2E;
}
</style>
border-color css
<style>
span { border-color: #723A2E; }
span { border-color: rgb(114,58,46); }
td.TdClassName
{
border-color: #723A2E;
}
.TagClassName
{
border-color: #723A2E;
}
</style>