Shades of Flirt #772C54
Tints of Flirt #772C54
RGB
CMYK
RGB Variations
Color information
#772C54 (or 0x772C54) is known color: Flirt. HEX triplet: 77, 2C and 54. RGB value is (119,44,84). Sum of RGB (Red+Green+Blue) = 119+44+84=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #772C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C54 is #88D3AB. Grayscale: #464646. Windows color (decimal): -8967084 or 5516407. OLE color: 5516407.
HSL color Cylindrical-coordinate representation of color #772C54: hue angle of 328º 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 #772C54 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 84 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.53 |
| HSL | 328º | 0.46% | 0.32% | - |
| HSV(B) | 328º | 0.63% | 0.47% | - |
| XYZ | 10.11 | 6.36 | 9.08 | - |
| YUV | 70.99 | 135.35 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 84 | 0 | 0.63 | 0.29 | 0.53 | 328 | 0.46 | 0.32 |
| Hex | 77 | 2C | 54 | 0 | 3F | 1D | 35 | 148 | 2E | 20 |
| Octal | 167 | 54 | 124 | 0 | 77 | 35 | 65 | 510 | 56 | 40 |
| Binary | 1110111 | 101100 | 1010100 | 0 | 111111 | 11101 | 110101 | 101001000 | 101110 | 100000 |
Color Harmonies of #772C54
Complementary color
Monochromatic Colors of #772C54
Black with #772C54
Text Example
Text Example
White with #772C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C54; }
p { color: rgb(119,44,84); }
H1.HeaderClassName
{
color: #772C54;
}
.AnyTagClassName
{
color: #772C54;
}
</style>
background-color css
<style>
a { background-color: #772C54; }
a { background-color: rgb(119,44,84); }
div.DivClassName
{
background-color: #772C54;
}
.BgClassName
{
background-color: #772C54;
}
</style>
border-color css
<style>
span { border-color: #772C54; }
span { border-color: rgb(119,44,84); }
td.TdClassName
{
border-color: #772C54;
}
.TagClassName
{
border-color: #772C54;
}
</style>