Shades of Mocha #75352C
Tints of Mocha #75352C
RGB
CMYK
RGB Variations
Color information
#75352C (or 0x75352C) is known color: Mocha. HEX triplet: 75, 35 and 2C. RGB value is (117,53,44). Sum of RGB (Red+Green+Blue) = 117+53+44=214 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.67% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 117 - color contains mainly: red. Hex color #75352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75352C is #8ACAD3. Grayscale: #474747. Windows color (decimal): -9095892 or 2897269. OLE color: 2897269.
HSL color Cylindrical-coordinate representation of color #75352C: hue angle of 7.4º 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 #75352C is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 53 | 44 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.54 |
| HSL | 7.4º | 0.45% | 0.32% | - |
| HSV(B) | 7.4º | 0.62% | 0.46% | - |
| XYZ | 9.06 | 6.51 | 3.16 | - |
| YUV | 71.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 53 | 44 | 0 | 0.55 | 0.62 | 0.54 | 7.4 | 0.45 | 0.32 |
| Hex | 75 | 35 | 2C | 0 | 37 | 3E | 36 | 7 | 2D | 20 |
| Octal | 165 | 65 | 54 | 0 | 67 | 76 | 66 | 7 | 55 | 40 |
| Binary | 1110101 | 110101 | 101100 | 0 | 110111 | 111110 | 110110 | 111 | 101101 | 100000 |
Color Harmonies of #75352C
Complementary color
Monochromatic Colors of #75352C
Black with #75352C
Text Example
Text Example
White with #75352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75352C; }
p { color: rgb(117,53,44); }
H1.HeaderClassName
{
color: #75352C;
}
.AnyTagClassName
{
color: #75352C;
}
</style>
background-color css
<style>
a { background-color: #75352C; }
a { background-color: rgb(117,53,44); }
div.DivClassName
{
background-color: #75352C;
}
.BgClassName
{
background-color: #75352C;
}
</style>
border-color css
<style>
span { border-color: #75352C; }
span { border-color: rgb(117,53,44); }
td.TdClassName
{
border-color: #75352C;
}
.TagClassName
{
border-color: #75352C;
}
</style>