Shades of Mocha #793529
Tints of Mocha #793529
RGB
CMYK
RGB Variations
Color information
#793529 (or 0x793529) is known color: Mocha. HEX triplet: 79, 35 and 29. RGB value is (121,53,41). Sum of RGB (Red+Green+Blue) = 121+53+41=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #793529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793529 is #86CAD6. Grayscale: #484848. Windows color (decimal): -8833751 or 2700665. OLE color: 2700665.
HSL color Cylindrical-coordinate representation of color #793529: hue angle of 9º 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 #793529 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 53 | 41 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.53 |
| HSL | 9º | 0.49% | 0.32% | - |
| HSV(B) | 9º | 0.66% | 0.47% | - |
| XYZ | 9.56 | 6.77 | 2.9 | - |
| YUV | 71.96 | 110.53 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 53 | 41 | 0 | 0.56 | 0.66 | 0.53 | 9 | 0.49 | 0.32 |
| Hex | 79 | 35 | 29 | 0 | 38 | 42 | 35 | 9 | 31 | 20 |
| Octal | 171 | 65 | 51 | 0 | 70 | 102 | 65 | 11 | 61 | 40 |
| Binary | 1111001 | 110101 | 101001 | 0 | 111000 | 1000010 | 110101 | 1001 | 110001 | 100000 |
Color Harmonies of #793529
Complementary color
Monochromatic Colors of #793529
Black with #793529
Text Example
Text Example
White with #793529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793529; }
p { color: rgb(121,53,41); }
H1.HeaderClassName
{
color: #793529;
}
.AnyTagClassName
{
color: #793529;
}
</style>
background-color css
<style>
a { background-color: #793529; }
a { background-color: rgb(121,53,41); }
div.DivClassName
{
background-color: #793529;
}
.BgClassName
{
background-color: #793529;
}
</style>
border-color css
<style>
span { border-color: #793529; }
span { border-color: rgb(121,53,41); }
td.TdClassName
{
border-color: #793529;
}
.TagClassName
{
border-color: #793529;
}
</style>