Shades of Mocha #77342B
Tints of Mocha #77342B
RGB
CMYK
RGB Variations
Color information
#77342B (or 0x77342B) is known color: Mocha. HEX triplet: 77, 34 and 2B. RGB value is (119,52,43). Sum of RGB (Red+Green+Blue) = 119+52+43=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77342B is #88CBD4. Grayscale: #474747. Windows color (decimal): -8965077 or 2831479. OLE color: 2831479.
HSL color Cylindrical-coordinate representation of color #77342B: hue angle of 7.11º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77342B is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 52 | 43 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.53 |
| HSL | 7.11º | 0.47% | 0.32% | - |
| HSV(B) | 7.11º | 0.64% | 0.47% | - |
| XYZ | 9.27 | 6.55 | 3.06 | - |
| YUV | 71.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 43 | 0 | 0.56 | 0.64 | 0.53 | 7.11 | 0.47 | 0.32 |
| Hex | 77 | 34 | 2B | 0 | 38 | 40 | 35 | 7 | 2F | 20 |
| Octal | 167 | 64 | 53 | 0 | 70 | 100 | 65 | 7 | 57 | 40 |
| Binary | 1110111 | 110100 | 101011 | 0 | 111000 | 1000000 | 110101 | 111 | 101111 | 100000 |
Color Harmonies of #77342B
Complementary color
Monochromatic Colors of #77342B
Black with #77342B
Text Example
Text Example
White with #77342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77342B; }
p { color: rgb(119,52,43); }
H1.HeaderClassName
{
color: #77342B;
}
.AnyTagClassName
{
color: #77342B;
}
</style>
background-color css
<style>
a { background-color: #77342B; }
a { background-color: rgb(119,52,43); }
div.DivClassName
{
background-color: #77342B;
}
.BgClassName
{
background-color: #77342B;
}
</style>
border-color css
<style>
span { border-color: #77342B; }
span { border-color: rgb(119,52,43); }
td.TdClassName
{
border-color: #77342B;
}
.TagClassName
{
border-color: #77342B;
}
</style>