Shades of Lusty #782E24
Tints of Lusty #782E24
RGB
CMYK
RGB Variations
Color information
#782E24 (or 0x782E24) is known color: Lusty. HEX triplet: 78, 2E and 24. RGB value is (120,46,36). Sum of RGB (Red+Green+Blue) = 120+46+36=202 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.41% from 202); Green value is 46 (18.36% from 255 or 22.77% from 202); Blue value is 36 (14.45% from 255 or 17.82% from 202); Max value from RGB is 120 - color contains mainly: red. Hex color #782E24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782E24 is #87D1DB. Grayscale: #434343. Windows color (decimal): -8901084 or 2371192. OLE color: 2371192.
HSL color Cylindrical-coordinate representation of color #782E24: hue angle of 7.14º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #782E24 is Cyan = 0, Magento = 0.62, Yellow = 0.7 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 46 | 36 | - |
| CMYK | 0 | 0.62 | 0.7 | 0.53 |
| HSL | 7.14º | 0.54% | 0.31% | - |
| HSV(B) | 7.14º | 0.7% | 0.47% | - |
| XYZ | 9.04 | 6.07 | 2.37 | - |
| YUV | 66.99 | 110.52 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 36 | 0 | 0.62 | 0.7 | 0.53 | 7.14 | 0.54 | 0.31 |
| Hex | 78 | 2E | 24 | 0 | 3E | 46 | 35 | 7 | 36 | 1F |
| Octal | 170 | 56 | 44 | 0 | 76 | 106 | 65 | 7 | 66 | 37 |
| Binary | 1111000 | 101110 | 100100 | 0 | 111110 | 1000110 | 110101 | 111 | 110110 | 11111 |
Color Harmonies of #782E24
Complementary color
Monochromatic Colors of #782E24
Black with #782E24
Text Example
Text Example
White with #782E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782E24; }
p { color: rgb(120,46,36); }
H1.HeaderClassName
{
color: #782E24;
}
.AnyTagClassName
{
color: #782E24;
}
</style>
background-color css
<style>
a { background-color: #782E24; }
a { background-color: rgb(120,46,36); }
div.DivClassName
{
background-color: #782E24;
}
.BgClassName
{
background-color: #782E24;
}
</style>
border-color css
<style>
span { border-color: #782E24; }
span { border-color: rgb(120,46,36); }
td.TdClassName
{
border-color: #782E24;
}
.TagClassName
{
border-color: #782E24;
}
</style>