Shades of Flirt #78395C
Tints of Flirt #78395C
RGB
CMYK
RGB Variations
Color information
#78395C (or 0x78395C) is known color: Flirt. HEX triplet: 78, 39 and 5C. RGB value is (120,57,92). Sum of RGB (Red+Green+Blue) = 120+57+92=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #78395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78395C is #87C6A3. Grayscale: #4F4F4F. Windows color (decimal): -8898212 or 6044024. OLE color: 6044024.
HSL color Cylindrical-coordinate representation of color #78395C: hue angle of 326.67º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78395C is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 57 | 92 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.53 |
| HSL | 326.67º | 0.36% | 0.35% | - |
| HSV(B) | 326.67º | 0.53% | 0.47% | - |
| XYZ | 11.14 | 7.69 | 11.02 | - |
| YUV | 79.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 92 | 0 | 0.52 | 0.23 | 0.53 | 326.67 | 0.36 | 0.35 |
| Hex | 78 | 39 | 5C | 0 | 34 | 17 | 35 | 147 | 24 | 23 |
| Octal | 170 | 71 | 134 | 0 | 64 | 27 | 65 | 507 | 44 | 43 |
| Binary | 1111000 | 111001 | 1011100 | 0 | 110100 | 10111 | 110101 | 101000111 | 100100 | 100011 |
Color Harmonies of #78395C
Complementary color
Monochromatic Colors of #78395C
Black with #78395C
Text Example
Text Example
White with #78395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78395C; }
p { color: rgb(120,57,92); }
H1.HeaderClassName
{
color: #78395C;
}
.AnyTagClassName
{
color: #78395C;
}
</style>
background-color css
<style>
a { background-color: #78395C; }
a { background-color: rgb(120,57,92); }
div.DivClassName
{
background-color: #78395C;
}
.BgClassName
{
background-color: #78395C;
}
</style>
border-color css
<style>
span { border-color: #78395C; }
span { border-color: rgb(120,57,92); }
td.TdClassName
{
border-color: #78395C;
}
.TagClassName
{
border-color: #78395C;
}
</style>