Shades of Flirt #77295B
Tints of Flirt #77295B
RGB
CMYK
RGB Variations
Color information
#77295B (or 0x77295B) is known color: Flirt. HEX triplet: 77, 29 and 5B. RGB value is (119,41,91). Sum of RGB (Red+Green+Blue) = 119+41+91=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #77295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77295B is #88D6A4. Grayscale: #454545. Windows color (decimal): -8967845 or 5974391. OLE color: 5974391.
HSL color Cylindrical-coordinate representation of color #77295B: hue angle of 321.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 #77295B is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 41 | 91 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.53 |
| HSL | 321.54º | 0.49% | 0.31% | - |
| HSV(B) | 321.54º | 0.66% | 0.47% | - |
| XYZ | 10.29 | 6.26 | 10.56 | - |
| YUV | 70.02 | 139.84 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 41 | 91 | 0 | 0.66 | 0.24 | 0.53 | 321.54 | 0.49 | 0.31 |
| Hex | 77 | 29 | 5B | 0 | 42 | 18 | 35 | 142 | 31 | 1F |
| Octal | 167 | 51 | 133 | 0 | 102 | 30 | 65 | 502 | 61 | 37 |
| Binary | 1110111 | 101001 | 1011011 | 0 | 1000010 | 11000 | 110101 | 101000010 | 110001 | 11111 |
Color Harmonies of #77295B
Complementary color
Monochromatic Colors of #77295B
Black with #77295B
Text Example
Text Example
White with #77295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77295B; }
p { color: rgb(119,41,91); }
H1.HeaderClassName
{
color: #77295B;
}
.AnyTagClassName
{
color: #77295B;
}
</style>
background-color css
<style>
a { background-color: #77295B; }
a { background-color: rgb(119,41,91); }
div.DivClassName
{
background-color: #77295B;
}
.BgClassName
{
background-color: #77295B;
}
</style>
border-color css
<style>
span { border-color: #77295B; }
span { border-color: rgb(119,41,91); }
td.TdClassName
{
border-color: #77295B;
}
.TagClassName
{
border-color: #77295B;
}
</style>