Shades of Lusty #782F2B
Tints of Lusty #782F2B
RGB
CMYK
RGB Variations
Color information
#782F2B (or 0x782F2B) is known color: Lusty. HEX triplet: 78, 2F and 2B. RGB value is (120,47,43). Sum of RGB (Red+Green+Blue) = 120+47+43=210 (27% of max value = 765). Red value is 120 (47.27% from 255 or 57.14% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 43 (17.19% from 255 or 20.48% from 210); Max value from RGB is 120 - color contains mainly: red. Hex color #782F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F2B is #87D0D4. Grayscale: #444444. Windows color (decimal): -8900821 or 2830200. OLE color: 2830200.
HSL color Cylindrical-coordinate representation of color #782F2B: hue angle of 3.12º 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 #782F2B is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 47 | 43 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.53 |
| HSL | 3.12º | 0.47% | 0.32% | - |
| HSV(B) | 3.12º | 0.64% | 0.47% | - |
| XYZ | 9.2 | 6.2 | 3 | - |
| YUV | 68.37 | 113.68 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 47 | 43 | 0 | 0.61 | 0.64 | 0.53 | 3.12 | 0.47 | 0.32 |
| Hex | 78 | 2F | 2B | 0 | 3D | 40 | 35 | 3 | 2F | 20 |
| Octal | 170 | 57 | 53 | 0 | 75 | 100 | 65 | 3 | 57 | 40 |
| Binary | 1111000 | 101111 | 101011 | 0 | 111101 | 1000000 | 110101 | 11 | 101111 | 100000 |
Color Harmonies of #782F2B
Complementary color
Monochromatic Colors of #782F2B
Black with #782F2B
Text Example
Text Example
White with #782F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782F2B; }
p { color: rgb(120,47,43); }
H1.HeaderClassName
{
color: #782F2B;
}
.AnyTagClassName
{
color: #782F2B;
}
</style>
background-color css
<style>
a { background-color: #782F2B; }
a { background-color: rgb(120,47,43); }
div.DivClassName
{
background-color: #782F2B;
}
.BgClassName
{
background-color: #782F2B;
}
</style>
border-color css
<style>
span { border-color: #782F2B; }
span { border-color: rgb(120,47,43); }
td.TdClassName
{
border-color: #782F2B;
}
.TagClassName
{
border-color: #782F2B;
}
</style>