Shades of Mocha #783429
Tints of Mocha #783429
RGB
CMYK
RGB Variations
Color information
#783429 (or 0x783429) is known color: Mocha. HEX triplet: 78, 34 and 29. RGB value is (120,52,41). Sum of RGB (Red+Green+Blue) = 120+52+41=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #783429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783429 is #87CBD6. Grayscale: #474747. Windows color (decimal): -8899543 or 2700408. OLE color: 2700408.
HSL color Cylindrical-coordinate representation of color #783429: hue angle of 8.35º 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 #783429 is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 52 | 41 | - |
| CMYK | 0 | 0.57 | 0.66 | 0.53 |
| HSL | 8.35º | 0.49% | 0.32% | - |
| HSV(B) | 8.35º | 0.66% | 0.47% | - |
| XYZ | 9.37 | 6.61 | 2.88 | - |
| YUV | 71.08 | 111.03 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 41 | 0 | 0.57 | 0.66 | 0.53 | 8.35 | 0.49 | 0.32 |
| Hex | 78 | 34 | 29 | 0 | 39 | 42 | 35 | 8 | 31 | 20 |
| Octal | 170 | 64 | 51 | 0 | 71 | 102 | 65 | 10 | 61 | 40 |
| Binary | 1111000 | 110100 | 101001 | 0 | 111001 | 1000010 | 110101 | 1000 | 110001 | 100000 |
Color Harmonies of #783429
Complementary color
Monochromatic Colors of #783429
Black with #783429
Text Example
Text Example
White with #783429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783429; }
p { color: rgb(120,52,41); }
H1.HeaderClassName
{
color: #783429;
}
.AnyTagClassName
{
color: #783429;
}
</style>
background-color css
<style>
a { background-color: #783429; }
a { background-color: rgb(120,52,41); }
div.DivClassName
{
background-color: #783429;
}
.BgClassName
{
background-color: #783429;
}
</style>
border-color css
<style>
span { border-color: #783429; }
span { border-color: rgb(120,52,41); }
td.TdClassName
{
border-color: #783429;
}
.TagClassName
{
border-color: #783429;
}
</style>