Shades of Lusty #7F3026
Tints of Lusty #7F3026
RGB
CMYK
RGB Variations
Color information
#7F3026 (or 0x7F3026) is known color: Lusty. HEX triplet: 7F, 30 and 26. RGB value is (127,48,38). Sum of RGB (Red+Green+Blue) = 127+48+38=213 (28% of max value = 765). Red value is 127 (50% from 255 or 59.62% from 213); Green value is 48 (19.14% from 255 or 22.54% from 213); Blue value is 38 (15.23% from 255 or 17.84% from 213); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3026 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3026 is #80CFD9. Grayscale: #464646. Windows color (decimal): -8441818 or 2502783. OLE color: 2502783.
HSL color Cylindrical-coordinate representation of color #7F3026: hue angle of 6.74º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F3026 is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 38 | - |
| CMYK | 0 | 0.62 | 0.70 | 0.50 |
| HSL | 6.74º | 0.54% | 0.32% | - |
| HSV(B) | 6.74º | 0.7% | 0.5% | - |
| XYZ | 10.16 | 6.77 | 2.6 | - |
| YUV | 70.48 | 109.67 | 168.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 38 | 0 | 0.62 | 0.70 | 0.50 | 6.74 | 0.54 | 0.32 |
| Hex | 7F | 30 | 26 | 0 | 3E | 46 | 32 | 7 | 36 | 20 |
| Octal | 177 | 60 | 46 | 0 | 76 | 106 | 62 | 7 | 66 | 40 |
| Binary | 1111111 | 110000 | 100110 | 0 | 111110 | 1000110 | 110010 | 111 | 110110 | 100000 |
Color Harmonies of #7F3026
Complementary color
Monochromatic Colors of #7F3026
Black with #7F3026
Text Example
Text Example
White with #7F3026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3026; }
p { color: rgb(127,48,38); }
H1.HeaderClassName
{
color: #7F3026;
}
.AnyTagClassName
{
color: #7F3026;
}
</style>
background-color css
<style>
a { background-color: #7F3026; }
a { background-color: rgb(127,48,38); }
div.DivClassName
{
background-color: #7F3026;
}
.BgClassName
{
background-color: #7F3026;
}
</style>
border-color css
<style>
span { border-color: #7F3026; }
span { border-color: rgb(127,48,38); }
td.TdClassName
{
border-color: #7F3026;
}
.TagClassName
{
border-color: #7F3026;
}
</style>