Shades of Lusty #7A332C
Tints of Lusty #7A332C
RGB
CMYK
RGB Variations
Color information
#7A332C (or 0x7A332C) is known color: Lusty. HEX triplet: 7A, 33 and 2C. RGB value is (122,51,44). Sum of RGB (Red+Green+Blue) = 122+51+44=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A332C is #85CCD3. Grayscale: #474747. Windows color (decimal): -8768724 or 2896762. OLE color: 2896762.
HSL color Cylindrical-coordinate representation of color #7A332C: hue angle of 5.38º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A332C is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 44 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.52 |
| HSL | 5.38º | 0.47% | 0.33% | - |
| HSV(B) | 5.38º | 0.64% | 0.48% | - |
| XYZ | 9.66 | 6.69 | 3.16 | - |
| YUV | 71.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 44 | 0 | 0.58 | 0.64 | 0.52 | 5.38 | 0.47 | 0.33 |
| Hex | 7A | 33 | 2C | 0 | 3A | 40 | 34 | 5 | 2F | 21 |
| Octal | 172 | 63 | 54 | 0 | 72 | 100 | 64 | 5 | 57 | 41 |
| Binary | 1111010 | 110011 | 101100 | 0 | 111010 | 1000000 | 110100 | 101 | 101111 | 100001 |
Color Harmonies of #7A332C
Complementary color
Monochromatic Colors of #7A332C
Black with #7A332C
Text Example
Text Example
White with #7A332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A332C; }
p { color: rgb(122,51,44); }
H1.HeaderClassName
{
color: #7A332C;
}
.AnyTagClassName
{
color: #7A332C;
}
</style>
background-color css
<style>
a { background-color: #7A332C; }
a { background-color: rgb(122,51,44); }
div.DivClassName
{
background-color: #7A332C;
}
.BgClassName
{
background-color: #7A332C;
}
</style>
border-color css
<style>
span { border-color: #7A332C; }
span { border-color: rgb(122,51,44); }
td.TdClassName
{
border-color: #7A332C;
}
.TagClassName
{
border-color: #7A332C;
}
</style>