Shades of Lusty #782C2B
Tints of Lusty #782C2B
RGB
CMYK
RGB Variations
Color information
#782C2B (or 0x782C2B) is known color: Lusty. HEX triplet: 78, 2C and 2B. RGB value is (120,44,43). Sum of RGB (Red+Green+Blue) = 120+44+43=207 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.97% from 207); Green value is 44 (17.58% from 255 or 21.26% from 207); Blue value is 43 (17.19% from 255 or 20.77% from 207); Max value from RGB is 120 - color contains mainly: red. Hex color #782C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C2B is #87D3D4. Grayscale: #424242. Windows color (decimal): -8901589 or 2829432. OLE color: 2829432.
HSL color Cylindrical-coordinate representation of color #782C2B: hue angle of 0.78º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #782C2B is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 43 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.53 |
| HSL | 0.78º | 0.47% | 0.32% | - |
| HSV(B) | 0.78º | 0.64% | 0.47% | - |
| XYZ | 9.08 | 5.97 | 2.96 | - |
| YUV | 66.61 | 114.68 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 43 | 0 | 0.63 | 0.64 | 0.53 | 0.78 | 0.47 | 0.32 |
| Hex | 78 | 2C | 2B | 0 | 3F | 40 | 35 | 1 | 2F | 20 |
| Octal | 170 | 54 | 53 | 0 | 77 | 100 | 65 | 1 | 57 | 40 |
| Binary | 1111000 | 101100 | 101011 | 0 | 111111 | 1000000 | 110101 | 1 | 101111 | 100000 |
Color Harmonies of #782C2B
Complementary color
Monochromatic Colors of #782C2B
Black with #782C2B
Text Example
Text Example
White with #782C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C2B; }
p { color: rgb(120,44,43); }
H1.HeaderClassName
{
color: #782C2B;
}
.AnyTagClassName
{
color: #782C2B;
}
</style>
background-color css
<style>
a { background-color: #782C2B; }
a { background-color: rgb(120,44,43); }
div.DivClassName
{
background-color: #782C2B;
}
.BgClassName
{
background-color: #782C2B;
}
</style>
border-color css
<style>
span { border-color: #782C2B; }
span { border-color: rgb(120,44,43); }
td.TdClassName
{
border-color: #782C2B;
}
.TagClassName
{
border-color: #782C2B;
}
</style>