Shades of Mocha #763A2C
Tints of Mocha #763A2C
RGB
CMYK
RGB Variations
Color information
#763A2C (or 0x763A2C) is known color: Mocha. HEX triplet: 76, 3A and 2C. RGB value is (118,58,44). Sum of RGB (Red+Green+Blue) = 118+58+44=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #763A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A2C is #89C5D3. Grayscale: #4A4A4A. Windows color (decimal): -9029076 or 2898550. OLE color: 2898550.
HSL color Cylindrical-coordinate representation of color #763A2C: hue angle of 11.35º 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 #763A2C is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 44 | - |
| CMYK | 0 | 0.51 | 0.63 | 0.54 |
| HSL | 11.35º | 0.46% | 0.32% | - |
| HSV(B) | 11.35º | 0.63% | 0.46% | - |
| XYZ | 9.44 | 7.06 | 3.25 | - |
| YUV | 74.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 44 | 0 | 0.51 | 0.63 | 0.54 | 11.35 | 0.46 | 0.32 |
| Hex | 76 | 3A | 2C | 0 | 33 | 3F | 36 | B | 2E | 20 |
| Octal | 166 | 72 | 54 | 0 | 63 | 77 | 66 | 13 | 56 | 40 |
| Binary | 1110110 | 111010 | 101100 | 0 | 110011 | 111111 | 110110 | 1011 | 101110 | 100000 |
Color Harmonies of #763A2C
Complementary color
Monochromatic Colors of #763A2C
Black with #763A2C
Text Example
Text Example
White with #763A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A2C; }
p { color: rgb(118,58,44); }
H1.HeaderClassName
{
color: #763A2C;
}
.AnyTagClassName
{
color: #763A2C;
}
</style>
background-color css
<style>
a { background-color: #763A2C; }
a { background-color: rgb(118,58,44); }
div.DivClassName
{
background-color: #763A2C;
}
.BgClassName
{
background-color: #763A2C;
}
</style>
border-color css
<style>
span { border-color: #763A2C; }
span { border-color: rgb(118,58,44); }
td.TdClassName
{
border-color: #763A2C;
}
.TagClassName
{
border-color: #763A2C;
}
</style>