Shades of Mocha #78382B
Tints of Mocha #78382B
RGB
CMYK
RGB Variations
Color information
#78382B (or 0x78382B) is known color: Mocha. HEX triplet: 78, 38 and 2B. RGB value is (120,56,43). Sum of RGB (Red+Green+Blue) = 120+56+43=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 43 (17.19% from 255 or 19.63% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #78382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78382B is #87C7D4. Grayscale: #494949. Windows color (decimal): -8898517 or 2832504. OLE color: 2832504.
HSL color Cylindrical-coordinate representation of color #78382B: hue angle of 10.13º 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 #78382B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 56 | 43 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.53 |
| HSL | 10.13º | 0.47% | 0.32% | - |
| HSV(B) | 10.13º | 0.64% | 0.47% | - |
| XYZ | 9.6 | 7 | 3.13 | - |
| YUV | 73.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 43 | 0 | 0.53 | 0.64 | 0.53 | 10.13 | 0.47 | 0.32 |
| Hex | 78 | 38 | 2B | 0 | 35 | 40 | 35 | A | 2F | 20 |
| Octal | 170 | 70 | 53 | 0 | 65 | 100 | 65 | 12 | 57 | 40 |
| Binary | 1111000 | 111000 | 101011 | 0 | 110101 | 1000000 | 110101 | 1010 | 101111 | 100000 |
Color Harmonies of #78382B
Complementary color
Monochromatic Colors of #78382B
Black with #78382B
Text Example
Text Example
White with #78382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78382B; }
p { color: rgb(120,56,43); }
H1.HeaderClassName
{
color: #78382B;
}
.AnyTagClassName
{
color: #78382B;
}
</style>
background-color css
<style>
a { background-color: #78382B; }
a { background-color: rgb(120,56,43); }
div.DivClassName
{
background-color: #78382B;
}
.BgClassName
{
background-color: #78382B;
}
</style>
border-color css
<style>
span { border-color: #78382B; }
span { border-color: rgb(120,56,43); }
td.TdClassName
{
border-color: #78382B;
}
.TagClassName
{
border-color: #78382B;
}
</style>