Shades of Mocha #77382B
Tints of Mocha #77382B
RGB
CMYK
RGB Variations
Color information
#77382B (or 0x77382B) is known color: Mocha. HEX triplet: 77, 38 and 2B. RGB value is (119,56,43). Sum of RGB (Red+Green+Blue) = 119+56+43=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #77382B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77382B is #88C7D4. Grayscale: #494949. Windows color (decimal): -8964053 or 2832503. OLE color: 2832503.
HSL color Cylindrical-coordinate representation of color #77382B: hue angle of 10.26º 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 #77382B is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 43 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.53 |
| HSL | 10.26º | 0.47% | 0.32% | - |
| HSV(B) | 10.26º | 0.64% | 0.47% | - |
| XYZ | 9.46 | 6.92 | 3.12 | - |
| YUV | 73.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 43 | 0 | 0.53 | 0.64 | 0.53 | 10.26 | 0.47 | 0.32 |
| Hex | 77 | 38 | 2B | 0 | 35 | 40 | 35 | A | 2F | 20 |
| Octal | 167 | 70 | 53 | 0 | 65 | 100 | 65 | 12 | 57 | 40 |
| Binary | 1110111 | 111000 | 101011 | 0 | 110101 | 1000000 | 110101 | 1010 | 101111 | 100000 |
Color Harmonies of #77382B
Complementary color
Monochromatic Colors of #77382B
Black with #77382B
Text Example
Text Example
White with #77382B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77382B; }
p { color: rgb(119,56,43); }
H1.HeaderClassName
{
color: #77382B;
}
.AnyTagClassName
{
color: #77382B;
}
</style>
background-color css
<style>
a { background-color: #77382B; }
a { background-color: rgb(119,56,43); }
div.DivClassName
{
background-color: #77382B;
}
.BgClassName
{
background-color: #77382B;
}
</style>
border-color css
<style>
span { border-color: #77382B; }
span { border-color: rgb(119,56,43); }
td.TdClassName
{
border-color: #77382B;
}
.TagClassName
{
border-color: #77382B;
}
</style>