Shades of Lusty #7B2724
Tints of Lusty #7B2724
RGB
CMYK
RGB Variations
Color information
#7B2724 (or 0x7B2724) is known color: Lusty. HEX triplet: 7B, 27 and 24. RGB value is (123,39,36). Sum of RGB (Red+Green+Blue) = 123+39+36=198 (26% of max value = 765). Red value is 123 (48.44% from 255 or 62.12% from 198); Green value is 39 (15.62% from 255 or 19.70% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2724 is #84D8DB. Grayscale: #3F3F3F. Windows color (decimal): -8706268 or 2369403. OLE color: 2369403.
HSL color Cylindrical-coordinate representation of color #7B2724: hue angle of 2.07º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7B2724 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 39 | 36 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.52 |
| HSL | 2.07º | 0.55% | 0.31% | - |
| HSV(B) | 2.07º | 0.71% | 0.48% | - |
| XYZ | 9.21 | 5.79 | 2.3 | - |
| YUV | 63.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 39 | 36 | 0 | 0.68 | 0.71 | 0.52 | 2.07 | 0.55 | 0.31 |
| Hex | 7B | 27 | 24 | 0 | 44 | 47 | 34 | 2 | 37 | 1F |
| Octal | 173 | 47 | 44 | 0 | 104 | 107 | 64 | 2 | 67 | 37 |
| Binary | 1111011 | 100111 | 100100 | 0 | 1000100 | 1000111 | 110100 | 10 | 110111 | 11111 |
Color Harmonies of #7B2724
Complementary color
Monochromatic Colors of #7B2724
Black with #7B2724
Text Example
Text Example
White with #7B2724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2724; }
p { color: rgb(123,39,36); }
H1.HeaderClassName
{
color: #7B2724;
}
.AnyTagClassName
{
color: #7B2724;
}
</style>
background-color css
<style>
a { background-color: #7B2724; }
a { background-color: rgb(123,39,36); }
div.DivClassName
{
background-color: #7B2724;
}
.BgClassName
{
background-color: #7B2724;
}
</style>
border-color css
<style>
span { border-color: #7B2724; }
span { border-color: rgb(123,39,36); }
td.TdClassName
{
border-color: #7B2724;
}
.TagClassName
{
border-color: #7B2724;
}
</style>