Shades of Lusty #7E332F
Tints of Lusty #7E332F
RGB
CMYK
RGB Variations
Color information
#7E332F (or 0x7E332F) is known color: Lusty. HEX triplet: 7E, 33 and 2F. RGB value is (126,51,47). Sum of RGB (Red+Green+Blue) = 126+51+47=224 (29% of max value = 765). Red value is 126 (49.61% from 255 or 56.25% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 126 - color contains mainly: red. Hex color #7E332F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E332F is #81CCD0. Grayscale: #494949. Windows color (decimal): -8506577 or 3093374. OLE color: 3093374.
HSL color Cylindrical-coordinate representation of color #7E332F: hue angle of 3.04º degrees, saturation: 0.46, 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 #7E332F is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 47 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.51 |
| HSL | 3.04º | 0.46% | 0.34% | - |
| HSV(B) | 3.04º | 0.63% | 0.49% | - |
| XYZ | 10.3 | 7.01 | 3.5 | - |
| YUV | 72.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 47 | 0 | 0.60 | 0.63 | 0.51 | 3.04 | 0.46 | 0.34 |
| Hex | 7E | 33 | 2F | 0 | 3C | 3F | 33 | 3 | 2E | 22 |
| Octal | 176 | 63 | 57 | 0 | 74 | 77 | 63 | 3 | 56 | 42 |
| Binary | 1111110 | 110011 | 101111 | 0 | 111100 | 111111 | 110011 | 11 | 101110 | 100010 |
Color Harmonies of #7E332F
Complementary color
Monochromatic Colors of #7E332F
Black with #7E332F
Text Example
Text Example
White with #7E332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E332F; }
p { color: rgb(126,51,47); }
H1.HeaderClassName
{
color: #7E332F;
}
.AnyTagClassName
{
color: #7E332F;
}
</style>
background-color css
<style>
a { background-color: #7E332F; }
a { background-color: rgb(126,51,47); }
div.DivClassName
{
background-color: #7E332F;
}
.BgClassName
{
background-color: #7E332F;
}
</style>
border-color css
<style>
span { border-color: #7E332F; }
span { border-color: rgb(126,51,47); }
td.TdClassName
{
border-color: #7E332F;
}
.TagClassName
{
border-color: #7E332F;
}
</style>