Shades of Flirt #772F5C
Tints of Flirt #772F5C
RGB
CMYK
RGB Variations
Color information
#772F5C (or 0x772F5C) is known color: Flirt. HEX triplet: 77, 2F and 5C. RGB value is (119,47,92). Sum of RGB (Red+Green+Blue) = 119+47+92=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #772F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772F5C is #88D0A3. Grayscale: #494949. Windows color (decimal): -8966308 or 6041463. OLE color: 6041463.
HSL color Cylindrical-coordinate representation of color #772F5C: hue angle of 322.5º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772F5C is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 47 | 92 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.53 |
| HSL | 322.5º | 0.43% | 0.33% | - |
| HSV(B) | 322.5º | 0.61% | 0.47% | - |
| XYZ | 10.56 | 6.73 | 10.87 | - |
| YUV | 73.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 47 | 92 | 0 | 0.61 | 0.23 | 0.53 | 322.5 | 0.43 | 0.33 |
| Hex | 77 | 2F | 5C | 0 | 3D | 17 | 35 | 142 | 2B | 21 |
| Octal | 167 | 57 | 134 | 0 | 75 | 27 | 65 | 502 | 53 | 41 |
| Binary | 1110111 | 101111 | 1011100 | 0 | 111101 | 10111 | 110101 | 101000010 | 101011 | 100001 |
Color Harmonies of #772F5C
Complementary color
Monochromatic Colors of #772F5C
Black with #772F5C
Text Example
Text Example
White with #772F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772F5C; }
p { color: rgb(119,47,92); }
H1.HeaderClassName
{
color: #772F5C;
}
.AnyTagClassName
{
color: #772F5C;
}
</style>
background-color css
<style>
a { background-color: #772F5C; }
a { background-color: rgb(119,47,92); }
div.DivClassName
{
background-color: #772F5C;
}
.BgClassName
{
background-color: #772F5C;
}
</style>
border-color css
<style>
span { border-color: #772F5C; }
span { border-color: rgb(119,47,92); }
td.TdClassName
{
border-color: #772F5C;
}
.TagClassName
{
border-color: #772F5C;
}
</style>