Shades of Lusty #78312A
Tints of Lusty #78312A
RGB
CMYK
RGB Variations
Color information
#78312A (or 0x78312A) is known color: Lusty. HEX triplet: 78, 31 and 2A. RGB value is (120,49,42). Sum of RGB (Red+Green+Blue) = 120+49+42=211 (27% of max value = 765). Red value is 120 (47.27% from 255 or 56.87% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 120 - color contains mainly: red. Hex color #78312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78312A is #87CED5. Grayscale: #454545. Windows color (decimal): -8900310 or 2765176. OLE color: 2765176.
HSL color Cylindrical-coordinate representation of color #78312A: hue angle of 5.38º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #78312A is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 49 | 42 | - |
| CMYK | 0 | 0.59 | 0.65 | 0.53 |
| HSL | 5.38º | 0.48% | 0.32% | - |
| HSV(B) | 5.38º | 0.65% | 0.47% | - |
| XYZ | 9.26 | 6.36 | 2.93 | - |
| YUV | 69.43 | 112.52 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 42 | 0 | 0.59 | 0.65 | 0.53 | 5.38 | 0.48 | 0.32 |
| Hex | 78 | 31 | 2A | 0 | 3B | 41 | 35 | 5 | 30 | 20 |
| Octal | 170 | 61 | 52 | 0 | 73 | 101 | 65 | 5 | 60 | 40 |
| Binary | 1111000 | 110001 | 101010 | 0 | 111011 | 1000001 | 110101 | 101 | 110000 | 100000 |
Color Harmonies of #78312A
Complementary color
Monochromatic Colors of #78312A
Black with #78312A
Text Example
Text Example
White with #78312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78312A; }
p { color: rgb(120,49,42); }
H1.HeaderClassName
{
color: #78312A;
}
.AnyTagClassName
{
color: #78312A;
}
</style>
background-color css
<style>
a { background-color: #78312A; }
a { background-color: rgb(120,49,42); }
div.DivClassName
{
background-color: #78312A;
}
.BgClassName
{
background-color: #78312A;
}
</style>
border-color css
<style>
span { border-color: #78312A; }
span { border-color: rgb(120,49,42); }
td.TdClassName
{
border-color: #78312A;
}
.TagClassName
{
border-color: #78312A;
}
</style>