Shades of Mocha #723A2B
Tints of Mocha #723A2B
RGB
CMYK
RGB Variations
Color information
#723A2B (or 0x723A2B) is known color: Mocha. HEX triplet: 72, 3A and 2B. RGB value is (114,58,43). Sum of RGB (Red+Green+Blue) = 114+58+43=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #723A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A2B is #8DC5D4. Grayscale: #494949. Windows color (decimal): -9291221 or 2833010. OLE color: 2833010.
HSL color Cylindrical-coordinate representation of color #723A2B: hue angle of 12.68º 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 #723A2B is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 58 | 43 | - |
| CMYK | 0 | 0.49 | 0.62 | 0.55 |
| HSL | 12.68º | 0.45% | 0.31% | - |
| HSV(B) | 12.68º | 0.62% | 0.45% | - |
| XYZ | 8.89 | 6.78 | 3.13 | - |
| YUV | 73.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 58 | 43 | 0 | 0.49 | 0.62 | 0.55 | 12.68 | 0.45 | 0.31 |
| Hex | 72 | 3A | 2B | 0 | 31 | 3E | 37 | D | 2D | 1F |
| Octal | 162 | 72 | 53 | 0 | 61 | 76 | 67 | 15 | 55 | 37 |
| Binary | 1110010 | 111010 | 101011 | 0 | 110001 | 111110 | 110111 | 1101 | 101101 | 11111 |
Color Harmonies of #723A2B
Complementary color
Monochromatic Colors of #723A2B
Black with #723A2B
Text Example
Text Example
White with #723A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723A2B; }
p { color: rgb(114,58,43); }
H1.HeaderClassName
{
color: #723A2B;
}
.AnyTagClassName
{
color: #723A2B;
}
</style>
background-color css
<style>
a { background-color: #723A2B; }
a { background-color: rgb(114,58,43); }
div.DivClassName
{
background-color: #723A2B;
}
.BgClassName
{
background-color: #723A2B;
}
</style>
border-color css
<style>
span { border-color: #723A2B; }
span { border-color: rgb(114,58,43); }
td.TdClassName
{
border-color: #723A2B;
}
.TagClassName
{
border-color: #723A2B;
}
</style>