Shades of Flirt #77294F
Tints of Flirt #77294F
RGB
CMYK
RGB Variations
Color information
#77294F (or 0x77294F) is known color: Flirt. HEX triplet: 77, 29 and 4F. RGB value is (119,41,79). Sum of RGB (Red+Green+Blue) = 119+41+79=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #77294F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77294F is #88D6B0. Grayscale: #444444. Windows color (decimal): -8967857 or 5187959. OLE color: 5187959.
HSL color Cylindrical-coordinate representation of color #77294F: hue angle of 330.77º 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 #77294F is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 79 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.53 |
| HSL | 330.77º | 0.49% | 0.31% | - |
| HSV(B) | 330.77º | 0.66% | 0.47% | - |
| XYZ | 9.81 | 6.07 | 8.05 | - |
| YUV | 68.65 | 133.84 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 79 | 0 | 0.66 | 0.34 | 0.53 | 330.77 | 0.49 | 0.31 |
| Hex | 77 | 29 | 4F | 0 | 42 | 22 | 35 | 14B | 31 | 1F |
| Octal | 167 | 51 | 117 | 0 | 102 | 42 | 65 | 513 | 61 | 37 |
| Binary | 1110111 | 101001 | 1001111 | 0 | 1000010 | 100010 | 110101 | 101001011 | 110001 | 11111 |
Color Harmonies of #77294F
Complementary color
Monochromatic Colors of #77294F
Black with #77294F
Text Example
Text Example
White with #77294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77294F; }
p { color: rgb(119,41,79); }
H1.HeaderClassName
{
color: #77294F;
}
.AnyTagClassName
{
color: #77294F;
}
</style>
background-color css
<style>
a { background-color: #77294F; }
a { background-color: rgb(119,41,79); }
div.DivClassName
{
background-color: #77294F;
}
.BgClassName
{
background-color: #77294F;
}
</style>
border-color css
<style>
span { border-color: #77294F; }
span { border-color: rgb(119,41,79); }
td.TdClassName
{
border-color: #77294F;
}
.TagClassName
{
border-color: #77294F;
}
</style>