Shades of Flirt #78355E
Tints of Flirt #78355E
RGB
CMYK
RGB Variations
Color information
#78355E (or 0x78355E) is known color: Flirt. HEX triplet: 78, 35 and 5E. RGB value is (120,53,94). Sum of RGB (Red+Green+Blue) = 120+53+94=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78355E is #87CAA1. Grayscale: #4D4D4D. Windows color (decimal): -8899234 or 6174072. OLE color: 6174072.
HSL color Cylindrical-coordinate representation of color #78355E: hue angle of 323.28º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78355E is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 53 | 94 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.53 |
| HSL | 323.28º | 0.39% | 0.34% | - |
| HSV(B) | 323.28º | 0.56% | 0.47% | - |
| XYZ | 11.04 | 7.35 | 11.43 | - |
| YUV | 77.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 53 | 94 | 0 | 0.56 | 0.22 | 0.53 | 323.28 | 0.39 | 0.34 |
| Hex | 78 | 35 | 5E | 0 | 38 | 16 | 35 | 143 | 27 | 22 |
| Octal | 170 | 65 | 136 | 0 | 70 | 26 | 65 | 503 | 47 | 42 |
| Binary | 1111000 | 110101 | 1011110 | 0 | 111000 | 10110 | 110101 | 101000011 | 100111 | 100010 |
Color Harmonies of #78355E
Complementary color
Monochromatic Colors of #78355E
Black with #78355E
Text Example
Text Example
White with #78355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78355E; }
p { color: rgb(120,53,94); }
H1.HeaderClassName
{
color: #78355E;
}
.AnyTagClassName
{
color: #78355E;
}
</style>
background-color css
<style>
a { background-color: #78355E; }
a { background-color: rgb(120,53,94); }
div.DivClassName
{
background-color: #78355E;
}
.BgClassName
{
background-color: #78355E;
}
</style>
border-color css
<style>
span { border-color: #78355E; }
span { border-color: rgb(120,53,94); }
td.TdClassName
{
border-color: #78355E;
}
.TagClassName
{
border-color: #78355E;
}
</style>