Shades of Flirt #77304D
Tints of Flirt #77304D
RGB
CMYK
RGB Variations
Color information
#77304D (or 0x77304D) is known color: Flirt. HEX triplet: 77, 30 and 4D. RGB value is (119,48,77). Sum of RGB (Red+Green+Blue) = 119+48+77=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77304D is #88CFB2. Grayscale: #484848. Windows color (decimal): -8966067 or 5058679. OLE color: 5058679.
HSL color Cylindrical-coordinate representation of color #77304D: hue angle of 335.49º 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 #77304D is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 77 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.53 |
| HSL | 335.49º | 0.43% | 0.33% | - |
| HSV(B) | 335.49º | 0.6% | 0.47% | - |
| XYZ | 10 | 6.57 | 7.76 | - |
| YUV | 72.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 77 | 0 | 0.60 | 0.35 | 0.53 | 335.49 | 0.43 | 0.33 |
| Hex | 77 | 30 | 4D | 0 | 3C | 23 | 35 | 14F | 2B | 21 |
| Octal | 167 | 60 | 115 | 0 | 74 | 43 | 65 | 517 | 53 | 41 |
| Binary | 1110111 | 110000 | 1001101 | 0 | 111100 | 100011 | 110101 | 101001111 | 101011 | 100001 |
Color Harmonies of #77304D
Complementary color
Monochromatic Colors of #77304D
Black with #77304D
Text Example
Text Example
White with #77304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77304D; }
p { color: rgb(119,48,77); }
H1.HeaderClassName
{
color: #77304D;
}
.AnyTagClassName
{
color: #77304D;
}
</style>
background-color css
<style>
a { background-color: #77304D; }
a { background-color: rgb(119,48,77); }
div.DivClassName
{
background-color: #77304D;
}
.BgClassName
{
background-color: #77304D;
}
</style>
border-color css
<style>
span { border-color: #77304D; }
span { border-color: rgb(119,48,77); }
td.TdClassName
{
border-color: #77304D;
}
.TagClassName
{
border-color: #77304D;
}
</style>