Shades of Lusty #7C2926
Tints of Lusty #7C2926
RGB
CMYK
RGB Variations
Color information
#7C2926 (or 0x7C2926) is known color: Lusty. HEX triplet: 7C, 29 and 26. RGB value is (124,41,38). Sum of RGB (Red+Green+Blue) = 124+41+38=203 (26% of max value = 765). Red value is 124 (48.83% from 255 or 61.08% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2926 is #83D6D9. Grayscale: #414141. Windows color (decimal): -8640218 or 2500988. OLE color: 2500988.
HSL color Cylindrical-coordinate representation of color #7C2926: hue angle of 2.09º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7C2926 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 41 | 38 | - |
| CMYK | 0 | 0.67 | 0.69 | 0.51 |
| HSL | 2.09º | 0.53% | 0.32% | - |
| HSV(B) | 2.09º | 0.69% | 0.49% | - |
| XYZ | 9.45 | 6.01 | 2.5 | - |
| YUV | 65.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 41 | 38 | 0 | 0.67 | 0.69 | 0.51 | 2.09 | 0.53 | 0.32 |
| Hex | 7C | 29 | 26 | 0 | 43 | 45 | 33 | 2 | 35 | 20 |
| Octal | 174 | 51 | 46 | 0 | 103 | 105 | 63 | 2 | 65 | 40 |
| Binary | 1111100 | 101001 | 100110 | 0 | 1000011 | 1000101 | 110011 | 10 | 110101 | 100000 |
Color Harmonies of #7C2926
Complementary color
Monochromatic Colors of #7C2926
Black with #7C2926
Text Example
Text Example
White with #7C2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2926; }
p { color: rgb(124,41,38); }
H1.HeaderClassName
{
color: #7C2926;
}
.AnyTagClassName
{
color: #7C2926;
}
</style>
background-color css
<style>
a { background-color: #7C2926; }
a { background-color: rgb(124,41,38); }
div.DivClassName
{
background-color: #7C2926;
}
.BgClassName
{
background-color: #7C2926;
}
</style>
border-color css
<style>
span { border-color: #7C2926; }
span { border-color: rgb(124,41,38); }
td.TdClassName
{
border-color: #7C2926;
}
.TagClassName
{
border-color: #7C2926;
}
</style>