Shades of Lusty #782F2D
Tints of Lusty #782F2D
RGB
CMYK
RGB Variations
Color information
#782F2D (or 0x782F2D) is known color: Lusty. HEX triplet: 78, 2F and 2D. RGB value is (120,47,45). Sum of RGB (Red+Green+Blue) = 120+47+45=212 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.60% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 120 - color contains mainly: red. Hex color #782F2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F2D is #87D0D2. Grayscale: #444444. Windows color (decimal): -8900819 or 2961272. OLE color: 2961272.
HSL color Cylindrical-coordinate representation of color #782F2D: hue angle of 1.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 #782F2D is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 47 | 45 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.53 |
| HSL | 1.6º | 0.45% | 0.32% | - |
| HSV(B) | 1.6º | 0.63% | 0.47% | - |
| XYZ | 9.24 | 6.22 | 3.2 | - |
| YUV | 68.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 47 | 45 | 0 | 0.61 | 0.63 | 0.53 | 1.6 | 0.45 | 0.32 |
| Hex | 78 | 2F | 2D | 0 | 3D | 3F | 35 | 2 | 2D | 20 |
| Octal | 170 | 57 | 55 | 0 | 75 | 77 | 65 | 2 | 55 | 40 |
| Binary | 1111000 | 101111 | 101101 | 0 | 111101 | 111111 | 110101 | 10 | 101101 | 100000 |
Color Harmonies of #782F2D
Complementary color
Monochromatic Colors of #782F2D
Black with #782F2D
Text Example
Text Example
White with #782F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782F2D; }
p { color: rgb(120,47,45); }
H1.HeaderClassName
{
color: #782F2D;
}
.AnyTagClassName
{
color: #782F2D;
}
</style>
background-color css
<style>
a { background-color: #782F2D; }
a { background-color: rgb(120,47,45); }
div.DivClassName
{
background-color: #782F2D;
}
.BgClassName
{
background-color: #782F2D;
}
</style>
border-color css
<style>
span { border-color: #782F2D; }
span { border-color: rgb(120,47,45); }
td.TdClassName
{
border-color: #782F2D;
}
.TagClassName
{
border-color: #782F2D;
}
</style>