Shades of Lusty #78332A
Tints of Lusty #78332A
RGB
CMYK
RGB Variations
Color information
#78332A (or 0x78332A) is known color: Lusty. HEX triplet: 78, 33 and 2A. RGB value is (120,51,42). Sum of RGB (Red+Green+Blue) = 120+51+42=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #78332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78332A is #87CCD5. Grayscale: #464646. Windows color (decimal): -8899798 or 2765688. OLE color: 2765688.
HSL color Cylindrical-coordinate representation of color #78332A: hue angle of 6.92º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78332A is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 51 | 42 | - |
| CMYK | 0 | 0.58 | 0.65 | 0.53 |
| HSL | 6.92º | 0.48% | 0.32% | - |
| HSV(B) | 6.92º | 0.65% | 0.47% | - |
| XYZ | 9.35 | 6.53 | 2.96 | - |
| YUV | 70.61 | 111.86 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 51 | 42 | 0 | 0.58 | 0.65 | 0.53 | 6.92 | 0.48 | 0.32 |
| Hex | 78 | 33 | 2A | 0 | 3A | 41 | 35 | 7 | 30 | 20 |
| Octal | 170 | 63 | 52 | 0 | 72 | 101 | 65 | 7 | 60 | 40 |
| Binary | 1111000 | 110011 | 101010 | 0 | 111010 | 1000001 | 110101 | 111 | 110000 | 100000 |
Color Harmonies of #78332A
Complementary color
Monochromatic Colors of #78332A
Black with #78332A
Text Example
Text Example
White with #78332A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78332A; }
p { color: rgb(120,51,42); }
H1.HeaderClassName
{
color: #78332A;
}
.AnyTagClassName
{
color: #78332A;
}
</style>
background-color css
<style>
a { background-color: #78332A; }
a { background-color: rgb(120,51,42); }
div.DivClassName
{
background-color: #78332A;
}
.BgClassName
{
background-color: #78332A;
}
</style>
border-color css
<style>
span { border-color: #78332A; }
span { border-color: rgb(120,51,42); }
td.TdClassName
{
border-color: #78332A;
}
.TagClassName
{
border-color: #78332A;
}
</style>