Shades of Mocha #75362C
Tints of Mocha #75362C
RGB
CMYK
RGB Variations
Color information
#75362C (or 0x75362C) is known color: Mocha. HEX triplet: 75, 36 and 2C. RGB value is (117,54,44). Sum of RGB (Red+Green+Blue) = 117+54+44=215 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.42% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 44 (17.58% from 255 or 20.47% from 215); Max value from RGB is 117 - color contains mainly: red. Hex color #75362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75362C is #8AC9D3. Grayscale: #474747. Windows color (decimal): -9095636 or 2897525. OLE color: 2897525.
HSL color Cylindrical-coordinate representation of color #75362C: hue angle of 8.22º 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 #75362C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 54 | 44 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.54 |
| HSL | 8.22º | 0.45% | 0.32% | - |
| HSV(B) | 8.22º | 0.62% | 0.46% | - |
| XYZ | 9.11 | 6.6 | 3.18 | - |
| YUV | 71.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 54 | 44 | 0 | 0.54 | 0.62 | 0.54 | 8.22 | 0.45 | 0.32 |
| Hex | 75 | 36 | 2C | 0 | 36 | 3E | 36 | 8 | 2D | 20 |
| Octal | 165 | 66 | 54 | 0 | 66 | 76 | 66 | 10 | 55 | 40 |
| Binary | 1110101 | 110110 | 101100 | 0 | 110110 | 111110 | 110110 | 1000 | 101101 | 100000 |
Color Harmonies of #75362C
Complementary color
Monochromatic Colors of #75362C
Black with #75362C
Text Example
Text Example
White with #75362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75362C; }
p { color: rgb(117,54,44); }
H1.HeaderClassName
{
color: #75362C;
}
.AnyTagClassName
{
color: #75362C;
}
</style>
background-color css
<style>
a { background-color: #75362C; }
a { background-color: rgb(117,54,44); }
div.DivClassName
{
background-color: #75362C;
}
.BgClassName
{
background-color: #75362C;
}
</style>
border-color css
<style>
span { border-color: #75362C; }
span { border-color: rgb(117,54,44); }
td.TdClassName
{
border-color: #75362C;
}
.TagClassName
{
border-color: #75362C;
}
</style>