Shades of Mocha #72362D
Tints of Mocha #72362D
RGB
CMYK
RGB Variations
Color information
#72362D (or 0x72362D) is known color: Mocha. HEX triplet: 72, 36 and 2D. RGB value is (114,54,45). Sum of RGB (Red+Green+Blue) = 114+54+45=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 54 (21.48% from 255 or 25.35% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72362D is #8DC9D2. Grayscale: #474747. Windows color (decimal): -9292243 or 2963058. OLE color: 2963058.
HSL color Cylindrical-coordinate representation of color #72362D: hue angle of 7.83º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72362D is Cyan = 0, Magento = 0.53, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 54 | 45 | - |
| CMYK | 0 | 0.53 | 0.61 | 0.55 |
| HSL | 7.83º | 0.43% | 0.31% | - |
| HSV(B) | 7.83º | 0.61% | 0.45% | - |
| XYZ | 8.73 | 6.41 | 3.26 | - |
| YUV | 70.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 54 | 45 | 0 | 0.53 | 0.61 | 0.55 | 7.83 | 0.43 | 0.31 |
| Hex | 72 | 36 | 2D | 0 | 35 | 3D | 37 | 8 | 2B | 1F |
| Octal | 162 | 66 | 55 | 0 | 65 | 75 | 67 | 10 | 53 | 37 |
| Binary | 1110010 | 110110 | 101101 | 0 | 110101 | 111101 | 110111 | 1000 | 101011 | 11111 |
Color Harmonies of #72362D
Complementary color
Monochromatic Colors of #72362D
Black with #72362D
Text Example
Text Example
White with #72362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72362D; }
p { color: rgb(114,54,45); }
H1.HeaderClassName
{
color: #72362D;
}
.AnyTagClassName
{
color: #72362D;
}
</style>
background-color css
<style>
a { background-color: #72362D; }
a { background-color: rgb(114,54,45); }
div.DivClassName
{
background-color: #72362D;
}
.BgClassName
{
background-color: #72362D;
}
</style>
border-color css
<style>
span { border-color: #72362D; }
span { border-color: rgb(114,54,45); }
td.TdClassName
{
border-color: #72362D;
}
.TagClassName
{
border-color: #72362D;
}
</style>