Shades of Lusty #7F322A
Tints of Lusty #7F322A
RGB
CMYK
RGB Variations
Color information
#7F322A (or 0x7F322A) is known color: Lusty. HEX triplet: 7F, 32 and 2A. RGB value is (127,50,42). Sum of RGB (Red+Green+Blue) = 127+50+42=219 (29% of max value = 765). Red value is 127 (50% from 255 or 57.99% from 219); Green value is 50 (19.92% from 255 or 22.83% from 219); Blue value is 42 (16.80% from 255 or 19.18% from 219); Max value from RGB is 127 - color contains mainly: red. Hex color #7F322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F322A is #80CDD5. Grayscale: #484848. Windows color (decimal): -8441302 or 2765439. OLE color: 2765439.
HSL color Cylindrical-coordinate representation of color #7F322A: hue angle of 5.65º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7F322A is Cyan = 0, Magento = 0.61, Yellow = 0.67 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 42 | - |
| CMYK | 0 | 0.61 | 0.67 | 0.50 |
| HSL | 5.65º | 0.5% | 0.33% | - |
| HSV(B) | 5.65º | 0.67% | 0.5% | - |
| XYZ | 10.31 | 6.96 | 2.99 | - |
| YUV | 72.11 | 111.01 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 42 | 0 | 0.61 | 0.67 | 0.50 | 5.65 | 0.5 | 0.33 |
| Hex | 7F | 32 | 2A | 0 | 3D | 43 | 32 | 6 | 32 | 21 |
| Octal | 177 | 62 | 52 | 0 | 75 | 103 | 62 | 6 | 62 | 41 |
| Binary | 1111111 | 110010 | 101010 | 0 | 111101 | 1000011 | 110010 | 110 | 110010 | 100001 |
Color Harmonies of #7F322A
Complementary color
Monochromatic Colors of #7F322A
Black with #7F322A
Text Example
Text Example
White with #7F322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F322A; }
p { color: rgb(127,50,42); }
H1.HeaderClassName
{
color: #7F322A;
}
.AnyTagClassName
{
color: #7F322A;
}
</style>
background-color css
<style>
a { background-color: #7F322A; }
a { background-color: rgb(127,50,42); }
div.DivClassName
{
background-color: #7F322A;
}
.BgClassName
{
background-color: #7F322A;
}
</style>
border-color css
<style>
span { border-color: #7F322A; }
span { border-color: rgb(127,50,42); }
td.TdClassName
{
border-color: #7F322A;
}
.TagClassName
{
border-color: #7F322A;
}
</style>