Shades of Lusty #7B2922
Tints of Lusty #7B2922
RGB
CMYK
RGB Variations
Color information
#7B2922 (or 0x7B2922) is known color: Lusty. HEX triplet: 7B, 29 and 22. RGB value is (123,41,34). Sum of RGB (Red+Green+Blue) = 123+41+34=198 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.12% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 34 (13.67% from 255 or 17.17% from 198); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2922 is #84D6DD. Grayscale: #404040. Windows color (decimal): -8705758 or 2238843. OLE color: 2238843.
HSL color Cylindrical-coordinate representation of color #7B2922: hue angle of 4.72º 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 #7B2922 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 41 | 34 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.52 |
| HSL | 4.72º | 0.57% | 0.31% | - |
| HSV(B) | 4.72º | 0.72% | 0.48% | - |
| XYZ | 9.25 | 5.91 | 2.17 | - |
| YUV | 64.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 41 | 34 | 0 | 0.67 | 0.72 | 0.52 | 4.72 | 0.57 | 0.31 |
| Hex | 7B | 29 | 22 | 0 | 43 | 48 | 34 | 5 | 39 | 1F |
| Octal | 173 | 51 | 42 | 0 | 103 | 110 | 64 | 5 | 71 | 37 |
| Binary | 1111011 | 101001 | 100010 | 0 | 1000011 | 1001000 | 110100 | 101 | 111001 | 11111 |
Color Harmonies of #7B2922
Complementary color
Monochromatic Colors of #7B2922
Black with #7B2922
Text Example
Text Example
White with #7B2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2922; }
p { color: rgb(123,41,34); }
H1.HeaderClassName
{
color: #7B2922;
}
.AnyTagClassName
{
color: #7B2922;
}
</style>
background-color css
<style>
a { background-color: #7B2922; }
a { background-color: rgb(123,41,34); }
div.DivClassName
{
background-color: #7B2922;
}
.BgClassName
{
background-color: #7B2922;
}
</style>
border-color css
<style>
span { border-color: #7B2922; }
span { border-color: rgb(123,41,34); }
td.TdClassName
{
border-color: #7B2922;
}
.TagClassName
{
border-color: #7B2922;
}
</style>