Shades of Mocha #77352C
Tints of Mocha #77352C
RGB
CMYK
RGB Variations
Color information
#77352C (or 0x77352C) is known color: Mocha. HEX triplet: 77, 35 and 2C. RGB value is (119,53,44). Sum of RGB (Red+Green+Blue) = 119+53+44=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77352C is #88CAD3. Grayscale: #474747. Windows color (decimal): -8964820 or 2897271. OLE color: 2897271.
HSL color Cylindrical-coordinate representation of color #77352C: hue angle of 7.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77352C is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 44 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.53 |
| HSL | 7.2º | 0.46% | 0.32% | - |
| HSV(B) | 7.2º | 0.63% | 0.47% | - |
| XYZ | 9.34 | 6.65 | 3.17 | - |
| YUV | 71.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 44 | 0 | 0.55 | 0.63 | 0.53 | 7.2 | 0.46 | 0.32 |
| Hex | 77 | 35 | 2C | 0 | 37 | 3F | 35 | 7 | 2E | 20 |
| Octal | 167 | 65 | 54 | 0 | 67 | 77 | 65 | 7 | 56 | 40 |
| Binary | 1110111 | 110101 | 101100 | 0 | 110111 | 111111 | 110101 | 111 | 101110 | 100000 |
Color Harmonies of #77352C
Complementary color
Monochromatic Colors of #77352C
Black with #77352C
Text Example
Text Example
White with #77352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77352C; }
p { color: rgb(119,53,44); }
H1.HeaderClassName
{
color: #77352C;
}
.AnyTagClassName
{
color: #77352C;
}
</style>
background-color css
<style>
a { background-color: #77352C; }
a { background-color: rgb(119,53,44); }
div.DivClassName
{
background-color: #77352C;
}
.BgClassName
{
background-color: #77352C;
}
</style>
border-color css
<style>
span { border-color: #77352C; }
span { border-color: rgb(119,53,44); }
td.TdClassName
{
border-color: #77352C;
}
.TagClassName
{
border-color: #77352C;
}
</style>