Shades of Lusty #76332E
Tints of Lusty #76332E
RGB
CMYK
RGB Variations
Color information
#76332E (or 0x76332E) is known color: Lusty. HEX triplet: 76, 33 and 2E. RGB value is (118,51,46). Sum of RGB (Red+Green+Blue) = 118+51+46=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76332E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76332E is #89CCD1. Grayscale: #464646. Windows color (decimal): -9030866 or 3027830. OLE color: 3027830.
HSL color Cylindrical-coordinate representation of color #76332E: hue angle of 4.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76332E is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 46 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.54 |
| HSL | 4.17º | 0.44% | 0.32% | - |
| HSV(B) | 4.17º | 0.61% | 0.46% | - |
| XYZ | 9.15 | 6.42 | 3.34 | - |
| YUV | 70.46 | 114.2 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 46 | 0 | 0.57 | 0.61 | 0.54 | 4.17 | 0.44 | 0.32 |
| Hex | 76 | 33 | 2E | 0 | 39 | 3D | 36 | 4 | 2C | 20 |
| Octal | 166 | 63 | 56 | 0 | 71 | 75 | 66 | 4 | 54 | 40 |
| Binary | 1110110 | 110011 | 101110 | 0 | 111001 | 111101 | 110110 | 100 | 101100 | 100000 |
Color Harmonies of #76332E
Complementary color
Monochromatic Colors of #76332E
Black with #76332E
Text Example
Text Example
White with #76332E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76332E; }
p { color: rgb(118,51,46); }
H1.HeaderClassName
{
color: #76332E;
}
.AnyTagClassName
{
color: #76332E;
}
</style>
background-color css
<style>
a { background-color: #76332E; }
a { background-color: rgb(118,51,46); }
div.DivClassName
{
background-color: #76332E;
}
.BgClassName
{
background-color: #76332E;
}
</style>
border-color css
<style>
span { border-color: #76332E; }
span { border-color: rgb(118,51,46); }
td.TdClassName
{
border-color: #76332E;
}
.TagClassName
{
border-color: #76332E;
}
</style>