Shades of Flirt #78365A
Tints of Flirt #78365A
RGB
CMYK
RGB Variations
Color information
#78365A (or 0x78365A) is known color: Flirt. HEX triplet: 78, 36 and 5A. RGB value is (120,54,90). Sum of RGB (Red+Green+Blue) = 120+54+90=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78365A is #87C9A5. Grayscale: #4D4D4D. Windows color (decimal): -8898982 or 5912184. OLE color: 5912184.
HSL color Cylindrical-coordinate representation of color #78365A: hue angle of 327.27º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78365A is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 54 | 90 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.53 |
| HSL | 327.27º | 0.38% | 0.34% | - |
| HSV(B) | 327.27º | 0.55% | 0.47% | - |
| XYZ | 10.91 | 7.37 | 10.52 | - |
| YUV | 77.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 54 | 90 | 0 | 0.55 | 0.25 | 0.53 | 327.27 | 0.38 | 0.34 |
| Hex | 78 | 36 | 5A | 0 | 37 | 19 | 35 | 147 | 26 | 22 |
| Octal | 170 | 66 | 132 | 0 | 67 | 31 | 65 | 507 | 46 | 42 |
| Binary | 1111000 | 110110 | 1011010 | 0 | 110111 | 11001 | 110101 | 101000111 | 100110 | 100010 |
Color Harmonies of #78365A
Complementary color
Monochromatic Colors of #78365A
Black with #78365A
Text Example
Text Example
White with #78365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78365A; }
p { color: rgb(120,54,90); }
H1.HeaderClassName
{
color: #78365A;
}
.AnyTagClassName
{
color: #78365A;
}
</style>
background-color css
<style>
a { background-color: #78365A; }
a { background-color: rgb(120,54,90); }
div.DivClassName
{
background-color: #78365A;
}
.BgClassName
{
background-color: #78365A;
}
</style>
border-color css
<style>
span { border-color: #78365A; }
span { border-color: rgb(120,54,90); }
td.TdClassName
{
border-color: #78365A;
}
.TagClassName
{
border-color: #78365A;
}
</style>