Shades of Flirt #782955
Tints of Flirt #782955
RGB
CMYK
RGB Variations
Color information
#782955 (or 0x782955) is known color: Flirt. HEX triplet: 78, 29 and 55. RGB value is (120,41,85). Sum of RGB (Red+Green+Blue) = 120+41+85=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #782955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782955 is #87D6AA. Grayscale: #454545. Windows color (decimal): -8902315 or 5581176. OLE color: 5581176.
HSL color Cylindrical-coordinate representation of color #782955: hue angle of 326.58º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #782955 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 41 | 85 | - |
| CMYK | 0 | 0.66 | 0.29 | 0.53 |
| HSL | 326.58º | 0.49% | 0.32% | - |
| HSV(B) | 326.58º | 0.66% | 0.47% | - |
| XYZ | 10.18 | 6.23 | 9.26 | - |
| YUV | 69.64 | 136.67 | 163.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 41 | 85 | 0 | 0.66 | 0.29 | 0.53 | 326.58 | 0.49 | 0.32 |
| Hex | 78 | 29 | 55 | 0 | 42 | 1D | 35 | 147 | 31 | 20 |
| Octal | 170 | 51 | 125 | 0 | 102 | 35 | 65 | 507 | 61 | 40 |
| Binary | 1111000 | 101001 | 1010101 | 0 | 1000010 | 11101 | 110101 | 101000111 | 110001 | 100000 |
Color Harmonies of #782955
Complementary color
Monochromatic Colors of #782955
Black with #782955
Text Example
Text Example
White with #782955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #782955; }
p { color: rgb(120,41,85); }
H1.HeaderClassName
{
color: #782955;
}
.AnyTagClassName
{
color: #782955;
}
</style>
background-color css
<style>
a { background-color: #782955; }
a { background-color: rgb(120,41,85); }
div.DivClassName
{
background-color: #782955;
}
.BgClassName
{
background-color: #782955;
}
</style>
border-color css
<style>
span { border-color: #782955; }
span { border-color: rgb(120,41,85); }
td.TdClassName
{
border-color: #782955;
}
.TagClassName
{
border-color: #782955;
}
</style>