Shades of Lusty #782E2C
Tints of Lusty #782E2C
RGB
CMYK
RGB Variations
Color information
#782E2C (or 0x782E2C) is known color: Lusty. HEX triplet: 78, 2E and 2C. RGB value is (120,46,44). Sum of RGB (Red+Green+Blue) = 120+46+44=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 46 (18.36% from 255 or 21.90% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #782E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782E2C is #87D1D3. Grayscale: #434343. Windows color (decimal): -8901076 or 2895480. OLE color: 2895480.
HSL color Cylindrical-coordinate representation of color #782E2C: hue angle of 1.58º 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 #782E2C is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 46 | 44 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.53 |
| HSL | 1.58º | 0.46% | 0.32% | - |
| HSV(B) | 1.58º | 0.63% | 0.47% | - |
| XYZ | 9.18 | 6.13 | 3.08 | - |
| YUV | 67.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 44 | 0 | 0.62 | 0.63 | 0.53 | 1.58 | 0.46 | 0.32 |
| Hex | 78 | 2E | 2C | 0 | 3E | 3F | 35 | 2 | 2E | 20 |
| Octal | 170 | 56 | 54 | 0 | 76 | 77 | 65 | 2 | 56 | 40 |
| Binary | 1111000 | 101110 | 101100 | 0 | 111110 | 111111 | 110101 | 10 | 101110 | 100000 |
Color Harmonies of #782E2C
Complementary color
Monochromatic Colors of #782E2C
Black with #782E2C
Text Example
Text Example
White with #782E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782E2C; }
p { color: rgb(120,46,44); }
H1.HeaderClassName
{
color: #782E2C;
}
.AnyTagClassName
{
color: #782E2C;
}
</style>
background-color css
<style>
a { background-color: #782E2C; }
a { background-color: rgb(120,46,44); }
div.DivClassName
{
background-color: #782E2C;
}
.BgClassName
{
background-color: #782E2C;
}
</style>
border-color css
<style>
span { border-color: #782E2C; }
span { border-color: rgb(120,46,44); }
td.TdClassName
{
border-color: #782E2C;
}
.TagClassName
{
border-color: #782E2C;
}
</style>