Shades of Lusty #7A352E
Tints of Lusty #7A352E
RGB
CMYK
RGB Variations
Color information
#7A352E (or 0x7A352E) is known color: Lusty. HEX triplet: 7A, 35 and 2E. RGB value is (122,53,46). Sum of RGB (Red+Green+Blue) = 122+53+46=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A352E is #85CAD1. Grayscale: #484848. Windows color (decimal): -8768210 or 3028346. OLE color: 3028346.
HSL color Cylindrical-coordinate representation of color #7A352E: hue angle of 5.53º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A352E is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 53 | 46 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.52 |
| HSL | 5.53º | 0.45% | 0.33% | - |
| HSV(B) | 5.53º | 0.62% | 0.48% | - |
| XYZ | 9.79 | 6.88 | 3.4 | - |
| YUV | 72.83 | 112.86 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 53 | 46 | 0 | 0.57 | 0.62 | 0.52 | 5.53 | 0.45 | 0.33 |
| Hex | 7A | 35 | 2E | 0 | 39 | 3E | 34 | 6 | 2D | 21 |
| Octal | 172 | 65 | 56 | 0 | 71 | 76 | 64 | 6 | 55 | 41 |
| Binary | 1111010 | 110101 | 101110 | 0 | 111001 | 111110 | 110100 | 110 | 101101 | 100001 |
Color Harmonies of #7A352E
Complementary color
Monochromatic Colors of #7A352E
Black with #7A352E
Text Example
Text Example
White with #7A352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A352E; }
p { color: rgb(122,53,46); }
H1.HeaderClassName
{
color: #7A352E;
}
.AnyTagClassName
{
color: #7A352E;
}
</style>
background-color css
<style>
a { background-color: #7A352E; }
a { background-color: rgb(122,53,46); }
div.DivClassName
{
background-color: #7A352E;
}
.BgClassName
{
background-color: #7A352E;
}
</style>
border-color css
<style>
span { border-color: #7A352E; }
span { border-color: rgb(122,53,46); }
td.TdClassName
{
border-color: #7A352E;
}
.TagClassName
{
border-color: #7A352E;
}
</style>