Shades of Lusty #782E2D
Tints of Lusty #782E2D
RGB
CMYK
RGB Variations
Color information
#782E2D (or 0x782E2D) is known color: Lusty. HEX triplet: 78, 2E and 2D. RGB value is (120,46,45). Sum of RGB (Red+Green+Blue) = 120+46+45=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 45 (17.97% from 255 or 21.33% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #782E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782E2D is #87D1D2. Grayscale: #444444. Windows color (decimal): -8901075 or 2961016. OLE color: 2961016.
HSL color Cylindrical-coordinate representation of color #782E2D: hue angle of 0.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782E2D is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 46 | 45 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.53 |
| HSL | 0.8º | 0.45% | 0.32% | - |
| HSV(B) | 0.8º | 0.63% | 0.47% | - |
| XYZ | 9.2 | 6.14 | 3.18 | - |
| YUV | 68.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 46 | 45 | 0 | 0.62 | 0.63 | 0.53 | 0.8 | 0.45 | 0.32 |
| Hex | 78 | 2E | 2D | 0 | 3E | 3F | 35 | 1 | 2D | 20 |
| Octal | 170 | 56 | 55 | 0 | 76 | 77 | 65 | 1 | 55 | 40 |
| Binary | 1111000 | 101110 | 101101 | 0 | 111110 | 111111 | 110101 | 1 | 101101 | 100000 |
Color Harmonies of #782E2D
Complementary color
Monochromatic Colors of #782E2D
Black with #782E2D
Text Example
Text Example
White with #782E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782E2D; }
p { color: rgb(120,46,45); }
H1.HeaderClassName
{
color: #782E2D;
}
.AnyTagClassName
{
color: #782E2D;
}
</style>
background-color css
<style>
a { background-color: #782E2D; }
a { background-color: rgb(120,46,45); }
div.DivClassName
{
background-color: #782E2D;
}
.BgClassName
{
background-color: #782E2D;
}
</style>
border-color css
<style>
span { border-color: #782E2D; }
span { border-color: rgb(120,46,45); }
td.TdClassName
{
border-color: #782E2D;
}
.TagClassName
{
border-color: #782E2D;
}
</style>