Shades of Lusty #7C2C28
Tints of Lusty #7C2C28
RGB
CMYK
RGB Variations
Color information
#7C2C28 (or 0x7C2C28) is known color: Lusty. HEX triplet: 7C, 2C and 28. RGB value is (124,44,40). Sum of RGB (Red+Green+Blue) = 124+44+40=208 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.62% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 40 (16.02% from 255 or 19.23% from 208); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2C28 is #83D3D7. Grayscale: #434343. Windows color (decimal): -8639448 or 2632828. OLE color: 2632828.
HSL color Cylindrical-coordinate representation of color #7C2C28: hue angle of 2.86º 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 #7C2C28 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 44 | 40 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.51 |
| HSL | 2.86º | 0.51% | 0.32% | - |
| HSV(B) | 2.86º | 0.68% | 0.49% | - |
| XYZ | 9.6 | 6.24 | 2.71 | - |
| YUV | 67.46 | 112.5 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 44 | 40 | 0 | 0.65 | 0.68 | 0.51 | 2.86 | 0.51 | 0.32 |
| Hex | 7C | 2C | 28 | 0 | 41 | 44 | 33 | 3 | 33 | 20 |
| Octal | 174 | 54 | 50 | 0 | 101 | 104 | 63 | 3 | 63 | 40 |
| Binary | 1111100 | 101100 | 101000 | 0 | 1000001 | 1000100 | 110011 | 11 | 110011 | 100000 |
Color Harmonies of #7C2C28
Complementary color
Monochromatic Colors of #7C2C28
Black with #7C2C28
Text Example
Text Example
White with #7C2C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2C28; }
p { color: rgb(124,44,40); }
H1.HeaderClassName
{
color: #7C2C28;
}
.AnyTagClassName
{
color: #7C2C28;
}
</style>
background-color css
<style>
a { background-color: #7C2C28; }
a { background-color: rgb(124,44,40); }
div.DivClassName
{
background-color: #7C2C28;
}
.BgClassName
{
background-color: #7C2C28;
}
</style>
border-color css
<style>
span { border-color: #7C2C28; }
span { border-color: rgb(124,44,40); }
td.TdClassName
{
border-color: #7C2C28;
}
.TagClassName
{
border-color: #7C2C28;
}
</style>