Shades of Mocha #74342C
Tints of Mocha #74342C
RGB
CMYK
RGB Variations
Color information
#74342C (or 0x74342C) is known color: Mocha. HEX triplet: 74, 34 and 2C. RGB value is (116,52,44). Sum of RGB (Red+Green+Blue) = 116+52+44=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #74342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74342C is #8BCBD3. Grayscale: #464646. Windows color (decimal): -9161684 or 2897012. OLE color: 2897012.
HSL color Cylindrical-coordinate representation of color #74342C: hue angle of 6.67º 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 #74342C is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 52 | 44 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.55 |
| HSL | 6.67º | 0.45% | 0.31% | - |
| HSV(B) | 6.67º | 0.62% | 0.45% | - |
| XYZ | 8.89 | 6.35 | 3.14 | - |
| YUV | 70.22 | 113.2 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 44 | 0 | 0.55 | 0.62 | 0.55 | 6.67 | 0.45 | 0.31 |
| Hex | 74 | 34 | 2C | 0 | 37 | 3E | 37 | 7 | 2D | 1F |
| Octal | 164 | 64 | 54 | 0 | 67 | 76 | 67 | 7 | 55 | 37 |
| Binary | 1110100 | 110100 | 101100 | 0 | 110111 | 111110 | 110111 | 111 | 101101 | 11111 |
Color Harmonies of #74342C
Complementary color
Monochromatic Colors of #74342C
Black with #74342C
Text Example
Text Example
White with #74342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74342C; }
p { color: rgb(116,52,44); }
H1.HeaderClassName
{
color: #74342C;
}
.AnyTagClassName
{
color: #74342C;
}
</style>
background-color css
<style>
a { background-color: #74342C; }
a { background-color: rgb(116,52,44); }
div.DivClassName
{
background-color: #74342C;
}
.BgClassName
{
background-color: #74342C;
}
</style>
border-color css
<style>
span { border-color: #74342C; }
span { border-color: rgb(116,52,44); }
td.TdClassName
{
border-color: #74342C;
}
.TagClassName
{
border-color: #74342C;
}
</style>