Shades of Mocha #743329
Tints of Mocha #743329
RGB
CMYK
RGB Variations
Color information
#743329 (or 0x743329) is known color: Mocha. HEX triplet: 74, 33 and 29. RGB value is (116,51,41). Sum of RGB (Red+Green+Blue) = 116+51+41=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #743329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743329 is #8BCCD6. Grayscale: #454545. Windows color (decimal): -9161943 or 2700148. OLE color: 2700148.
HSL color Cylindrical-coordinate representation of color #743329: hue angle of 8º 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 #743329 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 51 | 41 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.55 |
| HSL | 8º | 0.48% | 0.31% | - |
| HSV(B) | 8º | 0.65% | 0.45% | - |
| XYZ | 8.79 | 6.24 | 2.84 | - |
| YUV | 69.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 41 | 0 | 0.56 | 0.65 | 0.55 | 8 | 0.48 | 0.31 |
| Hex | 74 | 33 | 29 | 0 | 38 | 41 | 37 | 8 | 30 | 1F |
| Octal | 164 | 63 | 51 | 0 | 70 | 101 | 67 | 10 | 60 | 37 |
| Binary | 1110100 | 110011 | 101001 | 0 | 111000 | 1000001 | 110111 | 1000 | 110000 | 11111 |
Color Harmonies of #743329
Complementary color
Monochromatic Colors of #743329
Black with #743329
Text Example
Text Example
White with #743329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743329; }
p { color: rgb(116,51,41); }
H1.HeaderClassName
{
color: #743329;
}
.AnyTagClassName
{
color: #743329;
}
</style>
background-color css
<style>
a { background-color: #743329; }
a { background-color: rgb(116,51,41); }
div.DivClassName
{
background-color: #743329;
}
.BgClassName
{
background-color: #743329;
}
</style>
border-color css
<style>
span { border-color: #743329; }
span { border-color: rgb(116,51,41); }
td.TdClassName
{
border-color: #743329;
}
.TagClassName
{
border-color: #743329;
}
</style>