Shades of Flirt #78395A
Tints of Flirt #78395A
RGB
CMYK
RGB Variations
Color information
#78395A (or 0x78395A) is known color: Flirt. HEX triplet: 78, 39 and 5A. RGB value is (120,57,90). Sum of RGB (Red+Green+Blue) = 120+57+90=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78395A is #87C6A5. Grayscale: #4F4F4F. Windows color (decimal): -8898214 or 5912952. OLE color: 5912952.
HSL color Cylindrical-coordinate representation of color #78395A: hue angle of 328.57º degrees, saturation: 0.36, 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 #78395A is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 57 | 90 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.53 |
| HSL | 328.57º | 0.36% | 0.35% | - |
| HSV(B) | 328.57º | 0.53% | 0.47% | - |
| XYZ | 11.05 | 7.66 | 10.57 | - |
| YUV | 79.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 90 | 0 | 0.52 | 0.25 | 0.53 | 328.57 | 0.36 | 0.35 |
| Hex | 78 | 39 | 5A | 0 | 34 | 19 | 35 | 149 | 24 | 23 |
| Octal | 170 | 71 | 132 | 0 | 64 | 31 | 65 | 511 | 44 | 43 |
| Binary | 1111000 | 111001 | 1011010 | 0 | 110100 | 11001 | 110101 | 101001001 | 100100 | 100011 |
Color Harmonies of #78395A
Complementary color
Monochromatic Colors of #78395A
Black with #78395A
Text Example
Text Example
White with #78395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78395A; }
p { color: rgb(120,57,90); }
H1.HeaderClassName
{
color: #78395A;
}
.AnyTagClassName
{
color: #78395A;
}
</style>
background-color css
<style>
a { background-color: #78395A; }
a { background-color: rgb(120,57,90); }
div.DivClassName
{
background-color: #78395A;
}
.BgClassName
{
background-color: #78395A;
}
</style>
border-color css
<style>
span { border-color: #78395A; }
span { border-color: rgb(120,57,90); }
td.TdClassName
{
border-color: #78395A;
}
.TagClassName
{
border-color: #78395A;
}
</style>