Shades of Mocha #753B2C
Tints of Mocha #753B2C
RGB
CMYK
RGB Variations
Color information
#753B2C (or 0x753B2C) is known color: Mocha. HEX triplet: 75, 3B and 2C. RGB value is (117,59,44). Sum of RGB (Red+Green+Blue) = 117+59+44=220 (29% of max value = 765). Red value is 117 (46.09% from 255 or 53.18% from 220); Green value is 59 (23.44% from 255 or 26.82% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 117 - color contains mainly: red. Hex color #753B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753B2C is #8AC4D3. Grayscale: #4A4A4A. Windows color (decimal): -9094356 or 2898805. OLE color: 2898805.
HSL color Cylindrical-coordinate representation of color #753B2C: hue angle of 12.33º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753B2C is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 59 | 44 | - |
| CMYK | 0 | 0.50 | 0.62 | 0.54 |
| HSL | 12.33º | 0.45% | 0.32% | - |
| HSV(B) | 12.33º | 0.62% | 0.46% | - |
| XYZ | 9.35 | 7.09 | 3.26 | - |
| YUV | 74.63 | 110.72 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 59 | 44 | 0 | 0.50 | 0.62 | 0.54 | 12.33 | 0.45 | 0.32 |
| Hex | 75 | 3B | 2C | 0 | 32 | 3E | 36 | C | 2D | 20 |
| Octal | 165 | 73 | 54 | 0 | 62 | 76 | 66 | 14 | 55 | 40 |
| Binary | 1110101 | 111011 | 101100 | 0 | 110010 | 111110 | 110110 | 1100 | 101101 | 100000 |
Color Harmonies of #753B2C
Complementary color
Monochromatic Colors of #753B2C
Black with #753B2C
Text Example
Text Example
White with #753B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753B2C; }
p { color: rgb(117,59,44); }
H1.HeaderClassName
{
color: #753B2C;
}
.AnyTagClassName
{
color: #753B2C;
}
</style>
background-color css
<style>
a { background-color: #753B2C; }
a { background-color: rgb(117,59,44); }
div.DivClassName
{
background-color: #753B2C;
}
.BgClassName
{
background-color: #753B2C;
}
</style>
border-color css
<style>
span { border-color: #753B2C; }
span { border-color: rgb(117,59,44); }
td.TdClassName
{
border-color: #753B2C;
}
.TagClassName
{
border-color: #753B2C;
}
</style>