Shades of Lusty #7E2E2E
Tints of Lusty #7E2E2E
RGB
CMYK
RGB Variations
Color information
#7E2E2E (or 0x7E2E2E) is known color: Lusty. HEX triplet: 7E, 2E and 2E. RGB value is (126,46,46). Sum of RGB (Red+Green+Blue) = 126+46+46=218 (28% of max value = 765). Red value is 126 (49.61% from 255 or 57.80% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2E2E is #81D1D1. Grayscale: #464646. Windows color (decimal): -8507858 or 3026558. OLE color: 3026558.
HSL color Cylindrical-coordinate representation of color #7E2E2E: hue angle of 0º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E2E2E is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 46 | 46 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.51 |
| HSL | 0º | 0.47% | 0.34% | - |
| HSV(B) | 0º | 0.63% | 0.49% | - |
| XYZ | 10.07 | 6.59 | 3.33 | - |
| YUV | 69.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 46 | 0 | 0.63 | 0.63 | 0.51 | 0 | 0.47 | 0.34 |
| Hex | 7E | 2E | 2E | 0 | 3F | 3F | 33 | 0 | 2F | 22 |
| Octal | 176 | 56 | 56 | 0 | 77 | 77 | 63 | 0 | 57 | 42 |
| Binary | 1111110 | 101110 | 101110 | 0 | 111111 | 111111 | 110011 | 0 | 101111 | 100010 |
Color Harmonies of #7E2E2E
Complementary color
Monochromatic Colors of #7E2E2E
Black with #7E2E2E
Text Example
Text Example
White with #7E2E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2E2E; }
p { color: rgb(126,46,46); }
H1.HeaderClassName
{
color: #7E2E2E;
}
.AnyTagClassName
{
color: #7E2E2E;
}
</style>
background-color css
<style>
a { background-color: #7E2E2E; }
a { background-color: rgb(126,46,46); }
div.DivClassName
{
background-color: #7E2E2E;
}
.BgClassName
{
background-color: #7E2E2E;
}
</style>
border-color css
<style>
span { border-color: #7E2E2E; }
span { border-color: rgb(126,46,46); }
td.TdClassName
{
border-color: #7E2E2E;
}
.TagClassName
{
border-color: #7E2E2E;
}
</style>