Shades of Lusty #7E2723
Tints of Lusty #7E2723
RGB
CMYK
RGB Variations
Color information
#7E2723 (or 0x7E2723) is known color: Lusty. HEX triplet: 7E, 27 and 23. RGB value is (126,39,35). Sum of RGB (Red+Green+Blue) = 126+39+35=200 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 35 (14.06% from 255 or 17.5% from 200); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E2723 is #81D8DC. Grayscale: #404040. Windows color (decimal): -8509661 or 2303870. OLE color: 2303870.
HSL color Cylindrical-coordinate representation of color #7E2723: hue angle of 2.64º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7E2723 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 39 | 35 | - |
| CMYK | 0 | 0.69 | 0.72 | 0.51 |
| HSL | 2.64º | 0.57% | 0.32% | - |
| HSV(B) | 2.64º | 0.72% | 0.49% | - |
| XYZ | 9.63 | 6.01 | 2.24 | - |
| YUV | 64.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 39 | 35 | 0 | 0.69 | 0.72 | 0.51 | 2.64 | 0.57 | 0.32 |
| Hex | 7E | 27 | 23 | 0 | 45 | 48 | 33 | 3 | 39 | 20 |
| Octal | 176 | 47 | 43 | 0 | 105 | 110 | 63 | 3 | 71 | 40 |
| Binary | 1111110 | 100111 | 100011 | 0 | 1000101 | 1001000 | 110011 | 11 | 111001 | 100000 |
Color Harmonies of #7E2723
Complementary color
Monochromatic Colors of #7E2723
Black with #7E2723
Text Example
Text Example
White with #7E2723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2723; }
p { color: rgb(126,39,35); }
H1.HeaderClassName
{
color: #7E2723;
}
.AnyTagClassName
{
color: #7E2723;
}
</style>
background-color css
<style>
a { background-color: #7E2723; }
a { background-color: rgb(126,39,35); }
div.DivClassName
{
background-color: #7E2723;
}
.BgClassName
{
background-color: #7E2723;
}
</style>
border-color css
<style>
span { border-color: #7E2723; }
span { border-color: rgb(126,39,35); }
td.TdClassName
{
border-color: #7E2723;
}
.TagClassName
{
border-color: #7E2723;
}
</style>