Shades of Flirt #77305A
Tints of Flirt #77305A
RGB
CMYK
RGB Variations
Color information
#77305A (or 0x77305A) is known color: Flirt. HEX triplet: 77, 30 and 5A. RGB value is (119,48,90). Sum of RGB (Red+Green+Blue) = 119+48+90=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #77305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77305A is #88CFA5. Grayscale: #494949. Windows color (decimal): -8966054 or 5910647. OLE color: 5910647.
HSL color Cylindrical-coordinate representation of color #77305A: hue angle of 324.51º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77305A is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 90 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.53 |
| HSL | 324.51º | 0.43% | 0.33% | - |
| HSV(B) | 324.51º | 0.6% | 0.47% | - |
| XYZ | 10.51 | 6.77 | 10.43 | - |
| YUV | 74.02 | 137.02 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 90 | 0 | 0.60 | 0.24 | 0.53 | 324.51 | 0.43 | 0.33 |
| Hex | 77 | 30 | 5A | 0 | 3C | 18 | 35 | 145 | 2B | 21 |
| Octal | 167 | 60 | 132 | 0 | 74 | 30 | 65 | 505 | 53 | 41 |
| Binary | 1110111 | 110000 | 1011010 | 0 | 111100 | 11000 | 110101 | 101000101 | 101011 | 100001 |
Color Harmonies of #77305A
Complementary color
Monochromatic Colors of #77305A
Black with #77305A
Text Example
Text Example
White with #77305A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77305A; }
p { color: rgb(119,48,90); }
H1.HeaderClassName
{
color: #77305A;
}
.AnyTagClassName
{
color: #77305A;
}
</style>
background-color css
<style>
a { background-color: #77305A; }
a { background-color: rgb(119,48,90); }
div.DivClassName
{
background-color: #77305A;
}
.BgClassName
{
background-color: #77305A;
}
</style>
border-color css
<style>
span { border-color: #77305A; }
span { border-color: rgb(119,48,90); }
td.TdClassName
{
border-color: #77305A;
}
.TagClassName
{
border-color: #77305A;
}
</style>