Shades of Lusty #7A342D
Tints of Lusty #7A342D
RGB
CMYK
RGB Variations
Color information
#7A342D (or 0x7A342D) is known color: Lusty. HEX triplet: 7A, 34 and 2D. RGB value is (122,52,45). Sum of RGB (Red+Green+Blue) = 122+52+45=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A342D is #85CBD2. Grayscale: #484848. Windows color (decimal): -8768467 or 2962554. OLE color: 2962554.
HSL color Cylindrical-coordinate representation of color #7A342D: hue angle of 5.45º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A342D is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 52 | 45 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.52 |
| HSL | 5.45º | 0.46% | 0.33% | - |
| HSV(B) | 5.45º | 0.63% | 0.48% | - |
| XYZ | 9.73 | 6.78 | 3.28 | - |
| YUV | 72.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 52 | 45 | 0 | 0.57 | 0.63 | 0.52 | 5.45 | 0.46 | 0.33 |
| Hex | 7A | 34 | 2D | 0 | 39 | 3F | 34 | 5 | 2E | 21 |
| Octal | 172 | 64 | 55 | 0 | 71 | 77 | 64 | 5 | 56 | 41 |
| Binary | 1111010 | 110100 | 101101 | 0 | 111001 | 111111 | 110100 | 101 | 101110 | 100001 |
Color Harmonies of #7A342D
Complementary color
Monochromatic Colors of #7A342D
Black with #7A342D
Text Example
Text Example
White with #7A342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A342D; }
p { color: rgb(122,52,45); }
H1.HeaderClassName
{
color: #7A342D;
}
.AnyTagClassName
{
color: #7A342D;
}
</style>
background-color css
<style>
a { background-color: #7A342D; }
a { background-color: rgb(122,52,45); }
div.DivClassName
{
background-color: #7A342D;
}
.BgClassName
{
background-color: #7A342D;
}
</style>
border-color css
<style>
span { border-color: #7A342D; }
span { border-color: rgb(122,52,45); }
td.TdClassName
{
border-color: #7A342D;
}
.TagClassName
{
border-color: #7A342D;
}
</style>