Shades of Mocha #72382F
Tints of Mocha #72382F
RGB
CMYK
RGB Variations
Color information
#72382F (or 0x72382F) is known color: Mocha. HEX triplet: 72, 38 and 2F. RGB value is (114,56,47). Sum of RGB (Red+Green+Blue) = 114+56+47=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 47 (18.75% from 255 or 21.66% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #72382F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72382F is #8DC7D0. Grayscale: #484848. Windows color (decimal): -9291729 or 3094642. OLE color: 3094642.
HSL color Cylindrical-coordinate representation of color #72382F: hue angle of 8.06º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72382F is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 56 | 47 | - |
| CMYK | 0 | 0.51 | 0.59 | 0.55 |
| HSL | 8.06º | 0.42% | 0.32% | - |
| HSV(B) | 8.06º | 0.59% | 0.45% | - |
| XYZ | 8.87 | 6.61 | 3.5 | - |
| YUV | 72.32 | 113.72 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 47 | 0 | 0.51 | 0.59 | 0.55 | 8.06 | 0.42 | 0.32 |
| Hex | 72 | 38 | 2F | 0 | 33 | 3B | 37 | 8 | 2A | 20 |
| Octal | 162 | 70 | 57 | 0 | 63 | 73 | 67 | 10 | 52 | 40 |
| Binary | 1110010 | 111000 | 101111 | 0 | 110011 | 111011 | 110111 | 1000 | 101010 | 100000 |
Color Harmonies of #72382F
Complementary color
Monochromatic Colors of #72382F
Black with #72382F
Text Example
Text Example
White with #72382F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72382F; }
p { color: rgb(114,56,47); }
H1.HeaderClassName
{
color: #72382F;
}
.AnyTagClassName
{
color: #72382F;
}
</style>
background-color css
<style>
a { background-color: #72382F; }
a { background-color: rgb(114,56,47); }
div.DivClassName
{
background-color: #72382F;
}
.BgClassName
{
background-color: #72382F;
}
</style>
border-color css
<style>
span { border-color: #72382F; }
span { border-color: rgb(114,56,47); }
td.TdClassName
{
border-color: #72382F;
}
.TagClassName
{
border-color: #72382F;
}
</style>