Shades of Mocha #753429
Tints of Mocha #753429
RGB
CMYK
RGB Variations
Color information
#753429 (or 0x753429) is known color: Mocha. HEX triplet: 75, 34 and 29. RGB value is (117,52,41). Sum of RGB (Red+Green+Blue) = 117+52+41=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #753429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753429 is #8ACBD6. Grayscale: #464646. Windows color (decimal): -9096151 or 2700405. OLE color: 2700405.
HSL color Cylindrical-coordinate representation of color #753429: hue angle of 8.68º 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 #753429 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 52 | 41 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.54 |
| HSL | 8.68º | 0.48% | 0.31% | - |
| HSV(B) | 8.68º | 0.65% | 0.46% | - |
| XYZ | 8.96 | 6.4 | 2.86 | - |
| YUV | 70.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 52 | 41 | 0 | 0.56 | 0.65 | 0.54 | 8.68 | 0.48 | 0.31 |
| Hex | 75 | 34 | 29 | 0 | 38 | 41 | 36 | 9 | 30 | 1F |
| Octal | 165 | 64 | 51 | 0 | 70 | 101 | 66 | 11 | 60 | 37 |
| Binary | 1110101 | 110100 | 101001 | 0 | 111000 | 1000001 | 110110 | 1001 | 110000 | 11111 |
Color Harmonies of #753429
Complementary color
Monochromatic Colors of #753429
Black with #753429
Text Example
Text Example
White with #753429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #753429; }
p { color: rgb(117,52,41); }
H1.HeaderClassName
{
color: #753429;
}
.AnyTagClassName
{
color: #753429;
}
</style>
background-color css
<style>
a { background-color: #753429; }
a { background-color: rgb(117,52,41); }
div.DivClassName
{
background-color: #753429;
}
.BgClassName
{
background-color: #753429;
}
</style>
border-color css
<style>
span { border-color: #753429; }
span { border-color: rgb(117,52,41); }
td.TdClassName
{
border-color: #753429;
}
.TagClassName
{
border-color: #753429;
}
</style>