Shades of Lusty #7A2B26
Tints of Lusty #7A2B26
RGB
CMYK
RGB Variations
Color information
#7A2B26 (or 0x7A2B26) is known color: Lusty. HEX triplet: 7A, 2B and 26. RGB value is (122,43,38). Sum of RGB (Red+Green+Blue) = 122+43+38=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2B26 is #85D4D9. Grayscale: #424242. Windows color (decimal): -8770778 or 2501498. OLE color: 2501498.
HSL color Cylindrical-coordinate representation of color #7A2B26: hue angle of 3.57º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A2B26 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 43 | 38 | - |
| CMYK | 0 | 0.65 | 0.69 | 0.52 |
| HSL | 3.57º | 0.53% | 0.31% | - |
| HSV(B) | 3.57º | 0.69% | 0.48% | - |
| XYZ | 9.24 | 6.01 | 2.51 | - |
| YUV | 66.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 43 | 38 | 0 | 0.65 | 0.69 | 0.52 | 3.57 | 0.53 | 0.31 |
| Hex | 7A | 2B | 26 | 0 | 41 | 45 | 34 | 4 | 34 | 1F |
| Octal | 172 | 53 | 46 | 0 | 101 | 105 | 64 | 4 | 64 | 37 |
| Binary | 1111010 | 101011 | 100110 | 0 | 1000001 | 1000101 | 110100 | 100 | 110100 | 11111 |
Color Harmonies of #7A2B26
Complementary color
Monochromatic Colors of #7A2B26
Black with #7A2B26
Text Example
Text Example
White with #7A2B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2B26; }
p { color: rgb(122,43,38); }
H1.HeaderClassName
{
color: #7A2B26;
}
.AnyTagClassName
{
color: #7A2B26;
}
</style>
background-color css
<style>
a { background-color: #7A2B26; }
a { background-color: rgb(122,43,38); }
div.DivClassName
{
background-color: #7A2B26;
}
.BgClassName
{
background-color: #7A2B26;
}
</style>
border-color css
<style>
span { border-color: #7A2B26; }
span { border-color: rgb(122,43,38); }
td.TdClassName
{
border-color: #7A2B26;
}
.TagClassName
{
border-color: #7A2B26;
}
</style>