Shades of Lusty #7A2E2C
Tints of Lusty #7A2E2C
RGB
CMYK
RGB Variations
Color information
#7A2E2C (or 0x7A2E2C) is known color: Lusty. HEX triplet: 7A, 2E and 2C. RGB value is (122,46,44). Sum of RGB (Red+Green+Blue) = 122+46+44=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A2E2C is #85D1D3. Grayscale: #444444. Windows color (decimal): -8770004 or 2895482. OLE color: 2895482.
HSL color Cylindrical-coordinate representation of color #7A2E2C: hue angle of 1.54º 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 #7A2E2C is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 46 | 44 | - |
| CMYK | 0 | 0.62 | 0.64 | 0.52 |
| HSL | 1.54º | 0.47% | 0.33% | - |
| HSV(B) | 1.54º | 0.64% | 0.48% | - |
| XYZ | 9.46 | 6.27 | 3.1 | - |
| YUV | 68.5 | 114.18 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 46 | 44 | 0 | 0.62 | 0.64 | 0.52 | 1.54 | 0.47 | 0.33 |
| Hex | 7A | 2E | 2C | 0 | 3E | 40 | 34 | 2 | 2F | 21 |
| Octal | 172 | 56 | 54 | 0 | 76 | 100 | 64 | 2 | 57 | 41 |
| Binary | 1111010 | 101110 | 101100 | 0 | 111110 | 1000000 | 110100 | 10 | 101111 | 100001 |
Color Harmonies of #7A2E2C
Complementary color
Monochromatic Colors of #7A2E2C
Black with #7A2E2C
Text Example
Text Example
White with #7A2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2E2C; }
p { color: rgb(122,46,44); }
H1.HeaderClassName
{
color: #7A2E2C;
}
.AnyTagClassName
{
color: #7A2E2C;
}
</style>
background-color css
<style>
a { background-color: #7A2E2C; }
a { background-color: rgb(122,46,44); }
div.DivClassName
{
background-color: #7A2E2C;
}
.BgClassName
{
background-color: #7A2E2C;
}
</style>
border-color css
<style>
span { border-color: #7A2E2C; }
span { border-color: rgb(122,46,44); }
td.TdClassName
{
border-color: #7A2E2C;
}
.TagClassName
{
border-color: #7A2E2C;
}
</style>