Shades of Flirt #78375D
Tints of Flirt #78375D
RGB
CMYK
RGB Variations
Color information
#78375D (or 0x78375D) is known color: Flirt. HEX triplet: 78, 37 and 5D. RGB value is (120,55,93). Sum of RGB (Red+Green+Blue) = 120+55+93=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 55 (21.88% from 255 or 20.52% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78375D is #87C8A2. Grayscale: #4E4E4E. Windows color (decimal): -8898723 or 6109048. OLE color: 6109048.
HSL color Cylindrical-coordinate representation of color #78375D: hue angle of 324.92º 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 #78375D is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 55 | 93 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.53 |
| HSL | 324.92º | 0.37% | 0.34% | - |
| HSV(B) | 324.92º | 0.54% | 0.47% | - |
| XYZ | 11.09 | 7.52 | 11.22 | - |
| YUV | 78.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 93 | 0 | 0.54 | 0.22 | 0.53 | 324.92 | 0.37 | 0.34 |
| Hex | 78 | 37 | 5D | 0 | 36 | 16 | 35 | 145 | 25 | 22 |
| Octal | 170 | 67 | 135 | 0 | 66 | 26 | 65 | 505 | 45 | 42 |
| Binary | 1111000 | 110111 | 1011101 | 0 | 110110 | 10110 | 110101 | 101000101 | 100101 | 100010 |
Color Harmonies of #78375D
Complementary color
Monochromatic Colors of #78375D
Black with #78375D
Text Example
Text Example
White with #78375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78375D; }
p { color: rgb(120,55,93); }
H1.HeaderClassName
{
color: #78375D;
}
.AnyTagClassName
{
color: #78375D;
}
</style>
background-color css
<style>
a { background-color: #78375D; }
a { background-color: rgb(120,55,93); }
div.DivClassName
{
background-color: #78375D;
}
.BgClassName
{
background-color: #78375D;
}
</style>
border-color css
<style>
span { border-color: #78375D; }
span { border-color: rgb(120,55,93); }
td.TdClassName
{
border-color: #78375D;
}
.TagClassName
{
border-color: #78375D;
}
</style>