Shades of Lusty #77322E
Tints of Lusty #77322E
RGB
CMYK
RGB Variations
Color information
#77322E (or 0x77322E) is known color: Lusty. HEX triplet: 77, 32 and 2E. RGB value is (119,50,46). Sum of RGB (Red+Green+Blue) = 119+50+46=215 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.35% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 119 - color contains mainly: red. Hex color #77322E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77322E is #88CDD1. Grayscale: #464646. Windows color (decimal): -8965586 or 3027575. OLE color: 3027575.
HSL color Cylindrical-coordinate representation of color #77322E: hue angle of 3.29º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #77322E is Cyan = 0, Magento = 0.58, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 46 | - |
| CMYK | 0 | 0.58 | 0.61 | 0.53 |
| HSL | 3.29º | 0.44% | 0.32% | - |
| HSV(B) | 3.29º | 0.61% | 0.47% | - |
| XYZ | 9.24 | 6.4 | 3.33 | - |
| YUV | 70.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 46 | 0 | 0.58 | 0.61 | 0.53 | 3.29 | 0.44 | 0.32 |
| Hex | 77 | 32 | 2E | 0 | 3A | 3D | 35 | 3 | 2C | 20 |
| Octal | 167 | 62 | 56 | 0 | 72 | 75 | 65 | 3 | 54 | 40 |
| Binary | 1110111 | 110010 | 101110 | 0 | 111010 | 111101 | 110101 | 11 | 101100 | 100000 |
Color Harmonies of #77322E
Complementary color
Monochromatic Colors of #77322E
Black with #77322E
Text Example
Text Example
White with #77322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77322E; }
p { color: rgb(119,50,46); }
H1.HeaderClassName
{
color: #77322E;
}
.AnyTagClassName
{
color: #77322E;
}
</style>
background-color css
<style>
a { background-color: #77322E; }
a { background-color: rgb(119,50,46); }
div.DivClassName
{
background-color: #77322E;
}
.BgClassName
{
background-color: #77322E;
}
</style>
border-color css
<style>
span { border-color: #77322E; }
span { border-color: rgb(119,50,46); }
td.TdClassName
{
border-color: #77322E;
}
.TagClassName
{
border-color: #77322E;
}
</style>