Shades of Mocha #74342B
Tints of Mocha #74342B
RGB
CMYK
RGB Variations
Color information
#74342B (or 0x74342B) is known color: Mocha. HEX triplet: 74, 34 and 2B. RGB value is (116,52,43). Sum of RGB (Red+Green+Blue) = 116+52+43=211 (27% of max value = 765). Red value is 116 (45.70% from 255 or 54.98% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 116 - color contains mainly: red. Hex color #74342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74342B is #8BCBD4. Grayscale: #464646. Windows color (decimal): -9161685 or 2831476. OLE color: 2831476.
HSL color Cylindrical-coordinate representation of color #74342B: hue angle of 7.4º 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 #74342B is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 52 | 43 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.55 |
| HSL | 7.4º | 0.46% | 0.31% | - |
| HSV(B) | 7.4º | 0.63% | 0.45% | - |
| XYZ | 8.87 | 6.34 | 3.04 | - |
| YUV | 70.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 43 | 0 | 0.55 | 0.63 | 0.55 | 7.4 | 0.46 | 0.31 |
| Hex | 74 | 34 | 2B | 0 | 37 | 3F | 37 | 7 | 2E | 1F |
| Octal | 164 | 64 | 53 | 0 | 67 | 77 | 67 | 7 | 56 | 37 |
| Binary | 1110100 | 110100 | 101011 | 0 | 110111 | 111111 | 110111 | 111 | 101110 | 11111 |
Color Harmonies of #74342B
Complementary color
Monochromatic Colors of #74342B
Black with #74342B
Text Example
Text Example
White with #74342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74342B; }
p { color: rgb(116,52,43); }
H1.HeaderClassName
{
color: #74342B;
}
.AnyTagClassName
{
color: #74342B;
}
</style>
background-color css
<style>
a { background-color: #74342B; }
a { background-color: rgb(116,52,43); }
div.DivClassName
{
background-color: #74342B;
}
.BgClassName
{
background-color: #74342B;
}
</style>
border-color css
<style>
span { border-color: #74342B; }
span { border-color: rgb(116,52,43); }
td.TdClassName
{
border-color: #74342B;
}
.TagClassName
{
border-color: #74342B;
}
</style>