Shades of Flirt #78385A
Tints of Flirt #78385A
RGB
CMYK
RGB Variations
Color information
#78385A (or 0x78385A) is known color: Flirt. HEX triplet: 78, 38 and 5A. RGB value is (120,56,90). Sum of RGB (Red+Green+Blue) = 120+56+90=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78385A is #87C7A5. Grayscale: #4E4E4E. Windows color (decimal): -8898470 or 5912696. OLE color: 5912696.
HSL color Cylindrical-coordinate representation of color #78385A: hue angle of 328.12º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78385A is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 56 | 90 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.53 |
| HSL | 328.13º | 0.36% | 0.35% | - |
| HSV(B) | 328.13º | 0.53% | 0.47% | - |
| XYZ | 11.01 | 7.56 | 10.55 | - |
| YUV | 79.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 56 | 90 | 0 | 0.53 | 0.25 | 0.53 | 328.13 | 0.36 | 0.35 |
| Hex | 78 | 38 | 5A | 0 | 35 | 19 | 35 | 148 | 24 | 23 |
| Octal | 170 | 70 | 132 | 0 | 65 | 31 | 65 | 510 | 44 | 43 |
| Binary | 1111000 | 111000 | 1011010 | 0 | 110101 | 11001 | 110101 | 101001000 | 100100 | 100011 |
Color Harmonies of #78385A
Complementary color
Monochromatic Colors of #78385A
Black with #78385A
Text Example
Text Example
White with #78385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78385A; }
p { color: rgb(120,56,90); }
H1.HeaderClassName
{
color: #78385A;
}
.AnyTagClassName
{
color: #78385A;
}
</style>
background-color css
<style>
a { background-color: #78385A; }
a { background-color: rgb(120,56,90); }
div.DivClassName
{
background-color: #78385A;
}
.BgClassName
{
background-color: #78385A;
}
</style>
border-color css
<style>
span { border-color: #78385A; }
span { border-color: rgb(120,56,90); }
td.TdClassName
{
border-color: #78385A;
}
.TagClassName
{
border-color: #78385A;
}
</style>