Shades of Lusty #7B322C
Tints of Lusty #7B322C
RGB
CMYK
RGB Variations
Color information
#7B322C (or 0x7B322C) is known color: Lusty. HEX triplet: 7B, 32 and 2C. RGB value is (123,50,44). Sum of RGB (Red+Green+Blue) = 123+50+44=217 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.68% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 123 - color contains mainly: red. Hex color #7B322C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B322C is #84CDD3. Grayscale: #474747. Windows color (decimal): -8703444 or 2896507. OLE color: 2896507.
HSL color Cylindrical-coordinate representation of color #7B322C: hue angle of 4.56º 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 #7B322C is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 50 | 44 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.52 |
| HSL | 4.56º | 0.47% | 0.33% | - |
| HSV(B) | 4.56º | 0.64% | 0.48% | - |
| XYZ | 9.76 | 6.67 | 3.16 | - |
| YUV | 71.14 | 112.68 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 50 | 44 | 0 | 0.59 | 0.64 | 0.52 | 4.56 | 0.47 | 0.33 |
| Hex | 7B | 32 | 2C | 0 | 3B | 40 | 34 | 5 | 2F | 21 |
| Octal | 173 | 62 | 54 | 0 | 73 | 100 | 64 | 5 | 57 | 41 |
| Binary | 1111011 | 110010 | 101100 | 0 | 111011 | 1000000 | 110100 | 101 | 101111 | 100001 |
Color Harmonies of #7B322C
Complementary color
Monochromatic Colors of #7B322C
Black with #7B322C
Text Example
Text Example
White with #7B322C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B322C; }
p { color: rgb(123,50,44); }
H1.HeaderClassName
{
color: #7B322C;
}
.AnyTagClassName
{
color: #7B322C;
}
</style>
background-color css
<style>
a { background-color: #7B322C; }
a { background-color: rgb(123,50,44); }
div.DivClassName
{
background-color: #7B322C;
}
.BgClassName
{
background-color: #7B322C;
}
</style>
border-color css
<style>
span { border-color: #7B322C; }
span { border-color: rgb(123,50,44); }
td.TdClassName
{
border-color: #7B322C;
}
.TagClassName
{
border-color: #7B322C;
}
</style>