Shades of Mocha #783A2A
Tints of Mocha #783A2A
RGB
CMYK
RGB Variations
Color information
#783A2A (or 0x783A2A) is known color: Mocha. HEX triplet: 78, 3A and 2A. RGB value is (120,58,42). Sum of RGB (Red+Green+Blue) = 120+58+42=220 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.55% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 120 - color contains mainly: red. Hex color #783A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783A2A is #87C5D5. Grayscale: #4A4A4A. Windows color (decimal): -8898006 or 2767480. OLE color: 2767480.
HSL color Cylindrical-coordinate representation of color #783A2A: hue angle of 12.31º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #783A2A is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 42 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.53 |
| HSL | 12.31º | 0.48% | 0.32% | - |
| HSV(B) | 12.31º | 0.65% | 0.47% | - |
| XYZ | 9.68 | 7.19 | 3.07 | - |
| YUV | 74.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 42 | 0 | 0.52 | 0.65 | 0.53 | 12.31 | 0.48 | 0.32 |
| Hex | 78 | 3A | 2A | 0 | 34 | 41 | 35 | C | 30 | 20 |
| Octal | 170 | 72 | 52 | 0 | 64 | 101 | 65 | 14 | 60 | 40 |
| Binary | 1111000 | 111010 | 101010 | 0 | 110100 | 1000001 | 110101 | 1100 | 110000 | 100000 |
Color Harmonies of #783A2A
Complementary color
Monochromatic Colors of #783A2A
Black with #783A2A
Text Example
Text Example
White with #783A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A2A; }
p { color: rgb(120,58,42); }
H1.HeaderClassName
{
color: #783A2A;
}
.AnyTagClassName
{
color: #783A2A;
}
</style>
background-color css
<style>
a { background-color: #783A2A; }
a { background-color: rgb(120,58,42); }
div.DivClassName
{
background-color: #783A2A;
}
.BgClassName
{
background-color: #783A2A;
}
</style>
border-color css
<style>
span { border-color: #783A2A; }
span { border-color: rgb(120,58,42); }
td.TdClassName
{
border-color: #783A2A;
}
.TagClassName
{
border-color: #783A2A;
}
</style>