Shades of Flirt #78375C
Tints of Flirt #78375C
RGB
CMYK
RGB Variations
Color information
#78375C (or 0x78375C) is known color: Flirt. HEX triplet: 78, 37 and 5C. RGB value is (120,55,92). Sum of RGB (Red+Green+Blue) = 120+55+92=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78375C is #87C8A3. Grayscale: #4E4E4E. Windows color (decimal): -8898724 or 6043512. OLE color: 6043512.
HSL color Cylindrical-coordinate representation of color #78375C: hue angle of 325.85º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78375C is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 55 | 92 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.53 |
| HSL | 325.85º | 0.37% | 0.34% | - |
| HSV(B) | 325.85º | 0.54% | 0.47% | - |
| XYZ | 11.04 | 7.5 | 10.99 | - |
| YUV | 78.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 92 | 0 | 0.54 | 0.23 | 0.53 | 325.85 | 0.37 | 0.34 |
| Hex | 78 | 37 | 5C | 0 | 36 | 17 | 35 | 146 | 25 | 22 |
| Octal | 170 | 67 | 134 | 0 | 66 | 27 | 65 | 506 | 45 | 42 |
| Binary | 1111000 | 110111 | 1011100 | 0 | 110110 | 10111 | 110101 | 101000110 | 100101 | 100010 |
Color Harmonies of #78375C
Complementary color
Monochromatic Colors of #78375C
Black with #78375C
Text Example
Text Example
White with #78375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78375C; }
p { color: rgb(120,55,92); }
H1.HeaderClassName
{
color: #78375C;
}
.AnyTagClassName
{
color: #78375C;
}
</style>
background-color css
<style>
a { background-color: #78375C; }
a { background-color: rgb(120,55,92); }
div.DivClassName
{
background-color: #78375C;
}
.BgClassName
{
background-color: #78375C;
}
</style>
border-color css
<style>
span { border-color: #78375C; }
span { border-color: rgb(120,55,92); }
td.TdClassName
{
border-color: #78375C;
}
.TagClassName
{
border-color: #78375C;
}
</style>