Shades of Mocha #75352B
Tints of Mocha #75352B
RGB
CMYK
RGB Variations
Color information
#75352B (or 0x75352B) is known color: Mocha. HEX triplet: 75, 35 and 2B. RGB value is (117,53,43). Sum of RGB (Red+Green+Blue) = 117+53+43=213 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.93% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 117 - color contains mainly: red. Hex color #75352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75352B is #8ACAD4. Grayscale: #474747. Windows color (decimal): -9095893 or 2831733. OLE color: 2831733.
HSL color Cylindrical-coordinate representation of color #75352B: hue angle of 8.11º 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 #75352B is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 43 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.54 |
| HSL | 8.11º | 0.46% | 0.31% | - |
| HSV(B) | 8.11º | 0.63% | 0.46% | - |
| XYZ | 9.05 | 6.5 | 3.06 | - |
| YUV | 71 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 43 | 0 | 0.55 | 0.63 | 0.54 | 8.11 | 0.46 | 0.31 |
| Hex | 75 | 35 | 2B | 0 | 37 | 3F | 36 | 8 | 2E | 1F |
| Octal | 165 | 65 | 53 | 0 | 67 | 77 | 66 | 10 | 56 | 37 |
| Binary | 1110101 | 110101 | 101011 | 0 | 110111 | 111111 | 110110 | 1000 | 101110 | 11111 |
Color Harmonies of #75352B
Complementary color
Monochromatic Colors of #75352B
Black with #75352B
Text Example
Text Example
White with #75352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75352B; }
p { color: rgb(117,53,43); }
H1.HeaderClassName
{
color: #75352B;
}
.AnyTagClassName
{
color: #75352B;
}
</style>
background-color css
<style>
a { background-color: #75352B; }
a { background-color: rgb(117,53,43); }
div.DivClassName
{
background-color: #75352B;
}
.BgClassName
{
background-color: #75352B;
}
</style>
border-color css
<style>
span { border-color: #75352B; }
span { border-color: rgb(117,53,43); }
td.TdClassName
{
border-color: #75352B;
}
.TagClassName
{
border-color: #75352B;
}
</style>