Shades of Lusty #7C2924
Tints of Lusty #7C2924
RGB
CMYK
RGB Variations
Color information
#7C2924 (or 0x7C2924) is known color: Lusty. HEX triplet: 7C, 29 and 24. RGB value is (124,41,36). Sum of RGB (Red+Green+Blue) = 124+41+36=201 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.69% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2924 is #83D6DB. Grayscale: #414141. Windows color (decimal): -8640220 or 2369916. OLE color: 2369916.
HSL color Cylindrical-coordinate representation of color #7C2924: hue angle of 3.41º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C2924 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 36 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.51 |
| HSL | 3.41º | 0.55% | 0.31% | - |
| HSV(B) | 3.41º | 0.71% | 0.49% | - |
| XYZ | 9.42 | 6 | 2.33 | - |
| YUV | 65.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 36 | 0 | 0.67 | 0.71 | 0.51 | 3.41 | 0.55 | 0.31 |
| Hex | 7C | 29 | 24 | 0 | 43 | 47 | 33 | 3 | 37 | 1F |
| Octal | 174 | 51 | 44 | 0 | 103 | 107 | 63 | 3 | 67 | 37 |
| Binary | 1111100 | 101001 | 100100 | 0 | 1000011 | 1000111 | 110011 | 11 | 110111 | 11111 |
Color Harmonies of #7C2924
Complementary color
Monochromatic Colors of #7C2924
Black with #7C2924
Text Example
Text Example
White with #7C2924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2924; }
p { color: rgb(124,41,36); }
H1.HeaderClassName
{
color: #7C2924;
}
.AnyTagClassName
{
color: #7C2924;
}
</style>
background-color css
<style>
a { background-color: #7C2924; }
a { background-color: rgb(124,41,36); }
div.DivClassName
{
background-color: #7C2924;
}
.BgClassName
{
background-color: #7C2924;
}
</style>
border-color css
<style>
span { border-color: #7C2924; }
span { border-color: rgb(124,41,36); }
td.TdClassName
{
border-color: #7C2924;
}
.TagClassName
{
border-color: #7C2924;
}
</style>