Shades of Flirt #783C54
Tints of Flirt #783C54
RGB
CMYK
RGB Variations
Color information
#783C54 (or 0x783C54) is known color: Flirt. HEX triplet: 78, 3C and 54. RGB value is (120,60,84). Sum of RGB (Red+Green+Blue) = 120+60+84=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #783C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C54 is #87C3AB. Grayscale: #505050. Windows color (decimal): -8897452 or 5520504. OLE color: 5520504.
HSL color Cylindrical-coordinate representation of color #783C54: hue angle of 336º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #783C54 is Cyan = 0, Magento = 0.5, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 84 | - |
| CMYK | 0 | 0.5 | 0.3 | 0.53 |
| HSL | 336º | 0.33% | 0.35% | - |
| HSV(B) | 336º | 0.5% | 0.47% | - |
| XYZ | 10.96 | 7.86 | 9.33 | - |
| YUV | 80.68 | 129.88 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 84 | 0 | 0.5 | 0.3 | 0.53 | 336 | 0.33 | 0.35 |
| Hex | 78 | 3C | 54 | 0 | 32 | 1E | 35 | 150 | 21 | 23 |
| Octal | 170 | 74 | 124 | 0 | 62 | 36 | 65 | 520 | 41 | 43 |
| Binary | 1111000 | 111100 | 1010100 | 0 | 110010 | 11110 | 110101 | 101010000 | 100001 | 100011 |
Color Harmonies of #783C54
Complementary color
Monochromatic Colors of #783C54
Black with #783C54
Text Example
Text Example
White with #783C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C54; }
p { color: rgb(120,60,84); }
H1.HeaderClassName
{
color: #783C54;
}
.AnyTagClassName
{
color: #783C54;
}
</style>
background-color css
<style>
a { background-color: #783C54; }
a { background-color: rgb(120,60,84); }
div.DivClassName
{
background-color: #783C54;
}
.BgClassName
{
background-color: #783C54;
}
</style>
border-color css
<style>
span { border-color: #783C54; }
span { border-color: rgb(120,60,84); }
td.TdClassName
{
border-color: #783C54;
}
.TagClassName
{
border-color: #783C54;
}
</style>