Shades of Lusty #7E322E
Tints of Lusty #7E322E
RGB
CMYK
RGB Variations
Color information
#7E322E (or 0x7E322E) is known color: Lusty. HEX triplet: 7E, 32 and 2E. RGB value is (126,50,46). Sum of RGB (Red+Green+Blue) = 126+50+46=222 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.76% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 126 - color contains mainly: red. Hex color #7E322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E322E is #81CDD1. Grayscale: #484848. Windows color (decimal): -8506834 or 3027582. OLE color: 3027582.
HSL color Cylindrical-coordinate representation of color #7E322E: hue angle of 3º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E322E is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 50 | 46 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.51 |
| HSL | 3º | 0.47% | 0.34% | - |
| HSV(B) | 3º | 0.63% | 0.49% | - |
| XYZ | 10.24 | 6.91 | 3.38 | - |
| YUV | 72.27 | 113.18 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 50 | 46 | 0 | 0.60 | 0.63 | 0.51 | 3 | 0.47 | 0.34 |
| Hex | 7E | 32 | 2E | 0 | 3C | 3F | 33 | 3 | 2F | 22 |
| Octal | 176 | 62 | 56 | 0 | 74 | 77 | 63 | 3 | 57 | 42 |
| Binary | 1111110 | 110010 | 101110 | 0 | 111100 | 111111 | 110011 | 11 | 101111 | 100010 |
Color Harmonies of #7E322E
Complementary color
Monochromatic Colors of #7E322E
Black with #7E322E
Text Example
Text Example
White with #7E322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E322E; }
p { color: rgb(126,50,46); }
H1.HeaderClassName
{
color: #7E322E;
}
.AnyTagClassName
{
color: #7E322E;
}
</style>
background-color css
<style>
a { background-color: #7E322E; }
a { background-color: rgb(126,50,46); }
div.DivClassName
{
background-color: #7E322E;
}
.BgClassName
{
background-color: #7E322E;
}
</style>
border-color css
<style>
span { border-color: #7E322E; }
span { border-color: rgb(126,50,46); }
td.TdClassName
{
border-color: #7E322E;
}
.TagClassName
{
border-color: #7E322E;
}
</style>