Shades of Lusty #7F2F2E
Tints of Lusty #7F2F2E
RGB
CMYK
RGB Variations
Color information
#7F2F2E (or 0x7F2F2E) is known color: Lusty. HEX triplet: 7F, 2F and 2E. RGB value is (127,47,46). Sum of RGB (Red+Green+Blue) = 127+47+46=220 (29% of max value = 765). Red value is 127 (50% from 255 or 57.73% from 220); Green value is 47 (18.75% from 255 or 21.36% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2F2E is #80D0D1. Grayscale: #464646. Windows color (decimal): -8442066 or 3026815. OLE color: 3026815.
HSL color Cylindrical-coordinate representation of color #7F2F2E: hue angle of 0.74º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F2F2E is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 47 | 46 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.50 |
| HSL | 0.74º | 0.47% | 0.34% | - |
| HSV(B) | 0.74º | 0.64% | 0.5% | - |
| XYZ | 10.26 | 6.74 | 3.35 | - |
| YUV | 70.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 47 | 46 | 0 | 0.63 | 0.64 | 0.50 | 0.74 | 0.47 | 0.34 |
| Hex | 7F | 2F | 2E | 0 | 3F | 40 | 32 | 1 | 2F | 22 |
| Octal | 177 | 57 | 56 | 0 | 77 | 100 | 62 | 1 | 57 | 42 |
| Binary | 1111111 | 101111 | 101110 | 0 | 111111 | 1000000 | 110010 | 1 | 101111 | 100010 |
Color Harmonies of #7F2F2E
Complementary color
Monochromatic Colors of #7F2F2E
Black with #7F2F2E
Text Example
Text Example
White with #7F2F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2F2E; }
p { color: rgb(127,47,46); }
H1.HeaderClassName
{
color: #7F2F2E;
}
.AnyTagClassName
{
color: #7F2F2E;
}
</style>
background-color css
<style>
a { background-color: #7F2F2E; }
a { background-color: rgb(127,47,46); }
div.DivClassName
{
background-color: #7F2F2E;
}
.BgClassName
{
background-color: #7F2F2E;
}
</style>
border-color css
<style>
span { border-color: #7F2F2E; }
span { border-color: rgb(127,47,46); }
td.TdClassName
{
border-color: #7F2F2E;
}
.TagClassName
{
border-color: #7F2F2E;
}
</style>