Shades of Flirt #78274D
Tints of Flirt #78274D
RGB
CMYK
RGB Variations
Color information
#78274D (or 0x78274D) is known color: Flirt. HEX triplet: 78, 27 and 4D. RGB value is (120,39,77). Sum of RGB (Red+Green+Blue) = 120+39+77=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78274D is #87D8B2. Grayscale: #434343. Windows color (decimal): -8902835 or 5056376. OLE color: 5056376.
HSL color Cylindrical-coordinate representation of color #78274D: hue angle of 331.85º 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 #78274D is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 39 | 77 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.53 |
| HSL | 331.85º | 0.51% | 0.31% | - |
| HSV(B) | 331.85º | 0.68% | 0.47% | - |
| XYZ | 9.81 | 5.98 | 7.66 | - |
| YUV | 67.55 | 133.34 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 39 | 77 | 0 | 0.67 | 0.36 | 0.53 | 331.85 | 0.51 | 0.31 |
| Hex | 78 | 27 | 4D | 0 | 43 | 24 | 35 | 14C | 33 | 1F |
| Octal | 170 | 47 | 115 | 0 | 103 | 44 | 65 | 514 | 63 | 37 |
| Binary | 1111000 | 100111 | 1001101 | 0 | 1000011 | 100100 | 110101 | 101001100 | 110011 | 11111 |
Color Harmonies of #78274D
Complementary color
Monochromatic Colors of #78274D
Black with #78274D
Text Example
Text Example
White with #78274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78274D; }
p { color: rgb(120,39,77); }
H1.HeaderClassName
{
color: #78274D;
}
.AnyTagClassName
{
color: #78274D;
}
</style>
background-color css
<style>
a { background-color: #78274D; }
a { background-color: rgb(120,39,77); }
div.DivClassName
{
background-color: #78274D;
}
.BgClassName
{
background-color: #78274D;
}
</style>
border-color css
<style>
span { border-color: #78274D; }
span { border-color: rgb(120,39,77); }
td.TdClassName
{
border-color: #78274D;
}
.TagClassName
{
border-color: #78274D;
}
</style>