Shades of Mocha #773829
Tints of Mocha #773829
RGB
CMYK
RGB Variations
Color information
#773829 (or 0x773829) is known color: Mocha. HEX triplet: 77, 38 and 29. RGB value is (119,56,41). Sum of RGB (Red+Green+Blue) = 119+56+41=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #773829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773829 is #88C7D6. Grayscale: #494949. Windows color (decimal): -8964055 or 2701431. OLE color: 2701431.
HSL color Cylindrical-coordinate representation of color #773829: hue angle of 11.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773829 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 41 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.53 |
| HSL | 11.54º | 0.49% | 0.31% | - |
| HSV(B) | 11.54º | 0.66% | 0.47% | - |
| XYZ | 9.42 | 6.91 | 2.94 | - |
| YUV | 73.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 41 | 0 | 0.53 | 0.66 | 0.53 | 11.54 | 0.49 | 0.31 |
| Hex | 77 | 38 | 29 | 0 | 35 | 42 | 35 | C | 31 | 1F |
| Octal | 167 | 70 | 51 | 0 | 65 | 102 | 65 | 14 | 61 | 37 |
| Binary | 1110111 | 111000 | 101001 | 0 | 110101 | 1000010 | 110101 | 1100 | 110001 | 11111 |
Color Harmonies of #773829
Complementary color
Monochromatic Colors of #773829
Black with #773829
Text Example
Text Example
White with #773829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773829; }
p { color: rgb(119,56,41); }
H1.HeaderClassName
{
color: #773829;
}
.AnyTagClassName
{
color: #773829;
}
</style>
background-color css
<style>
a { background-color: #773829; }
a { background-color: rgb(119,56,41); }
div.DivClassName
{
background-color: #773829;
}
.BgClassName
{
background-color: #773829;
}
</style>
border-color css
<style>
span { border-color: #773829; }
span { border-color: rgb(119,56,41); }
td.TdClassName
{
border-color: #773829;
}
.TagClassName
{
border-color: #773829;
}
</style>