Shades of Flirt #783C55
Tints of Flirt #783C55
RGB
CMYK
RGB Variations
Color information
#783C55 (or 0x783C55) is known color: Flirt. HEX triplet: 78, 3C and 55. RGB value is (120,60,85). Sum of RGB (Red+Green+Blue) = 120+60+85=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #783C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783C55 is #87C3AA. Grayscale: #505050. Windows color (decimal): -8897451 or 5586040. OLE color: 5586040.
HSL color Cylindrical-coordinate representation of color #783C55: hue angle of 335º 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 #783C55 is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 60 | 85 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.53 |
| HSL | 335º | 0.33% | 0.35% | - |
| HSV(B) | 335º | 0.5% | 0.47% | - |
| XYZ | 11 | 7.88 | 9.54 | - |
| YUV | 80.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 60 | 85 | 0 | 0.5 | 0.29 | 0.53 | 335 | 0.33 | 0.35 |
| Hex | 78 | 3C | 55 | 0 | 32 | 1D | 35 | 14F | 21 | 23 |
| Octal | 170 | 74 | 125 | 0 | 62 | 35 | 65 | 517 | 41 | 43 |
| Binary | 1111000 | 111100 | 1010101 | 0 | 110010 | 11101 | 110101 | 101001111 | 100001 | 100011 |
Color Harmonies of #783C55
Complementary color
Monochromatic Colors of #783C55
Black with #783C55
Text Example
Text Example
White with #783C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783C55; }
p { color: rgb(120,60,85); }
H1.HeaderClassName
{
color: #783C55;
}
.AnyTagClassName
{
color: #783C55;
}
</style>
background-color css
<style>
a { background-color: #783C55; }
a { background-color: rgb(120,60,85); }
div.DivClassName
{
background-color: #783C55;
}
.BgClassName
{
background-color: #783C55;
}
</style>
border-color css
<style>
span { border-color: #783C55; }
span { border-color: rgb(120,60,85); }
td.TdClassName
{
border-color: #783C55;
}
.TagClassName
{
border-color: #783C55;
}
</style>