Shades of Mocha #77362B
Tints of Mocha #77362B
RGB
CMYK
RGB Variations
Color information
#77362B (or 0x77362B) is known color: Mocha. HEX triplet: 77, 36 and 2B. RGB value is (119,54,43). Sum of RGB (Red+Green+Blue) = 119+54+43=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 54 (21.48% from 255 or 25% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77362B is #88C9D4. Grayscale: #484848. Windows color (decimal): -8964565 or 2831991. OLE color: 2831991.
HSL color Cylindrical-coordinate representation of color #77362B: hue angle of 8.68º 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 #77362B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 54 | 43 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.53 |
| HSL | 8.68º | 0.47% | 0.32% | - |
| HSV(B) | 8.68º | 0.64% | 0.47% | - |
| XYZ | 9.36 | 6.73 | 3.09 | - |
| YUV | 72.18 | 111.53 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 43 | 0 | 0.55 | 0.64 | 0.53 | 8.68 | 0.47 | 0.32 |
| Hex | 77 | 36 | 2B | 0 | 37 | 40 | 35 | 9 | 2F | 20 |
| Octal | 167 | 66 | 53 | 0 | 67 | 100 | 65 | 11 | 57 | 40 |
| Binary | 1110111 | 110110 | 101011 | 0 | 110111 | 1000000 | 110101 | 1001 | 101111 | 100000 |
Color Harmonies of #77362B
Complementary color
Monochromatic Colors of #77362B
Black with #77362B
Text Example
Text Example
White with #77362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77362B; }
p { color: rgb(119,54,43); }
H1.HeaderClassName
{
color: #77362B;
}
.AnyTagClassName
{
color: #77362B;
}
</style>
background-color css
<style>
a { background-color: #77362B; }
a { background-color: rgb(119,54,43); }
div.DivClassName
{
background-color: #77362B;
}
.BgClassName
{
background-color: #77362B;
}
</style>
border-color css
<style>
span { border-color: #77362B; }
span { border-color: rgb(119,54,43); }
td.TdClassName
{
border-color: #77362B;
}
.TagClassName
{
border-color: #77362B;
}
</style>