Shades of Mocha #763928
Tints of Mocha #763928
RGB
CMYK
RGB Variations
Color information
#763928 (or 0x763928) is known color: Mocha. HEX triplet: 76, 39 and 28. RGB value is (118,57,40). Sum of RGB (Red+Green+Blue) = 118+57+40=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 57 (22.66% from 255 or 26.51% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #763928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763928 is #89C6D7. Grayscale: #494949. Windows color (decimal): -9029336 or 2636150. OLE color: 2636150.
HSL color Cylindrical-coordinate representation of color #763928: hue angle of 13.08º 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 #763928 is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 57 | 40 | - |
| CMYK | 0 | 0.52 | 0.66 | 0.54 |
| HSL | 13.08º | 0.49% | 0.31% | - |
| HSV(B) | 13.08º | 0.66% | 0.46% | - |
| XYZ | 9.32 | 6.93 | 2.85 | - |
| YUV | 73.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 40 | 0 | 0.52 | 0.66 | 0.54 | 13.08 | 0.49 | 0.31 |
| Hex | 76 | 39 | 28 | 0 | 34 | 42 | 36 | D | 31 | 1F |
| Octal | 166 | 71 | 50 | 0 | 64 | 102 | 66 | 15 | 61 | 37 |
| Binary | 1110110 | 111001 | 101000 | 0 | 110100 | 1000010 | 110110 | 1101 | 110001 | 11111 |
Color Harmonies of #763928
Complementary color
Monochromatic Colors of #763928
Black with #763928
Text Example
Text Example
White with #763928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763928; }
p { color: rgb(118,57,40); }
H1.HeaderClassName
{
color: #763928;
}
.AnyTagClassName
{
color: #763928;
}
</style>
background-color css
<style>
a { background-color: #763928; }
a { background-color: rgb(118,57,40); }
div.DivClassName
{
background-color: #763928;
}
.BgClassName
{
background-color: #763928;
}
</style>
border-color css
<style>
span { border-color: #763928; }
span { border-color: rgb(118,57,40); }
td.TdClassName
{
border-color: #763928;
}
.TagClassName
{
border-color: #763928;
}
</style>