Shades of Mocha #78362B
Tints of Mocha #78362B
RGB
CMYK
RGB Variations
Color information
#78362B (or 0x78362B) is known color: Mocha. HEX triplet: 78, 36 and 2B. RGB value is (120,54,43). Sum of RGB (Red+Green+Blue) = 120+54+43=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78362B is #87C9D4. Grayscale: #484848. Windows color (decimal): -8899029 or 2831992. OLE color: 2831992.
HSL color Cylindrical-coordinate representation of color #78362B: hue angle of 8.57º 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 #78362B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 54 | 43 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.53 |
| HSL | 8.57º | 0.47% | 0.32% | - |
| HSV(B) | 8.57º | 0.64% | 0.47% | - |
| XYZ | 9.5 | 6.81 | 3.1 | - |
| YUV | 72.48 | 111.37 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 43 | 0 | 0.55 | 0.64 | 0.53 | 8.57 | 0.47 | 0.32 |
| Hex | 78 | 36 | 2B | 0 | 37 | 40 | 35 | 9 | 2F | 20 |
| Octal | 170 | 66 | 53 | 0 | 67 | 100 | 65 | 11 | 57 | 40 |
| Binary | 1111000 | 110110 | 101011 | 0 | 110111 | 1000000 | 110101 | 1001 | 101111 | 100000 |
Color Harmonies of #78362B
Complementary color
Monochromatic Colors of #78362B
Black with #78362B
Text Example
Text Example
White with #78362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78362B; }
p { color: rgb(120,54,43); }
H1.HeaderClassName
{
color: #78362B;
}
.AnyTagClassName
{
color: #78362B;
}
</style>
background-color css
<style>
a { background-color: #78362B; }
a { background-color: rgb(120,54,43); }
div.DivClassName
{
background-color: #78362B;
}
.BgClassName
{
background-color: #78362B;
}
</style>
border-color css
<style>
span { border-color: #78362B; }
span { border-color: rgb(120,54,43); }
td.TdClassName
{
border-color: #78362B;
}
.TagClassName
{
border-color: #78362B;
}
</style>