Shades of Mocha #74362D
Tints of Mocha #74362D
RGB
CMYK
RGB Variations
Color information
#74362D (or 0x74362D) is known color: Mocha. HEX triplet: 74, 36 and 2D. RGB value is (116,54,45). Sum of RGB (Red+Green+Blue) = 116+54+45=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #74362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74362D is #8BC9D2. Grayscale: #474747. Windows color (decimal): -9161171 or 2963060. OLE color: 2963060.
HSL color Cylindrical-coordinate representation of color #74362D: hue angle of 7.61º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74362D is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 54 | 45 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.55 |
| HSL | 7.61º | 0.44% | 0.32% | - |
| HSV(B) | 7.61º | 0.61% | 0.45% | - |
| XYZ | 9 | 6.54 | 3.27 | - |
| YUV | 71.51 | 113.04 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 45 | 0 | 0.53 | 0.61 | 0.55 | 7.61 | 0.44 | 0.32 |
| Hex | 74 | 36 | 2D | 0 | 35 | 3D | 37 | 8 | 2C | 20 |
| Octal | 164 | 66 | 55 | 0 | 65 | 75 | 67 | 10 | 54 | 40 |
| Binary | 1110100 | 110110 | 101101 | 0 | 110101 | 111101 | 110111 | 1000 | 101100 | 100000 |
Color Harmonies of #74362D
Complementary color
Monochromatic Colors of #74362D
Black with #74362D
Text Example
Text Example
White with #74362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74362D; }
p { color: rgb(116,54,45); }
H1.HeaderClassName
{
color: #74362D;
}
.AnyTagClassName
{
color: #74362D;
}
</style>
background-color css
<style>
a { background-color: #74362D; }
a { background-color: rgb(116,54,45); }
div.DivClassName
{
background-color: #74362D;
}
.BgClassName
{
background-color: #74362D;
}
</style>
border-color css
<style>
span { border-color: #74362D; }
span { border-color: rgb(116,54,45); }
td.TdClassName
{
border-color: #74362D;
}
.TagClassName
{
border-color: #74362D;
}
</style>