Shades of Mocha #733730
Tints of Mocha #733730
RGB
CMYK
RGB Variations
Color information
#733730 (or 0x733730) is known color: Mocha. HEX triplet: 73, 37 and 30. RGB value is (115,55,48). Sum of RGB (Red+Green+Blue) = 115+55+48=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #733730 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733730 is #8CC8CF. Grayscale: #484848. Windows color (decimal): -9226448 or 3159923. OLE color: 3159923.
HSL color Cylindrical-coordinate representation of color #733730: hue angle of 6.27º 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 #733730 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 48 | - |
| CMYK | 0 | 0.52 | 0.58 | 0.55 |
| HSL | 6.27º | 0.41% | 0.32% | - |
| HSV(B) | 6.27º | 0.58% | 0.45% | - |
| XYZ | 8.97 | 6.59 | 3.6 | - |
| YUV | 72.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 48 | 0 | 0.52 | 0.58 | 0.55 | 6.27 | 0.41 | 0.32 |
| Hex | 73 | 37 | 30 | 0 | 34 | 3A | 37 | 6 | 29 | 20 |
| Octal | 163 | 67 | 60 | 0 | 64 | 72 | 67 | 6 | 51 | 40 |
| Binary | 1110011 | 110111 | 110000 | 0 | 110100 | 111010 | 110111 | 110 | 101001 | 100000 |
Color Harmonies of #733730
Complementary color
Monochromatic Colors of #733730
Black with #733730
Text Example
Text Example
White with #733730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733730; }
p { color: rgb(115,55,48); }
H1.HeaderClassName
{
color: #733730;
}
.AnyTagClassName
{
color: #733730;
}
</style>
background-color css
<style>
a { background-color: #733730; }
a { background-color: rgb(115,55,48); }
div.DivClassName
{
background-color: #733730;
}
.BgClassName
{
background-color: #733730;
}
</style>
border-color css
<style>
span { border-color: #733730; }
span { border-color: rgb(115,55,48); }
td.TdClassName
{
border-color: #733730;
}
.TagClassName
{
border-color: #733730;
}
</style>