Shades of Mocha #753329
Tints of Mocha #753329
RGB
CMYK
RGB Variations
Color information
#753329 (or 0x753329) is known color: Mocha. HEX triplet: 75, 33 and 29. RGB value is (117,51,41). Sum of RGB (Red+Green+Blue) = 117+51+41=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 41 (16.41% from 255 or 19.62% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #753329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753329 is #8ACCD6. Grayscale: #454545. Windows color (decimal): -9096407 or 2700149. OLE color: 2700149.
HSL color Cylindrical-coordinate representation of color #753329: hue angle of 7.89º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753329 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 51 | 41 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.54 |
| HSL | 7.89º | 0.48% | 0.31% | - |
| HSV(B) | 7.89º | 0.65% | 0.46% | - |
| XYZ | 8.92 | 6.31 | 2.85 | - |
| YUV | 69.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 41 | 0 | 0.56 | 0.65 | 0.54 | 7.89 | 0.48 | 0.31 |
| Hex | 75 | 33 | 29 | 0 | 38 | 41 | 36 | 8 | 30 | 1F |
| Octal | 165 | 63 | 51 | 0 | 70 | 101 | 66 | 10 | 60 | 37 |
| Binary | 1110101 | 110011 | 101001 | 0 | 111000 | 1000001 | 110110 | 1000 | 110000 | 11111 |
Color Harmonies of #753329
Complementary color
Monochromatic Colors of #753329
Black with #753329
Text Example
Text Example
White with #753329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753329; }
p { color: rgb(117,51,41); }
H1.HeaderClassName
{
color: #753329;
}
.AnyTagClassName
{
color: #753329;
}
</style>
background-color css
<style>
a { background-color: #753329; }
a { background-color: rgb(117,51,41); }
div.DivClassName
{
background-color: #753329;
}
.BgClassName
{
background-color: #753329;
}
</style>
border-color css
<style>
span { border-color: #753329; }
span { border-color: rgb(117,51,41); }
td.TdClassName
{
border-color: #753329;
}
.TagClassName
{
border-color: #753329;
}
</style>