Shades of Lusty #7A2620
Tints of Lusty #7A2620
RGB
CMYK
RGB Variations
Color information
#7A2620 (or 0x7A2620) is known color: Lusty. HEX triplet: 7A, 26 and 20. RGB value is (122,38,32). Sum of RGB (Red+Green+Blue) = 122+38+32=192 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.54% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2620 is #85D9DF. Grayscale: #3E3E3E. Windows color (decimal): -8772064 or 2107002. OLE color: 2107002.
HSL color Cylindrical-coordinate representation of color #7A2620: hue angle of 4º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A2620 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 32 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.52 |
| HSL | 4º | 0.58% | 0.3% | - |
| HSV(B) | 4º | 0.74% | 0.48% | - |
| XYZ | 8.98 | 5.63 | 1.98 | - |
| YUV | 62.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 32 | 0 | 0.69 | 0.74 | 0.52 | 4 | 0.58 | 0.3 |
| Hex | 7A | 26 | 20 | 0 | 45 | 4A | 34 | 4 | 3A | 1E |
| Octal | 172 | 46 | 40 | 0 | 105 | 112 | 64 | 4 | 72 | 36 |
| Binary | 1111010 | 100110 | 100000 | 0 | 1000101 | 1001010 | 110100 | 100 | 111010 | 11110 |
Color Harmonies of #7A2620
Complementary color
Monochromatic Colors of #7A2620
Black with #7A2620
Text Example
Text Example
White with #7A2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2620; }
p { color: rgb(122,38,32); }
H1.HeaderClassName
{
color: #7A2620;
}
.AnyTagClassName
{
color: #7A2620;
}
</style>
background-color css
<style>
a { background-color: #7A2620; }
a { background-color: rgb(122,38,32); }
div.DivClassName
{
background-color: #7A2620;
}
.BgClassName
{
background-color: #7A2620;
}
</style>
border-color css
<style>
span { border-color: #7A2620; }
span { border-color: rgb(122,38,32); }
td.TdClassName
{
border-color: #7A2620;
}
.TagClassName
{
border-color: #7A2620;
}
</style>