Shades of Mocha #76382C
Tints of Mocha #76382C
RGB
CMYK
RGB Variations
Color information
#76382C (or 0x76382C) is known color: Mocha. HEX triplet: 76, 38 and 2C. RGB value is (118,56,44). Sum of RGB (Red+Green+Blue) = 118+56+44=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #76382C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76382C is #89C7D3. Grayscale: #494949. Windows color (decimal): -9029588 or 2898038. OLE color: 2898038.
HSL color Cylindrical-coordinate representation of color #76382C: hue angle of 9.73º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76382C is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 44 | - |
| CMYK | 0 | 0.53 | 0.63 | 0.54 |
| HSL | 9.73º | 0.46% | 0.32% | - |
| HSV(B) | 9.73º | 0.63% | 0.46% | - |
| XYZ | 9.34 | 6.86 | 3.22 | - |
| YUV | 73.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 44 | 0 | 0.53 | 0.63 | 0.54 | 9.73 | 0.46 | 0.32 |
| Hex | 76 | 38 | 2C | 0 | 35 | 3F | 36 | A | 2E | 20 |
| Octal | 166 | 70 | 54 | 0 | 65 | 77 | 66 | 12 | 56 | 40 |
| Binary | 1110110 | 111000 | 101100 | 0 | 110101 | 111111 | 110110 | 1010 | 101110 | 100000 |
Color Harmonies of #76382C
Complementary color
Monochromatic Colors of #76382C
Black with #76382C
Text Example
Text Example
White with #76382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76382C; }
p { color: rgb(118,56,44); }
H1.HeaderClassName
{
color: #76382C;
}
.AnyTagClassName
{
color: #76382C;
}
</style>
background-color css
<style>
a { background-color: #76382C; }
a { background-color: rgb(118,56,44); }
div.DivClassName
{
background-color: #76382C;
}
.BgClassName
{
background-color: #76382C;
}
</style>
border-color css
<style>
span { border-color: #76382C; }
span { border-color: rgb(118,56,44); }
td.TdClassName
{
border-color: #76382C;
}
.TagClassName
{
border-color: #76382C;
}
</style>