Shades of Mocha #763529
Tints of Mocha #763529
RGB
CMYK
RGB Variations
Color information
#763529 (or 0x763529) is known color: Mocha. HEX triplet: 76, 35 and 29. RGB value is (118,53,41). Sum of RGB (Red+Green+Blue) = 118+53+41=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #763529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763529 is #89CAD6. Grayscale: #474747. Windows color (decimal): -9030359 or 2700662. OLE color: 2700662.
HSL color Cylindrical-coordinate representation of color #763529: hue angle of 9.35º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #763529 is Cyan = 0, Magento = 0.55, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 53 | 41 | - |
| CMYK | 0 | 0.55 | 0.65 | 0.54 |
| HSL | 9.35º | 0.48% | 0.31% | - |
| HSV(B) | 9.35º | 0.65% | 0.46% | - |
| XYZ | 9.14 | 6.56 | 2.88 | - |
| YUV | 71.07 | 111.03 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 53 | 41 | 0 | 0.55 | 0.65 | 0.54 | 9.35 | 0.48 | 0.31 |
| Hex | 76 | 35 | 29 | 0 | 37 | 41 | 36 | 9 | 30 | 1F |
| Octal | 166 | 65 | 51 | 0 | 67 | 101 | 66 | 11 | 60 | 37 |
| Binary | 1110110 | 110101 | 101001 | 0 | 110111 | 1000001 | 110110 | 1001 | 110000 | 11111 |
Color Harmonies of #763529
Complementary color
Monochromatic Colors of #763529
Black with #763529
Text Example
Text Example
White with #763529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763529; }
p { color: rgb(118,53,41); }
H1.HeaderClassName
{
color: #763529;
}
.AnyTagClassName
{
color: #763529;
}
</style>
background-color css
<style>
a { background-color: #763529; }
a { background-color: rgb(118,53,41); }
div.DivClassName
{
background-color: #763529;
}
.BgClassName
{
background-color: #763529;
}
</style>
border-color css
<style>
span { border-color: #763529; }
span { border-color: rgb(118,53,41); }
td.TdClassName
{
border-color: #763529;
}
.TagClassName
{
border-color: #763529;
}
</style>