Shades of Mocha #74352C
Tints of Mocha #74352C
RGB
CMYK
RGB Variations
Color information
#74352C (or 0x74352C) is known color: Mocha. HEX triplet: 74, 35 and 2C. RGB value is (116,53,44). Sum of RGB (Red+Green+Blue) = 116+53+44=213 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.46% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 116 - color contains mainly: red. Hex color #74352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74352C is #8BCAD3. Grayscale: #464646. Windows color (decimal): -9161428 or 2897268. OLE color: 2897268.
HSL color Cylindrical-coordinate representation of color #74352C: hue angle of 7.5º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74352C is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 44 | - |
| CMYK | 0 | 0.54 | 0.62 | 0.55 |
| HSL | 7.5º | 0.45% | 0.31% | - |
| HSV(B) | 7.5º | 0.62% | 0.45% | - |
| XYZ | 8.93 | 6.44 | 3.16 | - |
| YUV | 70.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 44 | 0 | 0.54 | 0.62 | 0.55 | 7.5 | 0.45 | 0.31 |
| Hex | 74 | 35 | 2C | 0 | 36 | 3E | 37 | 8 | 2D | 1F |
| Octal | 164 | 65 | 54 | 0 | 66 | 76 | 67 | 10 | 55 | 37 |
| Binary | 1110100 | 110101 | 101100 | 0 | 110110 | 111110 | 110111 | 1000 | 101101 | 11111 |
Color Harmonies of #74352C
Complementary color
Monochromatic Colors of #74352C
Black with #74352C
Text Example
Text Example
White with #74352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74352C; }
p { color: rgb(116,53,44); }
H1.HeaderClassName
{
color: #74352C;
}
.AnyTagClassName
{
color: #74352C;
}
</style>
background-color css
<style>
a { background-color: #74352C; }
a { background-color: rgb(116,53,44); }
div.DivClassName
{
background-color: #74352C;
}
.BgClassName
{
background-color: #74352C;
}
</style>
border-color css
<style>
span { border-color: #74352C; }
span { border-color: rgb(116,53,44); }
td.TdClassName
{
border-color: #74352C;
}
.TagClassName
{
border-color: #74352C;
}
</style>