Shades of Mocha #78352C
Tints of Mocha #78352C
RGB
CMYK
RGB Variations
Color information
#78352C (or 0x78352C) is known color: Mocha. HEX triplet: 78, 35 and 2C. RGB value is (120,53,44). Sum of RGB (Red+Green+Blue) = 120+53+44=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 53 (21.09% from 255 or 24.42% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78352C is #87CAD3. Grayscale: #484848. Windows color (decimal): -8899284 or 2897272. OLE color: 2897272.
HSL color Cylindrical-coordinate representation of color #78352C: hue angle of 7.11º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #78352C is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 44 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.53 |
| HSL | 7.11º | 0.46% | 0.32% | - |
| HSV(B) | 7.11º | 0.63% | 0.47% | - |
| XYZ | 9.47 | 6.72 | 3.18 | - |
| YUV | 72.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 44 | 0 | 0.56 | 0.63 | 0.53 | 7.11 | 0.46 | 0.32 |
| Hex | 78 | 35 | 2C | 0 | 38 | 3F | 35 | 7 | 2E | 20 |
| Octal | 170 | 65 | 54 | 0 | 70 | 77 | 65 | 7 | 56 | 40 |
| Binary | 1111000 | 110101 | 101100 | 0 | 111000 | 111111 | 110101 | 111 | 101110 | 100000 |
Color Harmonies of #78352C
Complementary color
Monochromatic Colors of #78352C
Black with #78352C
Text Example
Text Example
White with #78352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78352C; }
p { color: rgb(120,53,44); }
H1.HeaderClassName
{
color: #78352C;
}
.AnyTagClassName
{
color: #78352C;
}
</style>
background-color css
<style>
a { background-color: #78352C; }
a { background-color: rgb(120,53,44); }
div.DivClassName
{
background-color: #78352C;
}
.BgClassName
{
background-color: #78352C;
}
</style>
border-color css
<style>
span { border-color: #78352C; }
span { border-color: rgb(120,53,44); }
td.TdClassName
{
border-color: #78352C;
}
.TagClassName
{
border-color: #78352C;
}
</style>