Shades of Mocha #723930
Tints of Mocha #723930
RGB
CMYK
RGB Variations
Color information
#723930 (or 0x723930) is known color: Mocha. HEX triplet: 72, 39 and 30. RGB value is (114,57,48). Sum of RGB (Red+Green+Blue) = 114+57+48=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #723930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723930 is #8DC6CF. Grayscale: #494949. Windows color (decimal): -9291472 or 3160434. OLE color: 3160434.
HSL color Cylindrical-coordinate representation of color #723930: hue angle of 8.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #723930 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 57 | 48 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.55 |
| HSL | 8.18º | 0.41% | 0.32% | - |
| HSV(B) | 8.18º | 0.58% | 0.45% | - |
| XYZ | 8.94 | 6.72 | 3.62 | - |
| YUV | 73.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 48 | 0 | 0.50 | 0.58 | 0.55 | 8.18 | 0.41 | 0.32 |
| Hex | 72 | 39 | 30 | 0 | 32 | 3A | 37 | 8 | 29 | 20 |
| Octal | 162 | 71 | 60 | 0 | 62 | 72 | 67 | 10 | 51 | 40 |
| Binary | 1110010 | 111001 | 110000 | 0 | 110010 | 111010 | 110111 | 1000 | 101001 | 100000 |
Color Harmonies of #723930
Complementary color
Monochromatic Colors of #723930
Black with #723930
Text Example
Text Example
White with #723930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723930; }
p { color: rgb(114,57,48); }
H1.HeaderClassName
{
color: #723930;
}
.AnyTagClassName
{
color: #723930;
}
</style>
background-color css
<style>
a { background-color: #723930; }
a { background-color: rgb(114,57,48); }
div.DivClassName
{
background-color: #723930;
}
.BgClassName
{
background-color: #723930;
}
</style>
border-color css
<style>
span { border-color: #723930; }
span { border-color: rgb(114,57,48); }
td.TdClassName
{
border-color: #723930;
}
.TagClassName
{
border-color: #723930;
}
</style>