Shades of Lusty #77322A
Tints of Lusty #77322A
RGB
CMYK
RGB Variations
Color information
#77322A (or 0x77322A) is known color: Lusty. HEX triplet: 77, 32 and 2A. RGB value is (119,50,42). Sum of RGB (Red+Green+Blue) = 119+50+42=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #77322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77322A is #88CDD5. Grayscale: #454545. Windows color (decimal): -8965590 or 2765431. OLE color: 2765431.
HSL color Cylindrical-coordinate representation of color #77322A: hue angle of 6.23º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77322A is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 42 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.53 |
| HSL | 6.23º | 0.48% | 0.32% | - |
| HSV(B) | 6.23º | 0.65% | 0.47% | - |
| XYZ | 9.17 | 6.37 | 2.94 | - |
| YUV | 69.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 42 | 0 | 0.58 | 0.65 | 0.53 | 6.23 | 0.48 | 0.32 |
| Hex | 77 | 32 | 2A | 0 | 3A | 41 | 35 | 6 | 30 | 20 |
| Octal | 167 | 62 | 52 | 0 | 72 | 101 | 65 | 6 | 60 | 40 |
| Binary | 1110111 | 110010 | 101010 | 0 | 111010 | 1000001 | 110101 | 110 | 110000 | 100000 |
Color Harmonies of #77322A
Complementary color
Monochromatic Colors of #77322A
Black with #77322A
Text Example
Text Example
White with #77322A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77322A; }
p { color: rgb(119,50,42); }
H1.HeaderClassName
{
color: #77322A;
}
.AnyTagClassName
{
color: #77322A;
}
</style>
background-color css
<style>
a { background-color: #77322A; }
a { background-color: rgb(119,50,42); }
div.DivClassName
{
background-color: #77322A;
}
.BgClassName
{
background-color: #77322A;
}
</style>
border-color css
<style>
span { border-color: #77322A; }
span { border-color: rgb(119,50,42); }
td.TdClassName
{
border-color: #77322A;
}
.TagClassName
{
border-color: #77322A;
}
</style>