Shades of Lusty #7F302B
Tints of Lusty #7F302B
RGB
CMYK
RGB Variations
Color information
#7F302B (or 0x7F302B) is known color: Lusty. HEX triplet: 7F, 30 and 2B. RGB value is (127,48,43). Sum of RGB (Red+Green+Blue) = 127+48+43=218 (28% of max value = 765). Red value is 127 (50% from 255 or 58.26% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 127 - color contains mainly: red. Hex color #7F302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F302B is #80CFD4. Grayscale: #474747. Windows color (decimal): -8441813 or 2830463. OLE color: 2830463.
HSL color Cylindrical-coordinate representation of color #7F302B: hue angle of 3.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7F302B is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 48 | 43 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.50 |
| HSL | 3.57º | 0.49% | 0.33% | - |
| HSV(B) | 3.57º | 0.66% | 0.5% | - |
| XYZ | 10.25 | 6.8 | 3.06 | - |
| YUV | 71.05 | 112.17 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 48 | 43 | 0 | 0.62 | 0.66 | 0.50 | 3.57 | 0.49 | 0.33 |
| Hex | 7F | 30 | 2B | 0 | 3E | 42 | 32 | 4 | 31 | 21 |
| Octal | 177 | 60 | 53 | 0 | 76 | 102 | 62 | 4 | 61 | 41 |
| Binary | 1111111 | 110000 | 101011 | 0 | 111110 | 1000010 | 110010 | 100 | 110001 | 100001 |
Color Harmonies of #7F302B
Complementary color
Monochromatic Colors of #7F302B
Black with #7F302B
Text Example
Text Example
White with #7F302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F302B; }
p { color: rgb(127,48,43); }
H1.HeaderClassName
{
color: #7F302B;
}
.AnyTagClassName
{
color: #7F302B;
}
</style>
background-color css
<style>
a { background-color: #7F302B; }
a { background-color: rgb(127,48,43); }
div.DivClassName
{
background-color: #7F302B;
}
.BgClassName
{
background-color: #7F302B;
}
</style>
border-color css
<style>
span { border-color: #7F302B; }
span { border-color: rgb(127,48,43); }
td.TdClassName
{
border-color: #7F302B;
}
.TagClassName
{
border-color: #7F302B;
}
</style>