Shades of Mocha #78352B
Tints of Mocha #78352B
RGB
CMYK
RGB Variations
Color information
#78352B (or 0x78352B) is known color: Mocha. HEX triplet: 78, 35 and 2B. RGB value is (120,53,43). Sum of RGB (Red+Green+Blue) = 120+53+43=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78352B is #87CAD4. Grayscale: #484848. Windows color (decimal): -8899285 or 2831736. OLE color: 2831736.
HSL color Cylindrical-coordinate representation of color #78352B: hue angle of 7.79º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #78352B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 43 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.53 |
| HSL | 7.79º | 0.47% | 0.32% | - |
| HSV(B) | 7.79º | 0.64% | 0.47% | - |
| XYZ | 9.45 | 6.71 | 3.08 | - |
| YUV | 71.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 43 | 0 | 0.56 | 0.64 | 0.53 | 7.79 | 0.47 | 0.32 |
| Hex | 78 | 35 | 2B | 0 | 38 | 40 | 35 | 8 | 2F | 20 |
| Octal | 170 | 65 | 53 | 0 | 70 | 100 | 65 | 10 | 57 | 40 |
| Binary | 1111000 | 110101 | 101011 | 0 | 111000 | 1000000 | 110101 | 1000 | 101111 | 100000 |
Color Harmonies of #78352B
Complementary color
Monochromatic Colors of #78352B
Black with #78352B
Text Example
Text Example
White with #78352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78352B; }
p { color: rgb(120,53,43); }
H1.HeaderClassName
{
color: #78352B;
}
.AnyTagClassName
{
color: #78352B;
}
</style>
background-color css
<style>
a { background-color: #78352B; }
a { background-color: rgb(120,53,43); }
div.DivClassName
{
background-color: #78352B;
}
.BgClassName
{
background-color: #78352B;
}
</style>
border-color css
<style>
span { border-color: #78352B; }
span { border-color: rgb(120,53,43); }
td.TdClassName
{
border-color: #78352B;
}
.TagClassName
{
border-color: #78352B;
}
</style>