Shades of Mocha #72342D
Tints of Mocha #72342D
RGB
CMYK
RGB Variations
Color information
#72342D (or 0x72342D) is known color: Mocha. HEX triplet: 72, 34 and 2D. RGB value is (114,52,45). Sum of RGB (Red+Green+Blue) = 114+52+45=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72342D is #8DCBD2. Grayscale: #454545. Windows color (decimal): -9292755 or 2962546. OLE color: 2962546.
HSL color Cylindrical-coordinate representation of color #72342D: hue angle of 6.09º 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 #72342D is Cyan = 0, Magento = 0.54, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 52 | 45 | - |
| CMYK | 0 | 0.54 | 0.61 | 0.55 |
| HSL | 6.09º | 0.43% | 0.31% | - |
| HSV(B) | 6.09º | 0.61% | 0.45% | - |
| XYZ | 8.64 | 6.22 | 3.23 | - |
| YUV | 69.74 | 114.04 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 52 | 45 | 0 | 0.54 | 0.61 | 0.55 | 6.09 | 0.43 | 0.31 |
| Hex | 72 | 34 | 2D | 0 | 36 | 3D | 37 | 6 | 2B | 1F |
| Octal | 162 | 64 | 55 | 0 | 66 | 75 | 67 | 6 | 53 | 37 |
| Binary | 1110010 | 110100 | 101101 | 0 | 110110 | 111101 | 110111 | 110 | 101011 | 11111 |
Color Harmonies of #72342D
Complementary color
Monochromatic Colors of #72342D
Black with #72342D
Text Example
Text Example
White with #72342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72342D; }
p { color: rgb(114,52,45); }
H1.HeaderClassName
{
color: #72342D;
}
.AnyTagClassName
{
color: #72342D;
}
</style>
background-color css
<style>
a { background-color: #72342D; }
a { background-color: rgb(114,52,45); }
div.DivClassName
{
background-color: #72342D;
}
.BgClassName
{
background-color: #72342D;
}
</style>
border-color css
<style>
span { border-color: #72342D; }
span { border-color: rgb(114,52,45); }
td.TdClassName
{
border-color: #72342D;
}
.TagClassName
{
border-color: #72342D;
}
</style>