Shades of Lusty #7F3028
Tints of Lusty #7F3028
RGB
CMYK
RGB Variations
Color information
#7F3028 (or 0x7F3028) is known color: Lusty. HEX triplet: 7F, 30 and 28. RGB value is (127,48,40). Sum of RGB (Red+Green+Blue) = 127+48+40=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3028 is #80CFD7. Grayscale: #464646. Windows color (decimal): -8441816 or 2633855. OLE color: 2633855.
HSL color Cylindrical-coordinate representation of color #7F3028: hue angle of 5.52º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F3028 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 40 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.50 |
| HSL | 5.52º | 0.52% | 0.33% | - |
| HSV(B) | 5.52º | 0.69% | 0.5% | - |
| XYZ | 10.19 | 6.78 | 2.78 | - |
| YUV | 70.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 40 | 0 | 0.62 | 0.69 | 0.50 | 5.52 | 0.52 | 0.33 |
| Hex | 7F | 30 | 28 | 0 | 3E | 45 | 32 | 6 | 34 | 21 |
| Octal | 177 | 60 | 50 | 0 | 76 | 105 | 62 | 6 | 64 | 41 |
| Binary | 1111111 | 110000 | 101000 | 0 | 111110 | 1000101 | 110010 | 110 | 110100 | 100001 |
Color Harmonies of #7F3028
Complementary color
Monochromatic Colors of #7F3028
Black with #7F3028
Text Example
Text Example
White with #7F3028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3028; }
p { color: rgb(127,48,40); }
H1.HeaderClassName
{
color: #7F3028;
}
.AnyTagClassName
{
color: #7F3028;
}
</style>
background-color css
<style>
a { background-color: #7F3028; }
a { background-color: rgb(127,48,40); }
div.DivClassName
{
background-color: #7F3028;
}
.BgClassName
{
background-color: #7F3028;
}
</style>
border-color css
<style>
span { border-color: #7F3028; }
span { border-color: rgb(127,48,40); }
td.TdClassName
{
border-color: #7F3028;
}
.TagClassName
{
border-color: #7F3028;
}
</style>