Shades of Lusty #772E2C
Tints of Lusty #772E2C
RGB
CMYK
RGB Variations
Color information
#772E2C (or 0x772E2C) is known color: Lusty. HEX triplet: 77, 2E and 2C. RGB value is (119,46,44). Sum of RGB (Red+Green+Blue) = 119+46+44=209 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.94% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 44 (17.58% from 255 or 21.05% from 209); Max value from RGB is 119 - color contains mainly: red. Hex color #772E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772E2C is #88D1D3. Grayscale: #434343. Windows color (decimal): -8966612 or 2895479. OLE color: 2895479.
HSL color Cylindrical-coordinate representation of color #772E2C: hue angle of 1.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772E2C is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 46 | 44 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.53 |
| HSL | 1.6º | 0.46% | 0.32% | - |
| HSV(B) | 1.6º | 0.63% | 0.47% | - |
| XYZ | 9.04 | 6.06 | 3.08 | - |
| YUV | 67.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 44 | 0 | 0.61 | 0.63 | 0.53 | 1.6 | 0.46 | 0.32 |
| Hex | 77 | 2E | 2C | 0 | 3D | 3F | 35 | 2 | 2E | 20 |
| Octal | 167 | 56 | 54 | 0 | 75 | 77 | 65 | 2 | 56 | 40 |
| Binary | 1110111 | 101110 | 101100 | 0 | 111101 | 111111 | 110101 | 10 | 101110 | 100000 |
Color Harmonies of #772E2C
Complementary color
Monochromatic Colors of #772E2C
Black with #772E2C
Text Example
Text Example
White with #772E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772E2C; }
p { color: rgb(119,46,44); }
H1.HeaderClassName
{
color: #772E2C;
}
.AnyTagClassName
{
color: #772E2C;
}
</style>
background-color css
<style>
a { background-color: #772E2C; }
a { background-color: rgb(119,46,44); }
div.DivClassName
{
background-color: #772E2C;
}
.BgClassName
{
background-color: #772E2C;
}
</style>
border-color css
<style>
span { border-color: #772E2C; }
span { border-color: rgb(119,46,44); }
td.TdClassName
{
border-color: #772E2C;
}
.TagClassName
{
border-color: #772E2C;
}
</style>