Shades of Flirt #772C5C
Tints of Flirt #772C5C
RGB
CMYK
RGB Variations
Color information
#772C5C (or 0x772C5C) is known color: Flirt. HEX triplet: 77, 2C and 5C. RGB value is (119,44,92). Sum of RGB (Red+Green+Blue) = 119+44+92=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 119 - color contains mainly: red. Hex color #772C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C5C is #88D3A3. Grayscale: #474747. Windows color (decimal): -8967076 or 6040695. OLE color: 6040695.
HSL color Cylindrical-coordinate representation of color #772C5C: hue angle of 321.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772C5C is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 92 | - |
| CMYK | 0 | 0.63 | 0.23 | 0.53 |
| HSL | 321.6º | 0.46% | 0.32% | - |
| HSV(B) | 321.6º | 0.63% | 0.47% | - |
| XYZ | 10.44 | 6.5 | 10.83 | - |
| YUV | 71.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 92 | 0 | 0.63 | 0.23 | 0.53 | 321.6 | 0.46 | 0.32 |
| Hex | 77 | 2C | 5C | 0 | 3F | 17 | 35 | 142 | 2E | 20 |
| Octal | 167 | 54 | 134 | 0 | 77 | 27 | 65 | 502 | 56 | 40 |
| Binary | 1110111 | 101100 | 1011100 | 0 | 111111 | 10111 | 110101 | 101000010 | 101110 | 100000 |
Color Harmonies of #772C5C
Complementary color
Monochromatic Colors of #772C5C
Black with #772C5C
Text Example
Text Example
White with #772C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C5C; }
p { color: rgb(119,44,92); }
H1.HeaderClassName
{
color: #772C5C;
}
.AnyTagClassName
{
color: #772C5C;
}
</style>
background-color css
<style>
a { background-color: #772C5C; }
a { background-color: rgb(119,44,92); }
div.DivClassName
{
background-color: #772C5C;
}
.BgClassName
{
background-color: #772C5C;
}
</style>
border-color css
<style>
span { border-color: #772C5C; }
span { border-color: rgb(119,44,92); }
td.TdClassName
{
border-color: #772C5C;
}
.TagClassName
{
border-color: #772C5C;
}
</style>