Shades of Lusty #7E332C
Tints of Lusty #7E332C
RGB
CMYK
RGB Variations
Color information
#7E332C (or 0x7E332C) is known color: Lusty. HEX triplet: 7E, 33 and 2C. RGB value is (126,51,44). Sum of RGB (Red+Green+Blue) = 126+51+44=221 (29% of max value = 765). Red value is 126 (49.61% from 255 or 57.01% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 126 - color contains mainly: red. Hex color #7E332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E332C is #81CCD3. Grayscale: #484848. Windows color (decimal): -8506580 or 2896766. OLE color: 2896766.
HSL color Cylindrical-coordinate representation of color #7E332C: hue angle of 5.12º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E332C is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 44 | - |
| CMYK | 0 | 0.60 | 0.65 | 0.51 |
| HSL | 5.12º | 0.48% | 0.33% | - |
| HSV(B) | 5.12º | 0.65% | 0.49% | - |
| XYZ | 10.24 | 6.99 | 3.19 | - |
| YUV | 72.63 | 111.85 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 44 | 0 | 0.60 | 0.65 | 0.51 | 5.12 | 0.48 | 0.33 |
| Hex | 7E | 33 | 2C | 0 | 3C | 41 | 33 | 5 | 30 | 21 |
| Octal | 176 | 63 | 54 | 0 | 74 | 101 | 63 | 5 | 60 | 41 |
| Binary | 1111110 | 110011 | 101100 | 0 | 111100 | 1000001 | 110011 | 101 | 110000 | 100001 |
Color Harmonies of #7E332C
Complementary color
Monochromatic Colors of #7E332C
Black with #7E332C
Text Example
Text Example
White with #7E332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E332C; }
p { color: rgb(126,51,44); }
H1.HeaderClassName
{
color: #7E332C;
}
.AnyTagClassName
{
color: #7E332C;
}
</style>
background-color css
<style>
a { background-color: #7E332C; }
a { background-color: rgb(126,51,44); }
div.DivClassName
{
background-color: #7E332C;
}
.BgClassName
{
background-color: #7E332C;
}
</style>
border-color css
<style>
span { border-color: #7E332C; }
span { border-color: rgb(126,51,44); }
td.TdClassName
{
border-color: #7E332C;
}
.TagClassName
{
border-color: #7E332C;
}
</style>