Shades of Mocha #743529
Tints of Mocha #743529
RGB
CMYK
RGB Variations
Color information
#743529 (or 0x743529) is known color: Mocha. HEX triplet: 74, 35 and 29. RGB value is (116,53,41). Sum of RGB (Red+Green+Blue) = 116+53+41=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #743529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743529 is #8BCAD6. Grayscale: #464646. Windows color (decimal): -9161431 or 2700660. OLE color: 2700660.
HSL color Cylindrical-coordinate representation of color #743529: hue angle of 9.6º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #743529 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 41 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.55 |
| HSL | 9.6º | 0.48% | 0.31% | - |
| HSV(B) | 9.6º | 0.65% | 0.45% | - |
| XYZ | 8.88 | 6.42 | 2.87 | - |
| YUV | 70.47 | 111.37 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 41 | 0 | 0.54 | 0.65 | 0.55 | 9.6 | 0.48 | 0.31 |
| Hex | 74 | 35 | 29 | 0 | 36 | 41 | 37 | A | 30 | 1F |
| Octal | 164 | 65 | 51 | 0 | 66 | 101 | 67 | 12 | 60 | 37 |
| Binary | 1110100 | 110101 | 101001 | 0 | 110110 | 1000001 | 110111 | 1010 | 110000 | 11111 |
Color Harmonies of #743529
Complementary color
Monochromatic Colors of #743529
Black with #743529
Text Example
Text Example
White with #743529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743529; }
p { color: rgb(116,53,41); }
H1.HeaderClassName
{
color: #743529;
}
.AnyTagClassName
{
color: #743529;
}
</style>
background-color css
<style>
a { background-color: #743529; }
a { background-color: rgb(116,53,41); }
div.DivClassName
{
background-color: #743529;
}
.BgClassName
{
background-color: #743529;
}
</style>
border-color css
<style>
span { border-color: #743529; }
span { border-color: rgb(116,53,41); }
td.TdClassName
{
border-color: #743529;
}
.TagClassName
{
border-color: #743529;
}
</style>