Shades of Mocha #74352B
Tints of Mocha #74352B
RGB
CMYK
RGB Variations
Color information
#74352B (or 0x74352B) is known color: Mocha. HEX triplet: 74, 35 and 2B. RGB value is (116,53,43). Sum of RGB (Red+Green+Blue) = 116+53+43=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74352B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74352B is #8BCAD4. Grayscale: #464646. Windows color (decimal): -9161429 or 2831732. OLE color: 2831732.
HSL color Cylindrical-coordinate representation of color #74352B: hue angle of 8.22º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #74352B is Cyan = 0, Magento = 0.54, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 53 | 43 | - |
| CMYK | 0 | 0.54 | 0.63 | 0.55 |
| HSL | 8.22º | 0.46% | 0.31% | - |
| HSV(B) | 8.22º | 0.63% | 0.45% | - |
| XYZ | 8.91 | 6.43 | 3.06 | - |
| YUV | 70.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 53 | 43 | 0 | 0.54 | 0.63 | 0.55 | 8.22 | 0.46 | 0.31 |
| Hex | 74 | 35 | 2B | 0 | 36 | 3F | 37 | 8 | 2E | 1F |
| Octal | 164 | 65 | 53 | 0 | 66 | 77 | 67 | 10 | 56 | 37 |
| Binary | 1110100 | 110101 | 101011 | 0 | 110110 | 111111 | 110111 | 1000 | 101110 | 11111 |
Color Harmonies of #74352B
Complementary color
Monochromatic Colors of #74352B
Black with #74352B
Text Example
Text Example
White with #74352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74352B; }
p { color: rgb(116,53,43); }
H1.HeaderClassName
{
color: #74352B;
}
.AnyTagClassName
{
color: #74352B;
}
</style>
background-color css
<style>
a { background-color: #74352B; }
a { background-color: rgb(116,53,43); }
div.DivClassName
{
background-color: #74352B;
}
.BgClassName
{
background-color: #74352B;
}
</style>
border-color css
<style>
span { border-color: #74352B; }
span { border-color: rgb(116,53,43); }
td.TdClassName
{
border-color: #74352B;
}
.TagClassName
{
border-color: #74352B;
}
</style>