Shades of Flirt #78355A
Tints of Flirt #78355A
RGB
CMYK
RGB Variations
Color information
#78355A (or 0x78355A) is known color: Flirt. HEX triplet: 78, 35 and 5A. RGB value is (120,53,90). Sum of RGB (Red+Green+Blue) = 120+53+90=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78355A is #87CAA5. Grayscale: #4D4D4D. Windows color (decimal): -8899238 or 5911928. OLE color: 5911928.
HSL color Cylindrical-coordinate representation of color #78355A: hue angle of 326.87º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78355A is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 90 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.53 |
| HSL | 326.87º | 0.39% | 0.34% | - |
| HSV(B) | 326.87º | 0.56% | 0.47% | - |
| XYZ | 10.86 | 7.28 | 10.5 | - |
| YUV | 77.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 90 | 0 | 0.56 | 0.25 | 0.53 | 326.87 | 0.39 | 0.34 |
| Hex | 78 | 35 | 5A | 0 | 38 | 19 | 35 | 147 | 27 | 22 |
| Octal | 170 | 65 | 132 | 0 | 70 | 31 | 65 | 507 | 47 | 42 |
| Binary | 1111000 | 110101 | 1011010 | 0 | 111000 | 11001 | 110101 | 101000111 | 100111 | 100010 |
Color Harmonies of #78355A
Complementary color
Monochromatic Colors of #78355A
Black with #78355A
Text Example
Text Example
White with #78355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78355A; }
p { color: rgb(120,53,90); }
H1.HeaderClassName
{
color: #78355A;
}
.AnyTagClassName
{
color: #78355A;
}
</style>
background-color css
<style>
a { background-color: #78355A; }
a { background-color: rgb(120,53,90); }
div.DivClassName
{
background-color: #78355A;
}
.BgClassName
{
background-color: #78355A;
}
</style>
border-color css
<style>
span { border-color: #78355A; }
span { border-color: rgb(120,53,90); }
td.TdClassName
{
border-color: #78355A;
}
.TagClassName
{
border-color: #78355A;
}
</style>