Shades of Lusty #78281E
Tints of Lusty #78281E
RGB
CMYK
RGB Variations
Color information
#78281E (or 0x78281E) is known color: Lusty. HEX triplet: 78, 28 and 1E. RGB value is (120,40,30). Sum of RGB (Red+Green+Blue) = 120+40+30=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 30 (12.11% from 255 or 15.79% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #78281E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78281E is #87D7E1. Grayscale: #3E3E3E. Windows color (decimal): -8902626 or 1976440. OLE color: 1976440.
HSL color Cylindrical-coordinate representation of color #78281E: hue angle of 6.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78281E is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 40 | 30 | - |
| CMYK | 0 | 0.67 | 0.75 | 0.53 |
| HSL | 6.67º | 0.6% | 0.29% | - |
| HSV(B) | 6.67º | 0.75% | 0.47% | - |
| XYZ | 8.74 | 5.6 | 1.85 | - |
| YUV | 62.78 | 109.5 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 40 | 30 | 0 | 0.67 | 0.75 | 0.53 | 6.67 | 0.6 | 0.29 |
| Hex | 78 | 28 | 1E | 0 | 43 | 4B | 35 | 7 | 3C | 1D |
| Octal | 170 | 50 | 36 | 0 | 103 | 113 | 65 | 7 | 74 | 35 |
| Binary | 1111000 | 101000 | 11110 | 0 | 1000011 | 1001011 | 110101 | 111 | 111100 | 11101 |
Color Harmonies of #78281E
Complementary color
Monochromatic Colors of #78281E
Black with #78281E
Text Example
Text Example
White with #78281E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78281E; }
p { color: rgb(120,40,30); }
H1.HeaderClassName
{
color: #78281E;
}
.AnyTagClassName
{
color: #78281E;
}
</style>
background-color css
<style>
a { background-color: #78281E; }
a { background-color: rgb(120,40,30); }
div.DivClassName
{
background-color: #78281E;
}
.BgClassName
{
background-color: #78281E;
}
</style>
border-color css
<style>
span { border-color: #78281E; }
span { border-color: rgb(120,40,30); }
td.TdClassName
{
border-color: #78281E;
}
.TagClassName
{
border-color: #78281E;
}
</style>