Shades of Mocha #743A29
Tints of Mocha #743A29
RGB
CMYK
RGB Variations
Color information
#743A29 (or 0x743A29) is known color: Mocha. HEX triplet: 74, 3A and 29. RGB value is (116,58,41). Sum of RGB (Red+Green+Blue) = 116+58+41=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 41 (16.41% from 255 or 19.07% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #743A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A29 is #8BC5D6. Grayscale: #494949. Windows color (decimal): -9160151 or 2701940. OLE color: 2701940.
HSL color Cylindrical-coordinate representation of color #743A29: hue angle of 13.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 #743A29 is Cyan = 0, Magento = 0.5, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 58 | 41 | - |
| CMYK | 0 | 0.5 | 0.65 | 0.55 |
| HSL | 13.6º | 0.48% | 0.31% | - |
| HSV(B) | 13.6º | 0.65% | 0.45% | - |
| XYZ | 9.12 | 6.9 | 2.95 | - |
| YUV | 73.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 58 | 41 | 0 | 0.5 | 0.65 | 0.55 | 13.6 | 0.48 | 0.31 |
| Hex | 74 | 3A | 29 | 0 | 32 | 41 | 37 | E | 30 | 1F |
| Octal | 164 | 72 | 51 | 0 | 62 | 101 | 67 | 16 | 60 | 37 |
| Binary | 1110100 | 111010 | 101001 | 0 | 110010 | 1000001 | 110111 | 1110 | 110000 | 11111 |
Color Harmonies of #743A29
Complementary color
Monochromatic Colors of #743A29
Black with #743A29
Text Example
Text Example
White with #743A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743A29; }
p { color: rgb(116,58,41); }
H1.HeaderClassName
{
color: #743A29;
}
.AnyTagClassName
{
color: #743A29;
}
</style>
background-color css
<style>
a { background-color: #743A29; }
a { background-color: rgb(116,58,41); }
div.DivClassName
{
background-color: #743A29;
}
.BgClassName
{
background-color: #743A29;
}
</style>
border-color css
<style>
span { border-color: #743A29; }
span { border-color: rgb(116,58,41); }
td.TdClassName
{
border-color: #743A29;
}
.TagClassName
{
border-color: #743A29;
}
</style>