Shades of Lusty #7C2620
Tints of Lusty #7C2620
RGB
CMYK
RGB Variations
Color information
#7C2620 (or 0x7C2620) is known color: Lusty. HEX triplet: 7C, 26 and 20. RGB value is (124,38,32). Sum of RGB (Red+Green+Blue) = 124+38+32=194 (25% of max value = 765). Red value is 124 (48.83% from 255 or 63.92% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 32 (12.89% from 255 or 16.49% from 194); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C2620 is #83D9DF. Grayscale: #3F3F3F. Windows color (decimal): -8640992 or 2107004. OLE color: 2107004.
HSL color Cylindrical-coordinate representation of color #7C2620: hue angle of 3.91º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7C2620 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 38 | 32 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.51 |
| HSL | 3.91º | 0.59% | 0.31% | - |
| HSV(B) | 3.91º | 0.74% | 0.49% | - |
| XYZ | 9.27 | 5.78 | 1.99 | - |
| YUV | 63.03 | 110.49 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 32 | 0 | 0.69 | 0.74 | 0.51 | 3.91 | 0.59 | 0.31 |
| Hex | 7C | 26 | 20 | 0 | 45 | 4A | 33 | 4 | 3B | 1F |
| Octal | 174 | 46 | 40 | 0 | 105 | 112 | 63 | 4 | 73 | 37 |
| Binary | 1111100 | 100110 | 100000 | 0 | 1000101 | 1001010 | 110011 | 100 | 111011 | 11111 |
Color Harmonies of #7C2620
Complementary color
Monochromatic Colors of #7C2620
Black with #7C2620
Text Example
Text Example
White with #7C2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2620; }
p { color: rgb(124,38,32); }
H1.HeaderClassName
{
color: #7C2620;
}
.AnyTagClassName
{
color: #7C2620;
}
</style>
background-color css
<style>
a { background-color: #7C2620; }
a { background-color: rgb(124,38,32); }
div.DivClassName
{
background-color: #7C2620;
}
.BgClassName
{
background-color: #7C2620;
}
</style>
border-color css
<style>
span { border-color: #7C2620; }
span { border-color: rgb(124,38,32); }
td.TdClassName
{
border-color: #7C2620;
}
.TagClassName
{
border-color: #7C2620;
}
</style>