Shades of Mocha #73342C
Tints of Mocha #73342C
RGB
CMYK
RGB Variations
Color information
#73342C (or 0x73342C) is known color: Mocha. HEX triplet: 73, 34 and 2C. RGB value is (115,52,44). Sum of RGB (Red+Green+Blue) = 115+52+44=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 52 (20.70% from 255 or 24.64% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #73342C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73342C is #8CCBD3. Grayscale: #464646. Windows color (decimal): -9227220 or 2897011. OLE color: 2897011.
HSL color Cylindrical-coordinate representation of color #73342C: hue angle of 6.76º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73342C is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 52 | 44 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.55 |
| HSL | 6.76º | 0.45% | 0.31% | - |
| HSV(B) | 6.76º | 0.62% | 0.45% | - |
| XYZ | 8.75 | 6.28 | 3.13 | - |
| YUV | 69.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 52 | 44 | 0 | 0.55 | 0.62 | 0.55 | 6.76 | 0.45 | 0.31 |
| Hex | 73 | 34 | 2C | 0 | 37 | 3E | 37 | 7 | 2D | 1F |
| Octal | 163 | 64 | 54 | 0 | 67 | 76 | 67 | 7 | 55 | 37 |
| Binary | 1110011 | 110100 | 101100 | 0 | 110111 | 111110 | 110111 | 111 | 101101 | 11111 |
Color Harmonies of #73342C
Complementary color
Monochromatic Colors of #73342C
Black with #73342C
Text Example
Text Example
White with #73342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73342C; }
p { color: rgb(115,52,44); }
H1.HeaderClassName
{
color: #73342C;
}
.AnyTagClassName
{
color: #73342C;
}
</style>
background-color css
<style>
a { background-color: #73342C; }
a { background-color: rgb(115,52,44); }
div.DivClassName
{
background-color: #73342C;
}
.BgClassName
{
background-color: #73342C;
}
</style>
border-color css
<style>
span { border-color: #73342C; }
span { border-color: rgb(115,52,44); }
td.TdClassName
{
border-color: #73342C;
}
.TagClassName
{
border-color: #73342C;
}
</style>