Shades of Mocha #783529
Tints of Mocha #783529
RGB
CMYK
RGB Variations
Color information
#783529 (or 0x783529) is known color: Mocha. HEX triplet: 78, 35 and 29. RGB value is (120,53,41). Sum of RGB (Red+Green+Blue) = 120+53+41=214 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.07% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 120 - color contains mainly: red. Hex color #783529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783529 is #87CAD6. Grayscale: #474747. Windows color (decimal): -8899287 or 2700664. OLE color: 2700664.
HSL color Cylindrical-coordinate representation of color #783529: hue angle of 9.11º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #783529 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 41 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.53 |
| HSL | 9.11º | 0.49% | 0.32% | - |
| HSV(B) | 9.11º | 0.66% | 0.47% | - |
| XYZ | 9.42 | 6.7 | 2.89 | - |
| YUV | 71.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 41 | 0 | 0.56 | 0.66 | 0.53 | 9.11 | 0.49 | 0.32 |
| Hex | 78 | 35 | 29 | 0 | 38 | 42 | 35 | 9 | 31 | 20 |
| Octal | 170 | 65 | 51 | 0 | 70 | 102 | 65 | 11 | 61 | 40 |
| Binary | 1111000 | 110101 | 101001 | 0 | 111000 | 1000010 | 110101 | 1001 | 110001 | 100000 |
Color Harmonies of #783529
Complementary color
Monochromatic Colors of #783529
Black with #783529
Text Example
Text Example
White with #783529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783529; }
p { color: rgb(120,53,41); }
H1.HeaderClassName
{
color: #783529;
}
.AnyTagClassName
{
color: #783529;
}
</style>
background-color css
<style>
a { background-color: #783529; }
a { background-color: rgb(120,53,41); }
div.DivClassName
{
background-color: #783529;
}
.BgClassName
{
background-color: #783529;
}
</style>
border-color css
<style>
span { border-color: #783529; }
span { border-color: rgb(120,53,41); }
td.TdClassName
{
border-color: #783529;
}
.TagClassName
{
border-color: #783529;
}
</style>