Shades of Lusty #78342D
Tints of Lusty #78342D
RGB
CMYK
RGB Variations
Color information
#78342D (or 0x78342D) is known color: Lusty. HEX triplet: 78, 34 and 2D. RGB value is (120,52,45). Sum of RGB (Red+Green+Blue) = 120+52+45=217 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.30% from 217); Green value is 52 (20.70% from 255 or 23.96% from 217); Blue value is 45 (17.97% from 255 or 20.74% from 217); Max value from RGB is 120 - color contains mainly: red. Hex color #78342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78342D is #87CBD2. Grayscale: #474747. Windows color (decimal): -8899539 or 2962552. OLE color: 2962552.
HSL color Cylindrical-coordinate representation of color #78342D: hue angle of 5.6º 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 #78342D is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 52 | 45 | - |
| CMYK | 0 | 0.57 | 0.63 | 0.53 |
| HSL | 5.6º | 0.45% | 0.32% | - |
| HSV(B) | 5.6º | 0.63% | 0.47% | - |
| XYZ | 9.45 | 6.64 | 3.27 | - |
| YUV | 71.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 45 | 0 | 0.57 | 0.63 | 0.53 | 5.6 | 0.45 | 0.32 |
| Hex | 78 | 34 | 2D | 0 | 39 | 3F | 35 | 6 | 2D | 20 |
| Octal | 170 | 64 | 55 | 0 | 71 | 77 | 65 | 6 | 55 | 40 |
| Binary | 1111000 | 110100 | 101101 | 0 | 111001 | 111111 | 110101 | 110 | 101101 | 100000 |
Color Harmonies of #78342D
Complementary color
Monochromatic Colors of #78342D
Black with #78342D
Text Example
Text Example
White with #78342D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78342D; }
p { color: rgb(120,52,45); }
H1.HeaderClassName
{
color: #78342D;
}
.AnyTagClassName
{
color: #78342D;
}
</style>
background-color css
<style>
a { background-color: #78342D; }
a { background-color: rgb(120,52,45); }
div.DivClassName
{
background-color: #78342D;
}
.BgClassName
{
background-color: #78342D;
}
</style>
border-color css
<style>
span { border-color: #78342D; }
span { border-color: rgb(120,52,45); }
td.TdClassName
{
border-color: #78342D;
}
.TagClassName
{
border-color: #78342D;
}
</style>