Shades of Flirt #78374E
Tints of Flirt #78374E
RGB
CMYK
RGB Variations
Color information
#78374E (or 0x78374E) is known color: Flirt. HEX triplet: 78, 37 and 4E. RGB value is (120,55,78). Sum of RGB (Red+Green+Blue) = 120+55+78=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #78374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78374E is #87C8B1. Grayscale: #4D4D4D. Windows color (decimal): -8898738 or 5126008. OLE color: 5126008.
HSL color Cylindrical-coordinate representation of color #78374E: hue angle of 338.77º 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 #78374E is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 55 | 78 | - |
| CMYK | 0 | 0.54 | 0.35 | 0.53 |
| HSL | 338.77º | 0.37% | 0.34% | - |
| HSV(B) | 338.77º | 0.54% | 0.47% | - |
| XYZ | 10.49 | 7.28 | 8.06 | - |
| YUV | 77.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 55 | 78 | 0 | 0.54 | 0.35 | 0.53 | 338.77 | 0.37 | 0.34 |
| Hex | 78 | 37 | 4E | 0 | 36 | 23 | 35 | 153 | 25 | 22 |
| Octal | 170 | 67 | 116 | 0 | 66 | 43 | 65 | 523 | 45 | 42 |
| Binary | 1111000 | 110111 | 1001110 | 0 | 110110 | 100011 | 110101 | 101010011 | 100101 | 100010 |
Color Harmonies of #78374E
Complementary color
Monochromatic Colors of #78374E
Black with #78374E
Text Example
Text Example
White with #78374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78374E; }
p { color: rgb(120,55,78); }
H1.HeaderClassName
{
color: #78374E;
}
.AnyTagClassName
{
color: #78374E;
}
</style>
background-color css
<style>
a { background-color: #78374E; }
a { background-color: rgb(120,55,78); }
div.DivClassName
{
background-color: #78374E;
}
.BgClassName
{
background-color: #78374E;
}
</style>
border-color css
<style>
span { border-color: #78374E; }
span { border-color: rgb(120,55,78); }
td.TdClassName
{
border-color: #78374E;
}
.TagClassName
{
border-color: #78374E;
}
</style>