Shades of Lusty #7F2820
Tints of Lusty #7F2820
RGB
CMYK
RGB Variations
Color information
#7F2820 (or 0x7F2820) is known color: Lusty. HEX triplet: 7F, 28 and 20. RGB value is (127,40,32). Sum of RGB (Red+Green+Blue) = 127+40+32=199 (26% of max value = 765). Red value is 127 (50% from 255 or 63.82% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2820 is #80D7DF. Grayscale: #414141. Windows color (decimal): -8443872 or 2107519. OLE color: 2107519.
HSL color Cylindrical-coordinate representation of color #7F2820: hue angle of 5.05º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F2820 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 40 | 32 | - |
| CMYK | 0 | 0.69 | 0.75 | 0.50 |
| HSL | 5.05º | 0.6% | 0.31% | - |
| HSV(B) | 5.05º | 0.75% | 0.5% | - |
| XYZ | 9.77 | 6.13 | 2.04 | - |
| YUV | 65.1 | 109.32 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 40 | 32 | 0 | 0.69 | 0.75 | 0.50 | 5.05 | 0.6 | 0.31 |
| Hex | 7F | 28 | 20 | 0 | 45 | 4B | 32 | 5 | 3C | 1F |
| Octal | 177 | 50 | 40 | 0 | 105 | 113 | 62 | 5 | 74 | 37 |
| Binary | 1111111 | 101000 | 100000 | 0 | 1000101 | 1001011 | 110010 | 101 | 111100 | 11111 |
Color Harmonies of #7F2820
Complementary color
Monochromatic Colors of #7F2820
Black with #7F2820
Text Example
Text Example
White with #7F2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2820; }
p { color: rgb(127,40,32); }
H1.HeaderClassName
{
color: #7F2820;
}
.AnyTagClassName
{
color: #7F2820;
}
</style>
background-color css
<style>
a { background-color: #7F2820; }
a { background-color: rgb(127,40,32); }
div.DivClassName
{
background-color: #7F2820;
}
.BgClassName
{
background-color: #7F2820;
}
</style>
border-color css
<style>
span { border-color: #7F2820; }
span { border-color: rgb(127,40,32); }
td.TdClassName
{
border-color: #7F2820;
}
.TagClassName
{
border-color: #7F2820;
}
</style>