Shades of Lusty #76322E
Tints of Lusty #76322E
RGB
CMYK
RGB Variations
Color information
#76322E (or 0x76322E) is known color: Lusty. HEX triplet: 76, 32 and 2E. RGB value is (118,50,46). Sum of RGB (Red+Green+Blue) = 118+50+46=214 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.14% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 118 - color contains mainly: red. Hex color #76322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76322E is #89CDD1. Grayscale: #454545. Windows color (decimal): -9031122 or 3027574. OLE color: 3027574.
HSL color Cylindrical-coordinate representation of color #76322E: hue angle of 3.33º 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 #76322E is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 50 | 46 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.54 |
| HSL | 3.33º | 0.44% | 0.32% | - |
| HSV(B) | 3.33º | 0.61% | 0.46% | - |
| XYZ | 9.1 | 6.33 | 3.33 | - |
| YUV | 69.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 50 | 46 | 0 | 0.58 | 0.61 | 0.54 | 3.33 | 0.44 | 0.32 |
| Hex | 76 | 32 | 2E | 0 | 3A | 3D | 36 | 3 | 2C | 20 |
| Octal | 166 | 62 | 56 | 0 | 72 | 75 | 66 | 3 | 54 | 40 |
| Binary | 1110110 | 110010 | 101110 | 0 | 111010 | 111101 | 110110 | 11 | 101100 | 100000 |
Color Harmonies of #76322E
Complementary color
Monochromatic Colors of #76322E
Black with #76322E
Text Example
Text Example
White with #76322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76322E; }
p { color: rgb(118,50,46); }
H1.HeaderClassName
{
color: #76322E;
}
.AnyTagClassName
{
color: #76322E;
}
</style>
background-color css
<style>
a { background-color: #76322E; }
a { background-color: rgb(118,50,46); }
div.DivClassName
{
background-color: #76322E;
}
.BgClassName
{
background-color: #76322E;
}
</style>
border-color css
<style>
span { border-color: #76322E; }
span { border-color: rgb(118,50,46); }
td.TdClassName
{
border-color: #76322E;
}
.TagClassName
{
border-color: #76322E;
}
</style>