Shades of Lusty #78342B
Tints of Lusty #78342B
RGB
CMYK
RGB Variations
Color information
#78342B (or 0x78342B) is known color: Lusty. HEX triplet: 78, 34 and 2B. RGB value is (120,52,43). Sum of RGB (Red+Green+Blue) = 120+52+43=215 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.81% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 43 (17.19% from 255 or 20% from 215); Max value from RGB is 120 - color contains mainly: red. Hex color #78342B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78342B is #87CBD4. Grayscale: #474747. Windows color (decimal): -8899541 or 2831480. OLE color: 2831480.
HSL color Cylindrical-coordinate representation of color #78342B: hue angle of 7.01º 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 #78342B is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 52 | 43 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.53 |
| HSL | 7.01º | 0.47% | 0.32% | - |
| HSV(B) | 7.01º | 0.64% | 0.47% | - |
| XYZ | 9.41 | 6.62 | 3.07 | - |
| YUV | 71.31 | 112.03 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 52 | 43 | 0 | 0.57 | 0.64 | 0.53 | 7.01 | 0.47 | 0.32 |
| Hex | 78 | 34 | 2B | 0 | 39 | 40 | 35 | 7 | 2F | 20 |
| Octal | 170 | 64 | 53 | 0 | 71 | 100 | 65 | 7 | 57 | 40 |
| Binary | 1111000 | 110100 | 101011 | 0 | 111001 | 1000000 | 110101 | 111 | 101111 | 100000 |
Color Harmonies of #78342B
Complementary color
Monochromatic Colors of #78342B
Black with #78342B
Text Example
Text Example
White with #78342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78342B; }
p { color: rgb(120,52,43); }
H1.HeaderClassName
{
color: #78342B;
}
.AnyTagClassName
{
color: #78342B;
}
</style>
background-color css
<style>
a { background-color: #78342B; }
a { background-color: rgb(120,52,43); }
div.DivClassName
{
background-color: #78342B;
}
.BgClassName
{
background-color: #78342B;
}
</style>
border-color css
<style>
span { border-color: #78342B; }
span { border-color: rgb(120,52,43); }
td.TdClassName
{
border-color: #78342B;
}
.TagClassName
{
border-color: #78342B;
}
</style>