Shades of Lusty #7D322E
Tints of Lusty #7D322E
RGB
CMYK
RGB Variations
Color information
#7D322E (or 0x7D322E) is known color: Lusty. HEX triplet: 7D, 32 and 2E. RGB value is (125,50,46). Sum of RGB (Red+Green+Blue) = 125+50+46=221 (29% of max value = 765). Red value is 125 (49.22% from 255 or 56.56% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 125 - color contains mainly: red. Hex color #7D322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D322E is #82CDD1. Grayscale: #484848. Windows color (decimal): -8572370 or 3027581. OLE color: 3027581.
HSL color Cylindrical-coordinate representation of color #7D322E: 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 #7D322E is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 50 | 46 | - |
| 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.09 | 6.84 | 3.37 | - |
| YUV | 71.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 50 | 46 | 0 | 0.60 | 0.63 | 0.51 | 3.04 | 0.46 | 0.34 |
| Hex | 7D | 32 | 2E | 0 | 3C | 3F | 33 | 3 | 2E | 22 |
| Octal | 175 | 62 | 56 | 0 | 74 | 77 | 63 | 3 | 56 | 42 |
| Binary | 1111101 | 110010 | 101110 | 0 | 111100 | 111111 | 110011 | 11 | 101110 | 100010 |
Color Harmonies of #7D322E
Complementary color
Monochromatic Colors of #7D322E
Black with #7D322E
Text Example
Text Example
White with #7D322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D322E; }
p { color: rgb(125,50,46); }
H1.HeaderClassName
{
color: #7D322E;
}
.AnyTagClassName
{
color: #7D322E;
}
</style>
background-color css
<style>
a { background-color: #7D322E; }
a { background-color: rgb(125,50,46); }
div.DivClassName
{
background-color: #7D322E;
}
.BgClassName
{
background-color: #7D322E;
}
</style>
border-color css
<style>
span { border-color: #7D322E; }
span { border-color: rgb(125,50,46); }
td.TdClassName
{
border-color: #7D322E;
}
.TagClassName
{
border-color: #7D322E;
}
</style>