Shades of Flirt #77294E
Tints of Flirt #77294E
RGB
CMYK
RGB Variations
Color information
#77294E (or 0x77294E) is known color: Flirt. HEX triplet: 77, 29 and 4E. RGB value is (119,41,78). Sum of RGB (Red+Green+Blue) = 119+41+78=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #77294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77294E is #88D6B1. Grayscale: #444444. Windows color (decimal): -8967858 or 5122423. OLE color: 5122423.
HSL color Cylindrical-coordinate representation of color #77294E: hue angle of 331.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77294E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 78 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.53 |
| HSL | 331.54º | 0.49% | 0.31% | - |
| HSV(B) | 331.54º | 0.66% | 0.47% | - |
| XYZ | 9.78 | 6.06 | 7.86 | - |
| YUV | 68.54 | 133.34 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 78 | 0 | 0.66 | 0.34 | 0.53 | 331.54 | 0.49 | 0.31 |
| Hex | 77 | 29 | 4E | 0 | 42 | 22 | 35 | 14C | 31 | 1F |
| Octal | 167 | 51 | 116 | 0 | 102 | 42 | 65 | 514 | 61 | 37 |
| Binary | 1110111 | 101001 | 1001110 | 0 | 1000010 | 100010 | 110101 | 101001100 | 110001 | 11111 |
Color Harmonies of #77294E
Complementary color
Monochromatic Colors of #77294E
Black with #77294E
Text Example
Text Example
White with #77294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77294E; }
p { color: rgb(119,41,78); }
H1.HeaderClassName
{
color: #77294E;
}
.AnyTagClassName
{
color: #77294E;
}
</style>
background-color css
<style>
a { background-color: #77294E; }
a { background-color: rgb(119,41,78); }
div.DivClassName
{
background-color: #77294E;
}
.BgClassName
{
background-color: #77294E;
}
</style>
border-color css
<style>
span { border-color: #77294E; }
span { border-color: rgb(119,41,78); }
td.TdClassName
{
border-color: #77294E;
}
.TagClassName
{
border-color: #77294E;
}
</style>