Shades of Mocha #713732
Tints of Mocha #713732
RGB
CMYK
RGB Variations
Color information
#713732 (or 0x713732) is known color: Mocha. HEX triplet: 71, 37 and 32. RGB value is (113,55,50). Sum of RGB (Red+Green+Blue) = 113+55+50=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #713732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713732 is #8EC8CD. Grayscale: #474747. Windows color (decimal): -9357518 or 3290993. OLE color: 3290993.
HSL color Cylindrical-coordinate representation of color #713732: hue angle of 4.76º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713732 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 50 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.56 |
| HSL | 4.76º | 0.39% | 0.32% | - |
| HSV(B) | 4.76º | 0.56% | 0.44% | - |
| XYZ | 8.75 | 6.47 | 3.81 | - |
| YUV | 71.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 50 | 0 | 0.51 | 0.56 | 0.56 | 4.76 | 0.39 | 0.32 |
| Hex | 71 | 37 | 32 | 0 | 33 | 38 | 38 | 5 | 27 | 20 |
| Octal | 161 | 67 | 62 | 0 | 63 | 70 | 70 | 5 | 47 | 40 |
| Binary | 1110001 | 110111 | 110010 | 0 | 110011 | 111000 | 111000 | 101 | 100111 | 100000 |
Color Harmonies of #713732
Complementary color
Monochromatic Colors of #713732
Black with #713732
Text Example
Text Example
White with #713732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713732; }
p { color: rgb(113,55,50); }
H1.HeaderClassName
{
color: #713732;
}
.AnyTagClassName
{
color: #713732;
}
</style>
background-color css
<style>
a { background-color: #713732; }
a { background-color: rgb(113,55,50); }
div.DivClassName
{
background-color: #713732;
}
.BgClassName
{
background-color: #713732;
}
</style>
border-color css
<style>
span { border-color: #713732; }
span { border-color: rgb(113,55,50); }
td.TdClassName
{
border-color: #713732;
}
.TagClassName
{
border-color: #713732;
}
</style>