Shades of Flirt #772C5A
Tints of Flirt #772C5A
RGB
CMYK
RGB Variations
Color information
#772C5A (or 0x772C5A) is known color: Flirt. HEX triplet: 77, 2C and 5A. RGB value is (119,44,90). Sum of RGB (Red+Green+Blue) = 119+44+90=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #772C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C5A is #88D3A5. Grayscale: #474747. Windows color (decimal): -8967078 or 5909623. OLE color: 5909623.
HSL color Cylindrical-coordinate representation of color #772C5A: hue angle of 323.2º 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 #772C5A is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 90 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.53 |
| HSL | 323.2º | 0.46% | 0.32% | - |
| HSV(B) | 323.2º | 0.63% | 0.47% | - |
| XYZ | 10.35 | 6.46 | 10.37 | - |
| YUV | 71.67 | 138.35 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 90 | 0 | 0.63 | 0.24 | 0.53 | 323.2 | 0.46 | 0.32 |
| Hex | 77 | 2C | 5A | 0 | 3F | 18 | 35 | 143 | 2E | 20 |
| Octal | 167 | 54 | 132 | 0 | 77 | 30 | 65 | 503 | 56 | 40 |
| Binary | 1110111 | 101100 | 1011010 | 0 | 111111 | 11000 | 110101 | 101000011 | 101110 | 100000 |
Color Harmonies of #772C5A
Complementary color
Monochromatic Colors of #772C5A
Black with #772C5A
Text Example
Text Example
White with #772C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C5A; }
p { color: rgb(119,44,90); }
H1.HeaderClassName
{
color: #772C5A;
}
.AnyTagClassName
{
color: #772C5A;
}
</style>
background-color css
<style>
a { background-color: #772C5A; }
a { background-color: rgb(119,44,90); }
div.DivClassName
{
background-color: #772C5A;
}
.BgClassName
{
background-color: #772C5A;
}
</style>
border-color css
<style>
span { border-color: #772C5A; }
span { border-color: rgb(119,44,90); }
td.TdClassName
{
border-color: #772C5A;
}
.TagClassName
{
border-color: #772C5A;
}
</style>