Shades of Lusty #7A322E
Tints of Lusty #7A322E
RGB
CMYK
RGB Variations
Color information
#7A322E (or 0x7A322E) is known color: Lusty. HEX triplet: 7A, 32 and 2E. RGB value is (122,50,46). Sum of RGB (Red+Green+Blue) = 122+50+46=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A322E is #85CDD1. Grayscale: #474747. Windows color (decimal): -8768978 or 3027578. OLE color: 3027578.
HSL color Cylindrical-coordinate representation of color #7A322E: hue angle of 3.16º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A322E is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 46 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.52 |
| HSL | 3.16º | 0.45% | 0.33% | - |
| HSV(B) | 3.16º | 0.62% | 0.48% | - |
| XYZ | 9.66 | 6.62 | 3.35 | - |
| YUV | 71.07 | 113.85 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 46 | 0 | 0.59 | 0.62 | 0.52 | 3.16 | 0.45 | 0.33 |
| Hex | 7A | 32 | 2E | 0 | 3B | 3E | 34 | 3 | 2D | 21 |
| Octal | 172 | 62 | 56 | 0 | 73 | 76 | 64 | 3 | 55 | 41 |
| Binary | 1111010 | 110010 | 101110 | 0 | 111011 | 111110 | 110100 | 11 | 101101 | 100001 |
Color Harmonies of #7A322E
Complementary color
Monochromatic Colors of #7A322E
Black with #7A322E
Text Example
Text Example
White with #7A322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A322E; }
p { color: rgb(122,50,46); }
H1.HeaderClassName
{
color: #7A322E;
}
.AnyTagClassName
{
color: #7A322E;
}
</style>
background-color css
<style>
a { background-color: #7A322E; }
a { background-color: rgb(122,50,46); }
div.DivClassName
{
background-color: #7A322E;
}
.BgClassName
{
background-color: #7A322E;
}
</style>
border-color css
<style>
span { border-color: #7A322E; }
span { border-color: rgb(122,50,46); }
td.TdClassName
{
border-color: #7A322E;
}
.TagClassName
{
border-color: #7A322E;
}
</style>