Shades of Lusty #7C2E24
Tints of Lusty #7C2E24
RGB
CMYK
RGB Variations
Color information
#7C2E24 (or 0x7C2E24) is known color: Lusty. HEX triplet: 7C, 2E and 24. RGB value is (124,46,36). Sum of RGB (Red+Green+Blue) = 124+46+36=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 36 (14.45% from 255 or 17.48% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2E24 is #83D1DB. Grayscale: #444444. Windows color (decimal): -8638940 or 2371196. OLE color: 2371196.
HSL color Cylindrical-coordinate representation of color #7C2E24: hue angle of 6.82º 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 #7C2E24 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 46 | 36 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.51 |
| HSL | 6.82º | 0.55% | 0.31% | - |
| HSV(B) | 6.82º | 0.71% | 0.49% | - |
| XYZ | 9.61 | 6.37 | 2.39 | - |
| YUV | 68.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 46 | 36 | 0 | 0.63 | 0.71 | 0.51 | 6.82 | 0.55 | 0.31 |
| Hex | 7C | 2E | 24 | 0 | 3F | 47 | 33 | 7 | 37 | 1F |
| Octal | 174 | 56 | 44 | 0 | 77 | 107 | 63 | 7 | 67 | 37 |
| Binary | 1111100 | 101110 | 100100 | 0 | 111111 | 1000111 | 110011 | 111 | 110111 | 11111 |
Color Harmonies of #7C2E24
Complementary color
Monochromatic Colors of #7C2E24
Black with #7C2E24
Text Example
Text Example
White with #7C2E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2E24; }
p { color: rgb(124,46,36); }
H1.HeaderClassName
{
color: #7C2E24;
}
.AnyTagClassName
{
color: #7C2E24;
}
</style>
background-color css
<style>
a { background-color: #7C2E24; }
a { background-color: rgb(124,46,36); }
div.DivClassName
{
background-color: #7C2E24;
}
.BgClassName
{
background-color: #7C2E24;
}
</style>
border-color css
<style>
span { border-color: #7C2E24; }
span { border-color: rgb(124,46,36); }
td.TdClassName
{
border-color: #7C2E24;
}
.TagClassName
{
border-color: #7C2E24;
}
</style>