Shades of Flirt #783A55
Tints of Flirt #783A55
RGB
CMYK
RGB Variations
Color information
#783A55 (or 0x783A55) is known color: Flirt. HEX triplet: 78, 3A and 55. RGB value is (120,58,85). Sum of RGB (Red+Green+Blue) = 120+58+85=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #783A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A55 is #87C5AA. Grayscale: #4F4F4F. Windows color (decimal): -8897963 or 5585528. OLE color: 5585528.
HSL color Cylindrical-coordinate representation of color #783A55: hue angle of 333.87º 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 #783A55 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 58 | 85 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.53 |
| HSL | 333.87º | 0.35% | 0.35% | - |
| HSV(B) | 333.87º | 0.52% | 0.47% | - |
| XYZ | 10.9 | 7.68 | 9.5 | - |
| YUV | 79.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 58 | 85 | 0 | 0.52 | 0.29 | 0.53 | 333.87 | 0.35 | 0.35 |
| Hex | 78 | 3A | 55 | 0 | 34 | 1D | 35 | 14E | 23 | 23 |
| Octal | 170 | 72 | 125 | 0 | 64 | 35 | 65 | 516 | 43 | 43 |
| Binary | 1111000 | 111010 | 1010101 | 0 | 110100 | 11101 | 110101 | 101001110 | 100011 | 100011 |
Color Harmonies of #783A55
Complementary color
Monochromatic Colors of #783A55
Black with #783A55
Text Example
Text Example
White with #783A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #783A55; }
p { color: rgb(120,58,85); }
H1.HeaderClassName
{
color: #783A55;
}
.AnyTagClassName
{
color: #783A55;
}
</style>
background-color css
<style>
a { background-color: #783A55; }
a { background-color: rgb(120,58,85); }
div.DivClassName
{
background-color: #783A55;
}
.BgClassName
{
background-color: #783A55;
}
</style>
border-color css
<style>
span { border-color: #783A55; }
span { border-color: rgb(120,58,85); }
td.TdClassName
{
border-color: #783A55;
}
.TagClassName
{
border-color: #783A55;
}
</style>