Shades of Mocha #743629
Tints of Mocha #743629
RGB
CMYK
RGB Variations
Color information
#743629 (or 0x743629) is known color: Mocha. HEX triplet: 74, 36 and 29. RGB value is (116,54,41). Sum of RGB (Red+Green+Blue) = 116+54+41=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #743629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743629 is #8BC9D6. Grayscale: #474747. Windows color (decimal): -9161175 or 2700916. OLE color: 2700916.
HSL color Cylindrical-coordinate representation of color #743629: hue angle of 10.4º 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 #743629 is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 54 | 41 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.55 |
| HSL | 10.4º | 0.48% | 0.31% | - |
| HSV(B) | 10.4º | 0.65% | 0.45% | - |
| XYZ | 8.92 | 6.51 | 2.88 | - |
| YUV | 71.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 41 | 0 | 0.53 | 0.65 | 0.55 | 10.4 | 0.48 | 0.31 |
| Hex | 74 | 36 | 29 | 0 | 35 | 41 | 37 | A | 30 | 1F |
| Octal | 164 | 66 | 51 | 0 | 65 | 101 | 67 | 12 | 60 | 37 |
| Binary | 1110100 | 110110 | 101001 | 0 | 110101 | 1000001 | 110111 | 1010 | 110000 | 11111 |
Color Harmonies of #743629
Complementary color
Monochromatic Colors of #743629
Black with #743629
Text Example
Text Example
White with #743629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743629; }
p { color: rgb(116,54,41); }
H1.HeaderClassName
{
color: #743629;
}
.AnyTagClassName
{
color: #743629;
}
</style>
background-color css
<style>
a { background-color: #743629; }
a { background-color: rgb(116,54,41); }
div.DivClassName
{
background-color: #743629;
}
.BgClassName
{
background-color: #743629;
}
</style>
border-color css
<style>
span { border-color: #743629; }
span { border-color: rgb(116,54,41); }
td.TdClassName
{
border-color: #743629;
}
.TagClassName
{
border-color: #743629;
}
</style>