Shades of Mocha #763828
Tints of Mocha #763828
RGB
CMYK
RGB Variations
Color information
#763828 (or 0x763828) is known color: Mocha. HEX triplet: 76, 38 and 28. RGB value is (118,56,40). Sum of RGB (Red+Green+Blue) = 118+56+40=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #763828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763828 is #89C7D7. Grayscale: #484848. Windows color (decimal): -9029592 or 2635894. OLE color: 2635894.
HSL color Cylindrical-coordinate representation of color #763828: hue angle of 12.31º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763828 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 40 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.54 |
| HSL | 12.31º | 0.49% | 0.31% | - |
| HSV(B) | 12.31º | 0.66% | 0.46% | - |
| XYZ | 9.27 | 6.83 | 2.84 | - |
| YUV | 72.71 | 109.54 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 40 | 0 | 0.53 | 0.66 | 0.54 | 12.31 | 0.49 | 0.31 |
| Hex | 76 | 38 | 28 | 0 | 35 | 42 | 36 | C | 31 | 1F |
| Octal | 166 | 70 | 50 | 0 | 65 | 102 | 66 | 14 | 61 | 37 |
| Binary | 1110110 | 111000 | 101000 | 0 | 110101 | 1000010 | 110110 | 1100 | 110001 | 11111 |
Color Harmonies of #763828
Complementary color
Monochromatic Colors of #763828
Black with #763828
Text Example
Text Example
White with #763828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763828; }
p { color: rgb(118,56,40); }
H1.HeaderClassName
{
color: #763828;
}
.AnyTagClassName
{
color: #763828;
}
</style>
background-color css
<style>
a { background-color: #763828; }
a { background-color: rgb(118,56,40); }
div.DivClassName
{
background-color: #763828;
}
.BgClassName
{
background-color: #763828;
}
</style>
border-color css
<style>
span { border-color: #763828; }
span { border-color: rgb(118,56,40); }
td.TdClassName
{
border-color: #763828;
}
.TagClassName
{
border-color: #763828;
}
</style>