Shades of Flirt #78274C
Tints of Flirt #78274C
RGB
CMYK
RGB Variations
Color information
#78274C (or 0x78274C) is known color: Flirt. HEX triplet: 78, 27 and 4C. RGB value is (120,39,76). Sum of RGB (Red+Green+Blue) = 120+39+76=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78274C is #87D8B3. Grayscale: #434343. Windows color (decimal): -8902836 or 4990840. OLE color: 4990840.
HSL color Cylindrical-coordinate representation of color #78274C: hue angle of 332.59º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78274C is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 39 | 76 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.53 |
| HSL | 332.59º | 0.51% | 0.31% | - |
| HSV(B) | 332.59º | 0.68% | 0.47% | - |
| XYZ | 9.78 | 5.97 | 7.47 | - |
| YUV | 67.44 | 132.84 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 76 | 0 | 0.67 | 0.37 | 0.53 | 332.59 | 0.51 | 0.31 |
| Hex | 78 | 27 | 4C | 0 | 43 | 25 | 35 | 14D | 33 | 1F |
| Octal | 170 | 47 | 114 | 0 | 103 | 45 | 65 | 515 | 63 | 37 |
| Binary | 1111000 | 100111 | 1001100 | 0 | 1000011 | 100101 | 110101 | 101001101 | 110011 | 11111 |
Color Harmonies of #78274C
Complementary color
Monochromatic Colors of #78274C
Black with #78274C
Text Example
Text Example
White with #78274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78274C; }
p { color: rgb(120,39,76); }
H1.HeaderClassName
{
color: #78274C;
}
.AnyTagClassName
{
color: #78274C;
}
</style>
background-color css
<style>
a { background-color: #78274C; }
a { background-color: rgb(120,39,76); }
div.DivClassName
{
background-color: #78274C;
}
.BgClassName
{
background-color: #78274C;
}
</style>
border-color css
<style>
span { border-color: #78274C; }
span { border-color: rgb(120,39,76); }
td.TdClassName
{
border-color: #78274C;
}
.TagClassName
{
border-color: #78274C;
}
</style>