Shades of Lusty #7A2626
Tints of Lusty #7A2626
RGB
CMYK
RGB Variations
Color information
#7A2626 (or 0x7A2626) is known color: Lusty. HEX triplet: 7A, 26 and 26. RGB value is (122,38,38). Sum of RGB (Red+Green+Blue) = 122+38+38=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2626 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2626 is #85D9D9. Grayscale: #3F3F3F. Windows color (decimal): -8772058 or 2500218. OLE color: 2500218.
HSL color Cylindrical-coordinate representation of color #7A2626: hue angle of 0º 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 #7A2626 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 38 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.52 |
| HSL | 0º | 0.53% | 0.31% | - |
| HSV(B) | 0º | 0.69% | 0.48% | - |
| XYZ | 9.07 | 5.66 | 2.45 | - |
| YUV | 63.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 38 | 0 | 0.69 | 0.69 | 0.52 | 0 | 0.53 | 0.31 |
| Hex | 7A | 26 | 26 | 0 | 45 | 45 | 34 | 0 | 34 | 1F |
| Octal | 172 | 46 | 46 | 0 | 105 | 105 | 64 | 0 | 64 | 37 |
| Binary | 1111010 | 100110 | 100110 | 0 | 1000101 | 1000101 | 110100 | 0 | 110100 | 11111 |
Color Harmonies of #7A2626
Complementary color
Monochromatic Colors of #7A2626
Black with #7A2626
Text Example
Text Example
White with #7A2626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2626; }
p { color: rgb(122,38,38); }
H1.HeaderClassName
{
color: #7A2626;
}
.AnyTagClassName
{
color: #7A2626;
}
</style>
background-color css
<style>
a { background-color: #7A2626; }
a { background-color: rgb(122,38,38); }
div.DivClassName
{
background-color: #7A2626;
}
.BgClassName
{
background-color: #7A2626;
}
</style>
border-color css
<style>
span { border-color: #7A2626; }
span { border-color: rgb(122,38,38); }
td.TdClassName
{
border-color: #7A2626;
}
.TagClassName
{
border-color: #7A2626;
}
</style>