Shades of Mocha #753A2B
Tints of Mocha #753A2B
RGB
CMYK
RGB Variations
Color information
#753A2B (or 0x753A2B) is known color: Mocha. HEX triplet: 75, 3A and 2B. RGB value is (117,58,43). Sum of RGB (Red+Green+Blue) = 117+58+43=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #753A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753A2B is #8AC5D4. Grayscale: #4A4A4A. Windows color (decimal): -9094613 or 2833013. OLE color: 2833013.
HSL color Cylindrical-coordinate representation of color #753A2B: hue angle of 12.16º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753A2B is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 58 | 43 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.54 |
| HSL | 12.16º | 0.46% | 0.31% | - |
| HSV(B) | 12.16º | 0.63% | 0.46% | - |
| XYZ | 9.29 | 6.98 | 3.14 | - |
| YUV | 73.93 | 110.55 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 58 | 43 | 0 | 0.50 | 0.63 | 0.54 | 12.16 | 0.46 | 0.31 |
| Hex | 75 | 3A | 2B | 0 | 32 | 3F | 36 | C | 2E | 1F |
| Octal | 165 | 72 | 53 | 0 | 62 | 77 | 66 | 14 | 56 | 37 |
| Binary | 1110101 | 111010 | 101011 | 0 | 110010 | 111111 | 110110 | 1100 | 101110 | 11111 |
Color Harmonies of #753A2B
Complementary color
Monochromatic Colors of #753A2B
Black with #753A2B
Text Example
Text Example
White with #753A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753A2B; }
p { color: rgb(117,58,43); }
H1.HeaderClassName
{
color: #753A2B;
}
.AnyTagClassName
{
color: #753A2B;
}
</style>
background-color css
<style>
a { background-color: #753A2B; }
a { background-color: rgb(117,58,43); }
div.DivClassName
{
background-color: #753A2B;
}
.BgClassName
{
background-color: #753A2B;
}
</style>
border-color css
<style>
span { border-color: #753A2B; }
span { border-color: rgb(117,58,43); }
td.TdClassName
{
border-color: #753A2B;
}
.TagClassName
{
border-color: #753A2B;
}
</style>