Shades of Mocha #74352D
Tints of Mocha #74352D
RGB
CMYK
RGB Variations
Color information
#74352D (or 0x74352D) is known color: Mocha. HEX triplet: 74, 35 and 2D. RGB value is (116,53,45). Sum of RGB (Red+Green+Blue) = 116+53+45=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #74352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74352D is #8BCAD2. Grayscale: #474747. Windows color (decimal): -9161427 or 2962804. OLE color: 2962804.
HSL color Cylindrical-coordinate representation of color #74352D: hue angle of 6.76º 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 #74352D is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 45 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.55 |
| HSL | 6.76º | 0.44% | 0.32% | - |
| HSV(B) | 6.76º | 0.61% | 0.45% | - |
| XYZ | 8.95 | 6.45 | 3.26 | - |
| YUV | 70.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 45 | 0 | 0.54 | 0.61 | 0.55 | 6.76 | 0.44 | 0.32 |
| Hex | 74 | 35 | 2D | 0 | 36 | 3D | 37 | 7 | 2C | 20 |
| Octal | 164 | 65 | 55 | 0 | 66 | 75 | 67 | 7 | 54 | 40 |
| Binary | 1110100 | 110101 | 101101 | 0 | 110110 | 111101 | 110111 | 111 | 101100 | 100000 |
Color Harmonies of #74352D
Complementary color
Monochromatic Colors of #74352D
Black with #74352D
Text Example
Text Example
White with #74352D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74352D; }
p { color: rgb(116,53,45); }
H1.HeaderClassName
{
color: #74352D;
}
.AnyTagClassName
{
color: #74352D;
}
</style>
background-color css
<style>
a { background-color: #74352D; }
a { background-color: rgb(116,53,45); }
div.DivClassName
{
background-color: #74352D;
}
.BgClassName
{
background-color: #74352D;
}
</style>
border-color css
<style>
span { border-color: #74352D; }
span { border-color: rgb(116,53,45); }
td.TdClassName
{
border-color: #74352D;
}
.TagClassName
{
border-color: #74352D;
}
</style>