Shades of Lusty #77312E
Tints of Lusty #77312E
RGB
CMYK
RGB Variations
Color information
#77312E (or 0x77312E) is known color: Lusty. HEX triplet: 77, 31 and 2E. RGB value is (119,49,46). Sum of RGB (Red+Green+Blue) = 119+49+46=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 46 (18.36% from 255 or 21.50% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77312E is #88CED1. Grayscale: #454545. Windows color (decimal): -8965842 or 3027319. OLE color: 3027319.
HSL color Cylindrical-coordinate representation of color #77312E: hue angle of 2.47º 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 #77312E is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 49 | 46 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.53 |
| HSL | 2.47º | 0.44% | 0.32% | - |
| HSV(B) | 2.47º | 0.61% | 0.47% | - |
| XYZ | 9.2 | 6.32 | 3.32 | - |
| YUV | 69.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 46 | 0 | 0.59 | 0.61 | 0.53 | 2.47 | 0.44 | 0.32 |
| Hex | 77 | 31 | 2E | 0 | 3B | 3D | 35 | 2 | 2C | 20 |
| Octal | 167 | 61 | 56 | 0 | 73 | 75 | 65 | 2 | 54 | 40 |
| Binary | 1110111 | 110001 | 101110 | 0 | 111011 | 111101 | 110101 | 10 | 101100 | 100000 |
Color Harmonies of #77312E
Complementary color
Monochromatic Colors of #77312E
Black with #77312E
Text Example
Text Example
White with #77312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77312E; }
p { color: rgb(119,49,46); }
H1.HeaderClassName
{
color: #77312E;
}
.AnyTagClassName
{
color: #77312E;
}
</style>
background-color css
<style>
a { background-color: #77312E; }
a { background-color: rgb(119,49,46); }
div.DivClassName
{
background-color: #77312E;
}
.BgClassName
{
background-color: #77312E;
}
</style>
border-color css
<style>
span { border-color: #77312E; }
span { border-color: rgb(119,49,46); }
td.TdClassName
{
border-color: #77312E;
}
.TagClassName
{
border-color: #77312E;
}
</style>