Shades of Flirt #772C55
Tints of Flirt #772C55
RGB
CMYK
RGB Variations
Color information
#772C55 (or 0x772C55) is known color: Flirt. HEX triplet: 77, 2C and 55. RGB value is (119,44,85). Sum of RGB (Red+Green+Blue) = 119+44+85=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #772C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C55 is #88D3AA. Grayscale: #474747. Windows color (decimal): -8967083 or 5581943. OLE color: 5581943.
HSL color Cylindrical-coordinate representation of color #772C55: hue angle of 327.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 #772C55 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 85 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.53 |
| HSL | 327.2º | 0.46% | 0.32% | - |
| HSV(B) | 327.2º | 0.63% | 0.47% | - |
| XYZ | 10.15 | 6.38 | 9.29 | - |
| YUV | 71.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 85 | 0 | 0.63 | 0.29 | 0.53 | 327.2 | 0.46 | 0.32 |
| Hex | 77 | 2C | 55 | 0 | 3F | 1D | 35 | 147 | 2E | 20 |
| Octal | 167 | 54 | 125 | 0 | 77 | 35 | 65 | 507 | 56 | 40 |
| Binary | 1110111 | 101100 | 1010101 | 0 | 111111 | 11101 | 110101 | 101000111 | 101110 | 100000 |
Color Harmonies of #772C55
Complementary color
Monochromatic Colors of #772C55
Black with #772C55
Text Example
Text Example
White with #772C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C55; }
p { color: rgb(119,44,85); }
H1.HeaderClassName
{
color: #772C55;
}
.AnyTagClassName
{
color: #772C55;
}
</style>
background-color css
<style>
a { background-color: #772C55; }
a { background-color: rgb(119,44,85); }
div.DivClassName
{
background-color: #772C55;
}
.BgClassName
{
background-color: #772C55;
}
</style>
border-color css
<style>
span { border-color: #772C55; }
span { border-color: rgb(119,44,85); }
td.TdClassName
{
border-color: #772C55;
}
.TagClassName
{
border-color: #772C55;
}
</style>