Shades of Lusty #782C23
Tints of Lusty #782C23
RGB
CMYK
RGB Variations
Color information
#782C23 (or 0x782C23) is known color: Lusty. HEX triplet: 78, 2C and 23. RGB value is (120,44,35). Sum of RGB (Red+Green+Blue) = 120+44+35=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 35 (14.06% from 255 or 17.59% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #782C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C23 is #87D3DC. Grayscale: #414141. Windows color (decimal): -8901597 or 2305144. OLE color: 2305144.
HSL color Cylindrical-coordinate representation of color #782C23: hue angle of 6.35º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782C23 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 44 | 35 | - |
| CMYK | 0 | 0.63 | 0.71 | 0.53 |
| HSL | 6.35º | 0.55% | 0.3% | - |
| HSV(B) | 6.35º | 0.71% | 0.47% | - |
| XYZ | 8.95 | 5.92 | 2.26 | - |
| YUV | 65.7 | 110.68 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 44 | 35 | 0 | 0.63 | 0.71 | 0.53 | 6.35 | 0.55 | 0.3 |
| Hex | 78 | 2C | 23 | 0 | 3F | 47 | 35 | 6 | 37 | 1E |
| Octal | 170 | 54 | 43 | 0 | 77 | 107 | 65 | 6 | 67 | 36 |
| Binary | 1111000 | 101100 | 100011 | 0 | 111111 | 1000111 | 110101 | 110 | 110111 | 11110 |
Color Harmonies of #782C23
Complementary color
Monochromatic Colors of #782C23
Black with #782C23
Text Example
Text Example
White with #782C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782C23; }
p { color: rgb(120,44,35); }
H1.HeaderClassName
{
color: #782C23;
}
.AnyTagClassName
{
color: #782C23;
}
</style>
background-color css
<style>
a { background-color: #782C23; }
a { background-color: rgb(120,44,35); }
div.DivClassName
{
background-color: #782C23;
}
.BgClassName
{
background-color: #782C23;
}
</style>
border-color css
<style>
span { border-color: #782C23; }
span { border-color: rgb(120,44,35); }
td.TdClassName
{
border-color: #782C23;
}
.TagClassName
{
border-color: #782C23;
}
</style>