Shades of Lusty #7A342B
Tints of Lusty #7A342B
RGB
CMYK
RGB Variations
Color information
#7A342B (or 0x7A342B) is known color: Lusty. HEX triplet: 7A, 34 and 2B. RGB value is (122,52,43). Sum of RGB (Red+Green+Blue) = 122+52+43=217 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.22% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 122 - color contains mainly: red. Hex color #7A342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A342B is #85CBD4. Grayscale: #484848. Windows color (decimal): -8768469 or 2831482. OLE color: 2831482.
HSL color Cylindrical-coordinate representation of color #7A342B: hue angle of 6.84º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A342B is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 43 | - |
| CMYK | 0 | 0.57 | 0.65 | 0.52 |
| HSL | 6.84º | 0.48% | 0.32% | - |
| HSV(B) | 6.84º | 0.65% | 0.48% | - |
| XYZ | 9.69 | 6.77 | 3.08 | - |
| YUV | 71.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 43 | 0 | 0.57 | 0.65 | 0.52 | 6.84 | 0.48 | 0.32 |
| Hex | 7A | 34 | 2B | 0 | 39 | 41 | 34 | 7 | 30 | 20 |
| Octal | 172 | 64 | 53 | 0 | 71 | 101 | 64 | 7 | 60 | 40 |
| Binary | 1111010 | 110100 | 101011 | 0 | 111001 | 1000001 | 110100 | 111 | 110000 | 100000 |
Color Harmonies of #7A342B
Complementary color
Monochromatic Colors of #7A342B
Black with #7A342B
Text Example
Text Example
White with #7A342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A342B; }
p { color: rgb(122,52,43); }
H1.HeaderClassName
{
color: #7A342B;
}
.AnyTagClassName
{
color: #7A342B;
}
</style>
background-color css
<style>
a { background-color: #7A342B; }
a { background-color: rgb(122,52,43); }
div.DivClassName
{
background-color: #7A342B;
}
.BgClassName
{
background-color: #7A342B;
}
</style>
border-color css
<style>
span { border-color: #7A342B; }
span { border-color: rgb(122,52,43); }
td.TdClassName
{
border-color: #7A342B;
}
.TagClassName
{
border-color: #7A342B;
}
</style>