Shades of Lusty #7E3328
Tints of Lusty #7E3328
RGB
CMYK
RGB Variations
Color information
#7E3328 (or 0x7E3328) is known color: Lusty. HEX triplet: 7E, 33 and 28. RGB value is (126,51,40). Sum of RGB (Red+Green+Blue) = 126+51+40=217 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.06% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3328 is #81CCD7. Grayscale: #484848. Windows color (decimal): -8506584 or 2634622. OLE color: 2634622.
HSL color Cylindrical-coordinate representation of color #7E3328: hue angle of 7.67º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E3328 is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 40 | - |
| CMYK | 0 | 0.60 | 0.68 | 0.51 |
| HSL | 7.67º | 0.52% | 0.33% | - |
| HSV(B) | 7.67º | 0.68% | 0.49% | - |
| XYZ | 10.17 | 6.96 | 2.81 | - |
| YUV | 72.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 40 | 0 | 0.60 | 0.68 | 0.51 | 7.67 | 0.52 | 0.33 |
| Hex | 7E | 33 | 28 | 0 | 3C | 44 | 33 | 8 | 34 | 21 |
| Octal | 176 | 63 | 50 | 0 | 74 | 104 | 63 | 10 | 64 | 41 |
| Binary | 1111110 | 110011 | 101000 | 0 | 111100 | 1000100 | 110011 | 1000 | 110100 | 100001 |
Color Harmonies of #7E3328
Complementary color
Monochromatic Colors of #7E3328
Black with #7E3328
Text Example
Text Example
White with #7E3328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3328; }
p { color: rgb(126,51,40); }
H1.HeaderClassName
{
color: #7E3328;
}
.AnyTagClassName
{
color: #7E3328;
}
</style>
background-color css
<style>
a { background-color: #7E3328; }
a { background-color: rgb(126,51,40); }
div.DivClassName
{
background-color: #7E3328;
}
.BgClassName
{
background-color: #7E3328;
}
</style>
border-color css
<style>
span { border-color: #7E3328; }
span { border-color: rgb(126,51,40); }
td.TdClassName
{
border-color: #7E3328;
}
.TagClassName
{
border-color: #7E3328;
}
</style>