Shades of Lusty #78312F
Tints of Lusty #78312F
RGB
CMYK
RGB Variations
Color information
#78312F (or 0x78312F) is known color: Lusty. HEX triplet: 78, 31 and 2F. RGB value is (120,49,47). Sum of RGB (Red+Green+Blue) = 120+49+47=216 (28% of max value = 765). Red value is 120 (47.27% from 255 or 55.56% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 47 (18.75% from 255 or 21.76% from 216); Max value from RGB is 120 - color contains mainly: red. Hex color #78312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78312F is #87CED0. Grayscale: #464646. Windows color (decimal): -8900305 or 3092856. OLE color: 3092856.
HSL color Cylindrical-coordinate representation of color #78312F: hue angle of 1.64º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #78312F is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 49 | 47 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.53 |
| HSL | 1.64º | 0.44% | 0.33% | - |
| HSV(B) | 1.64º | 0.61% | 0.47% | - |
| XYZ | 9.36 | 6.39 | 3.43 | - |
| YUV | 70 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 47 | 0 | 0.59 | 0.61 | 0.53 | 1.64 | 0.44 | 0.33 |
| Hex | 78 | 31 | 2F | 0 | 3B | 3D | 35 | 2 | 2C | 21 |
| Octal | 170 | 61 | 57 | 0 | 73 | 75 | 65 | 2 | 54 | 41 |
| Binary | 1111000 | 110001 | 101111 | 0 | 111011 | 111101 | 110101 | 10 | 101100 | 100001 |
Color Harmonies of #78312F
Complementary color
Monochromatic Colors of #78312F
Black with #78312F
Text Example
Text Example
White with #78312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78312F; }
p { color: rgb(120,49,47); }
H1.HeaderClassName
{
color: #78312F;
}
.AnyTagClassName
{
color: #78312F;
}
</style>
background-color css
<style>
a { background-color: #78312F; }
a { background-color: rgb(120,49,47); }
div.DivClassName
{
background-color: #78312F;
}
.BgClassName
{
background-color: #78312F;
}
</style>
border-color css
<style>
span { border-color: #78312F; }
span { border-color: rgb(120,49,47); }
td.TdClassName
{
border-color: #78312F;
}
.TagClassName
{
border-color: #78312F;
}
</style>