Shades of Lusty #7B332C
Tints of Lusty #7B332C
RGB
CMYK
RGB Variations
Color information
#7B332C (or 0x7B332C) is known color: Lusty. HEX triplet: 7B, 33 and 2C. RGB value is (123,51,44). Sum of RGB (Red+Green+Blue) = 123+51+44=218 (28% of max value = 765). Red value is 123 (48.44% from 255 or 56.42% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 123 - color contains mainly: red. Hex color #7B332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B332C is #84CCD3. Grayscale: #474747. Windows color (decimal): -8703188 or 2896763. OLE color: 2896763.
HSL color Cylindrical-coordinate representation of color #7B332C: hue angle of 5.32º 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 #7B332C is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 51 | 44 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.52 |
| HSL | 5.32º | 0.47% | 0.33% | - |
| HSV(B) | 5.32º | 0.64% | 0.48% | - |
| XYZ | 9.81 | 6.76 | 3.17 | - |
| YUV | 71.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 44 | 0 | 0.59 | 0.64 | 0.52 | 5.32 | 0.47 | 0.33 |
| Hex | 7B | 33 | 2C | 0 | 3B | 40 | 34 | 5 | 2F | 21 |
| Octal | 173 | 63 | 54 | 0 | 73 | 100 | 64 | 5 | 57 | 41 |
| Binary | 1111011 | 110011 | 101100 | 0 | 111011 | 1000000 | 110100 | 101 | 101111 | 100001 |
Color Harmonies of #7B332C
Complementary color
Monochromatic Colors of #7B332C
Black with #7B332C
Text Example
Text Example
White with #7B332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B332C; }
p { color: rgb(123,51,44); }
H1.HeaderClassName
{
color: #7B332C;
}
.AnyTagClassName
{
color: #7B332C;
}
</style>
background-color css
<style>
a { background-color: #7B332C; }
a { background-color: rgb(123,51,44); }
div.DivClassName
{
background-color: #7B332C;
}
.BgClassName
{
background-color: #7B332C;
}
</style>
border-color css
<style>
span { border-color: #7B332C; }
span { border-color: rgb(123,51,44); }
td.TdClassName
{
border-color: #7B332C;
}
.TagClassName
{
border-color: #7B332C;
}
</style>