Shades of Mocha #773828
Tints of Mocha #773828
RGB
CMYK
RGB Variations
Color information
#773828 (or 0x773828) is known color: Mocha. HEX triplet: 77, 38 and 28. RGB value is (119,56,40). Sum of RGB (Red+Green+Blue) = 119+56+40=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #773828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773828 is #88C7D7. Grayscale: #494949. Windows color (decimal): -8964056 or 2635895. OLE color: 2635895.
HSL color Cylindrical-coordinate representation of color #773828: hue angle of 12.15º degrees, saturation: 0.5, 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 #773828 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 40 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.53 |
| HSL | 12.15º | 0.5% | 0.31% | - |
| HSV(B) | 12.15º | 0.66% | 0.47% | - |
| XYZ | 9.4 | 6.9 | 2.84 | - |
| YUV | 73.01 | 109.37 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 40 | 0 | 0.53 | 0.66 | 0.53 | 12.15 | 0.5 | 0.31 |
| Hex | 77 | 38 | 28 | 0 | 35 | 42 | 35 | C | 32 | 1F |
| Octal | 167 | 70 | 50 | 0 | 65 | 102 | 65 | 14 | 62 | 37 |
| Binary | 1110111 | 111000 | 101000 | 0 | 110101 | 1000010 | 110101 | 1100 | 110010 | 11111 |
Color Harmonies of #773828
Complementary color
Monochromatic Colors of #773828
Black with #773828
Text Example
Text Example
White with #773828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773828; }
p { color: rgb(119,56,40); }
H1.HeaderClassName
{
color: #773828;
}
.AnyTagClassName
{
color: #773828;
}
</style>
background-color css
<style>
a { background-color: #773828; }
a { background-color: rgb(119,56,40); }
div.DivClassName
{
background-color: #773828;
}
.BgClassName
{
background-color: #773828;
}
</style>
border-color css
<style>
span { border-color: #773828; }
span { border-color: rgb(119,56,40); }
td.TdClassName
{
border-color: #773828;
}
.TagClassName
{
border-color: #773828;
}
</style>