Shades of Lusty #7C3028
Tints of Lusty #7C3028
RGB
CMYK
RGB Variations
Color information
#7C3028 (or 0x7C3028) is known color: Lusty. HEX triplet: 7C, 30 and 28. RGB value is (124,48,40). Sum of RGB (Red+Green+Blue) = 124+48+40=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3028 is #83CFD7. Grayscale: #454545. Windows color (decimal): -8638424 or 2633852. OLE color: 2633852.
HSL color Cylindrical-coordinate representation of color #7C3028: hue angle of 5.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C3028 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 48 | 40 | - |
| CMYK | 0 | 0.61 | 0.68 | 0.51 |
| HSL | 5.71º | 0.51% | 0.32% | - |
| HSV(B) | 5.71º | 0.68% | 0.49% | - |
| XYZ | 9.75 | 6.55 | 2.76 | - |
| YUV | 69.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 48 | 40 | 0 | 0.61 | 0.68 | 0.51 | 5.71 | 0.51 | 0.32 |
| Hex | 7C | 30 | 28 | 0 | 3D | 44 | 33 | 6 | 33 | 20 |
| Octal | 174 | 60 | 50 | 0 | 75 | 104 | 63 | 6 | 63 | 40 |
| Binary | 1111100 | 110000 | 101000 | 0 | 111101 | 1000100 | 110011 | 110 | 110011 | 100000 |
Color Harmonies of #7C3028
Complementary color
Monochromatic Colors of #7C3028
Black with #7C3028
Text Example
Text Example
White with #7C3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3028; }
p { color: rgb(124,48,40); }
H1.HeaderClassName
{
color: #7C3028;
}
.AnyTagClassName
{
color: #7C3028;
}
</style>
background-color css
<style>
a { background-color: #7C3028; }
a { background-color: rgb(124,48,40); }
div.DivClassName
{
background-color: #7C3028;
}
.BgClassName
{
background-color: #7C3028;
}
</style>
border-color css
<style>
span { border-color: #7C3028; }
span { border-color: rgb(124,48,40); }
td.TdClassName
{
border-color: #7C3028;
}
.TagClassName
{
border-color: #7C3028;
}
</style>