Shades of Lusty #7B2A22
Tints of Lusty #7B2A22
RGB
CMYK
RGB Variations
Color information
#7B2A22 (or 0x7B2A22) is known color: Lusty. HEX triplet: 7B, 2A and 22. RGB value is (123,42,34). Sum of RGB (Red+Green+Blue) = 123+42+34=199 (26% of max value = 765). Red value is 123 (48.44% from 255 or 61.81% from 199); Green value is 42 (16.80% from 255 or 21.11% from 199); Blue value is 34 (13.67% from 255 or 17.09% from 199); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2A22 is #84D5DD. Grayscale: #414141. Windows color (decimal): -8705502 or 2239099. OLE color: 2239099.
HSL color Cylindrical-coordinate representation of color #7B2A22: hue angle of 5.39º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2A22 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 42 | 34 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.52 |
| HSL | 5.39º | 0.57% | 0.31% | - |
| HSV(B) | 5.39º | 0.72% | 0.48% | - |
| XYZ | 9.29 | 5.98 | 2.18 | - |
| YUV | 65.31 | 110.34 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 42 | 34 | 0 | 0.66 | 0.72 | 0.52 | 5.39 | 0.57 | 0.31 |
| Hex | 7B | 2A | 22 | 0 | 42 | 48 | 34 | 5 | 39 | 1F |
| Octal | 173 | 52 | 42 | 0 | 102 | 110 | 64 | 5 | 71 | 37 |
| Binary | 1111011 | 101010 | 100010 | 0 | 1000010 | 1001000 | 110100 | 101 | 111001 | 11111 |
Color Harmonies of #7B2A22
Complementary color
Monochromatic Colors of #7B2A22
Black with #7B2A22
Text Example
Text Example
White with #7B2A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2A22; }
p { color: rgb(123,42,34); }
H1.HeaderClassName
{
color: #7B2A22;
}
.AnyTagClassName
{
color: #7B2A22;
}
</style>
background-color css
<style>
a { background-color: #7B2A22; }
a { background-color: rgb(123,42,34); }
div.DivClassName
{
background-color: #7B2A22;
}
.BgClassName
{
background-color: #7B2A22;
}
</style>
border-color css
<style>
span { border-color: #7B2A22; }
span { border-color: rgb(123,42,34); }
td.TdClassName
{
border-color: #7B2A22;
}
.TagClassName
{
border-color: #7B2A22;
}
</style>