Shades of Flirt #783A56
Tints of Flirt #783A56
RGB
CMYK
RGB Variations
Color information
#783A56 (or 0x783A56) is known color: Flirt. HEX triplet: 78, 3A and 56. RGB value is (120,58,86). Sum of RGB (Red+Green+Blue) = 120+58+86=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #783A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A56 is #87C5A9. Grayscale: #4F4F4F. Windows color (decimal): -8897962 or 5651064. OLE color: 5651064.
HSL color Cylindrical-coordinate representation of color #783A56: hue angle of 332.9º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #783A56 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 86 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.53 |
| HSL | 332.9º | 0.35% | 0.35% | - |
| HSV(B) | 332.9º | 0.52% | 0.47% | - |
| XYZ | 10.94 | 7.69 | 9.71 | - |
| YUV | 79.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 86 | 0 | 0.52 | 0.28 | 0.53 | 332.9 | 0.35 | 0.35 |
| Hex | 78 | 3A | 56 | 0 | 34 | 1C | 35 | 14D | 23 | 23 |
| Octal | 170 | 72 | 126 | 0 | 64 | 34 | 65 | 515 | 43 | 43 |
| Binary | 1111000 | 111010 | 1010110 | 0 | 110100 | 11100 | 110101 | 101001101 | 100011 | 100011 |
Color Harmonies of #783A56
Complementary color
Monochromatic Colors of #783A56
Black with #783A56
Text Example
Text Example
White with #783A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A56; }
p { color: rgb(120,58,86); }
H1.HeaderClassName
{
color: #783A56;
}
.AnyTagClassName
{
color: #783A56;
}
</style>
background-color css
<style>
a { background-color: #783A56; }
a { background-color: rgb(120,58,86); }
div.DivClassName
{
background-color: #783A56;
}
.BgClassName
{
background-color: #783A56;
}
</style>
border-color css
<style>
span { border-color: #783A56; }
span { border-color: rgb(120,58,86); }
td.TdClassName
{
border-color: #783A56;
}
.TagClassName
{
border-color: #783A56;
}
</style>