Shades of Mocha #74342A
Tints of Mocha #74342A
RGB
CMYK
RGB Variations
Color information
#74342A (or 0x74342A) is known color: Mocha. HEX triplet: 74, 34 and 2A. RGB value is (116,52,42). Sum of RGB (Red+Green+Blue) = 116+52+42=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74342A is #8BCBD5. Grayscale: #464646. Windows color (decimal): -9161686 or 2765940. OLE color: 2765940.
HSL color Cylindrical-coordinate representation of color #74342A: hue angle of 8.11º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74342A is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 52 | 42 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.55 |
| HSL | 8.11º | 0.47% | 0.31% | - |
| HSV(B) | 8.11º | 0.64% | 0.45% | - |
| XYZ | 8.85 | 6.34 | 2.95 | - |
| YUV | 70 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 42 | 0 | 0.55 | 0.64 | 0.55 | 8.11 | 0.47 | 0.31 |
| Hex | 74 | 34 | 2A | 0 | 37 | 40 | 37 | 8 | 2F | 1F |
| Octal | 164 | 64 | 52 | 0 | 67 | 100 | 67 | 10 | 57 | 37 |
| Binary | 1110100 | 110100 | 101010 | 0 | 110111 | 1000000 | 110111 | 1000 | 101111 | 11111 |
Color Harmonies of #74342A
Complementary color
Monochromatic Colors of #74342A
Black with #74342A
Text Example
Text Example
White with #74342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74342A; }
p { color: rgb(116,52,42); }
H1.HeaderClassName
{
color: #74342A;
}
.AnyTagClassName
{
color: #74342A;
}
</style>
background-color css
<style>
a { background-color: #74342A; }
a { background-color: rgb(116,52,42); }
div.DivClassName
{
background-color: #74342A;
}
.BgClassName
{
background-color: #74342A;
}
</style>
border-color css
<style>
span { border-color: #74342A; }
span { border-color: rgb(116,52,42); }
td.TdClassName
{
border-color: #74342A;
}
.TagClassName
{
border-color: #74342A;
}
</style>