Shades of Lusty #7A2E22
Tints of Lusty #7A2E22
RGB
CMYK
RGB Variations
Color information
#7A2E22 (or 0x7A2E22) is known color: Lusty. HEX triplet: 7A, 2E and 22. RGB value is (122,46,34). Sum of RGB (Red+Green+Blue) = 122+46+34=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2E22 is #85D1DD. Grayscale: #434343. Windows color (decimal): -8770014 or 2240122. OLE color: 2240122.
HSL color Cylindrical-coordinate representation of color #7A2E22: hue angle of 8.18º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A2E22 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 46 | 34 | - |
| CMYK | 0 | 0.62 | 0.72 | 0.52 |
| HSL | 8.18º | 0.56% | 0.31% | - |
| HSV(B) | 8.18º | 0.72% | 0.48% | - |
| XYZ | 9.29 | 6.21 | 2.22 | - |
| YUV | 67.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 34 | 0 | 0.62 | 0.72 | 0.52 | 8.18 | 0.56 | 0.31 |
| Hex | 7A | 2E | 22 | 0 | 3E | 48 | 34 | 8 | 38 | 1F |
| Octal | 172 | 56 | 42 | 0 | 76 | 110 | 64 | 10 | 70 | 37 |
| Binary | 1111010 | 101110 | 100010 | 0 | 111110 | 1001000 | 110100 | 1000 | 111000 | 11111 |
Color Harmonies of #7A2E22
Complementary color
Monochromatic Colors of #7A2E22
Black with #7A2E22
Text Example
Text Example
White with #7A2E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E22; }
p { color: rgb(122,46,34); }
H1.HeaderClassName
{
color: #7A2E22;
}
.AnyTagClassName
{
color: #7A2E22;
}
</style>
background-color css
<style>
a { background-color: #7A2E22; }
a { background-color: rgb(122,46,34); }
div.DivClassName
{
background-color: #7A2E22;
}
.BgClassName
{
background-color: #7A2E22;
}
</style>
border-color css
<style>
span { border-color: #7A2E22; }
span { border-color: rgb(122,46,34); }
td.TdClassName
{
border-color: #7A2E22;
}
.TagClassName
{
border-color: #7A2E22;
}
</style>