Shades of Lusty #7C3024
Tints of Lusty #7C3024
RGB
CMYK
RGB Variations
Color information
#7C3024 (or 0x7C3024) is known color: Lusty. HEX triplet: 7C, 30 and 24. RGB value is (124,48,36). Sum of RGB (Red+Green+Blue) = 124+48+36=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3024 is #83CFDB. Grayscale: #454545. Windows color (decimal): -8638428 or 2371708. OLE color: 2371708.
HSL color Cylindrical-coordinate representation of color #7C3024: hue angle of 8.18º 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 #7C3024 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 36 | - |
| CMYK | 0 | 0.61 | 0.71 | 0.51 |
| HSL | 8.18º | 0.55% | 0.31% | - |
| HSV(B) | 8.18º | 0.71% | 0.49% | - |
| XYZ | 9.69 | 6.53 | 2.42 | - |
| YUV | 69.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 36 | 0 | 0.61 | 0.71 | 0.51 | 8.18 | 0.55 | 0.31 |
| Hex | 7C | 30 | 24 | 0 | 3D | 47 | 33 | 8 | 37 | 1F |
| Octal | 174 | 60 | 44 | 0 | 75 | 107 | 63 | 10 | 67 | 37 |
| Binary | 1111100 | 110000 | 100100 | 0 | 111101 | 1000111 | 110011 | 1000 | 110111 | 11111 |
Color Harmonies of #7C3024
Complementary color
Monochromatic Colors of #7C3024
Black with #7C3024
Text Example
Text Example
White with #7C3024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3024; }
p { color: rgb(124,48,36); }
H1.HeaderClassName
{
color: #7C3024;
}
.AnyTagClassName
{
color: #7C3024;
}
</style>
background-color css
<style>
a { background-color: #7C3024; }
a { background-color: rgb(124,48,36); }
div.DivClassName
{
background-color: #7C3024;
}
.BgClassName
{
background-color: #7C3024;
}
</style>
border-color css
<style>
span { border-color: #7C3024; }
span { border-color: rgb(124,48,36); }
td.TdClassName
{
border-color: #7C3024;
}
.TagClassName
{
border-color: #7C3024;
}
</style>