Shades of Mocha #743C2D
Tints of Mocha #743C2D
RGB
CMYK
RGB Variations
Color information
#743C2D (or 0x743C2D) is known color: Mocha. HEX triplet: 74, 3C and 2D. RGB value is (116,60,45). Sum of RGB (Red+Green+Blue) = 116+60+45=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #743C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743C2D is #8BC3D2. Grayscale: #4B4B4B. Windows color (decimal): -9159635 or 2964596. OLE color: 2964596.
HSL color Cylindrical-coordinate representation of color #743C2D: hue angle of 12.68º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #743C2D is Cyan = 0, Magento = 0.48, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 60 | 45 | - |
| CMYK | 0 | 0.48 | 0.61 | 0.55 |
| HSL | 12.68º | 0.44% | 0.32% | - |
| HSV(B) | 12.68º | 0.61% | 0.45% | - |
| XYZ | 9.29 | 7.13 | 3.37 | - |
| YUV | 75.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 60 | 45 | 0 | 0.48 | 0.61 | 0.55 | 12.68 | 0.44 | 0.32 |
| Hex | 74 | 3C | 2D | 0 | 30 | 3D | 37 | D | 2C | 20 |
| Octal | 164 | 74 | 55 | 0 | 60 | 75 | 67 | 15 | 54 | 40 |
| Binary | 1110100 | 111100 | 101101 | 0 | 110000 | 111101 | 110111 | 1101 | 101100 | 100000 |
Color Harmonies of #743C2D
Complementary color
Monochromatic Colors of #743C2D
Black with #743C2D
Text Example
Text Example
White with #743C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743C2D; }
p { color: rgb(116,60,45); }
H1.HeaderClassName
{
color: #743C2D;
}
.AnyTagClassName
{
color: #743C2D;
}
</style>
background-color css
<style>
a { background-color: #743C2D; }
a { background-color: rgb(116,60,45); }
div.DivClassName
{
background-color: #743C2D;
}
.BgClassName
{
background-color: #743C2D;
}
</style>
border-color css
<style>
span { border-color: #743C2D; }
span { border-color: rgb(116,60,45); }
td.TdClassName
{
border-color: #743C2D;
}
.TagClassName
{
border-color: #743C2D;
}
</style>