Shades of Lusty #782F2E
Tints of Lusty #782F2E
RGB
CMYK
RGB Variations
Color information
#782F2E (or 0x782F2E) is known color: Lusty. HEX triplet: 78, 2F and 2E. RGB value is (120,47,46). Sum of RGB (Red+Green+Blue) = 120+47+46=213 (28% of max value = 765). Red value is 120 (47.27% from 255 or 56.34% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 120 - color contains mainly: red. Hex color #782F2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F2E is #87D0D1. Grayscale: #444444. Windows color (decimal): -8900818 or 3026808. OLE color: 3026808.
HSL color Cylindrical-coordinate representation of color #782F2E: hue angle of 0.81º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782F2E is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 47 | 46 | - |
| CMYK | 0 | 0.61 | 0.62 | 0.53 |
| HSL | 0.81º | 0.45% | 0.33% | - |
| HSV(B) | 0.81º | 0.62% | 0.47% | - |
| XYZ | 9.26 | 6.22 | 3.3 | - |
| YUV | 68.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 47 | 46 | 0 | 0.61 | 0.62 | 0.53 | 0.81 | 0.45 | 0.33 |
| Hex | 78 | 2F | 2E | 0 | 3D | 3E | 35 | 1 | 2D | 21 |
| Octal | 170 | 57 | 56 | 0 | 75 | 76 | 65 | 1 | 55 | 41 |
| Binary | 1111000 | 101111 | 101110 | 0 | 111101 | 111110 | 110101 | 1 | 101101 | 100001 |
Color Harmonies of #782F2E
Complementary color
Monochromatic Colors of #782F2E
Black with #782F2E
Text Example
Text Example
White with #782F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782F2E; }
p { color: rgb(120,47,46); }
H1.HeaderClassName
{
color: #782F2E;
}
.AnyTagClassName
{
color: #782F2E;
}
</style>
background-color css
<style>
a { background-color: #782F2E; }
a { background-color: rgb(120,47,46); }
div.DivClassName
{
background-color: #782F2E;
}
.BgClassName
{
background-color: #782F2E;
}
</style>
border-color css
<style>
span { border-color: #782F2E; }
span { border-color: rgb(120,47,46); }
td.TdClassName
{
border-color: #782F2E;
}
.TagClassName
{
border-color: #782F2E;
}
</style>