Shades of Flirt #772D5C
Tints of Flirt #772D5C
RGB
CMYK
RGB Variations
Color information
#772D5C (or 0x772D5C) is known color: Flirt. HEX triplet: 77, 2D and 5C. RGB value is (119,45,92). Sum of RGB (Red+Green+Blue) = 119+45+92=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D5C is #88D2A3. Grayscale: #484848. Windows color (decimal): -8966820 or 6040951. OLE color: 6040951.
HSL color Cylindrical-coordinate representation of color #772D5C: hue angle of 321.89º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D5C is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 92 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.53 |
| HSL | 321.89º | 0.45% | 0.32% | - |
| HSV(B) | 321.89º | 0.62% | 0.47% | - |
| XYZ | 10.48 | 6.57 | 10.84 | - |
| YUV | 72.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 92 | 0 | 0.62 | 0.23 | 0.53 | 321.89 | 0.45 | 0.32 |
| Hex | 77 | 2D | 5C | 0 | 3E | 17 | 35 | 142 | 2D | 20 |
| Octal | 167 | 55 | 134 | 0 | 76 | 27 | 65 | 502 | 55 | 40 |
| Binary | 1110111 | 101101 | 1011100 | 0 | 111110 | 10111 | 110101 | 101000010 | 101101 | 100000 |
Color Harmonies of #772D5C
Complementary color
Monochromatic Colors of #772D5C
Black with #772D5C
Text Example
Text Example
White with #772D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D5C; }
p { color: rgb(119,45,92); }
H1.HeaderClassName
{
color: #772D5C;
}
.AnyTagClassName
{
color: #772D5C;
}
</style>
background-color css
<style>
a { background-color: #772D5C; }
a { background-color: rgb(119,45,92); }
div.DivClassName
{
background-color: #772D5C;
}
.BgClassName
{
background-color: #772D5C;
}
</style>
border-color css
<style>
span { border-color: #772D5C; }
span { border-color: rgb(119,45,92); }
td.TdClassName
{
border-color: #772D5C;
}
.TagClassName
{
border-color: #772D5C;
}
</style>