Shades of Flirt #772C53
Tints of Flirt #772C53
RGB
CMYK
RGB Variations
Color information
#772C53 (or 0x772C53) is known color: Flirt. HEX triplet: 77, 2C and 53. RGB value is (119,44,83). Sum of RGB (Red+Green+Blue) = 119+44+83=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #772C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C53 is #88D3AC. Grayscale: #464646. Windows color (decimal): -8967085 or 5450871. OLE color: 5450871.
HSL color Cylindrical-coordinate representation of color #772C53: hue angle of 328.8º 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 #772C53 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 83 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.53 |
| HSL | 328.8º | 0.46% | 0.32% | - |
| HSV(B) | 328.8º | 0.63% | 0.47% | - |
| XYZ | 10.07 | 6.35 | 8.88 | - |
| YUV | 70.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 83 | 0 | 0.63 | 0.30 | 0.53 | 328.8 | 0.46 | 0.32 |
| Hex | 77 | 2C | 53 | 0 | 3F | 1E | 35 | 149 | 2E | 20 |
| Octal | 167 | 54 | 123 | 0 | 77 | 36 | 65 | 511 | 56 | 40 |
| Binary | 1110111 | 101100 | 1010011 | 0 | 111111 | 11110 | 110101 | 101001001 | 101110 | 100000 |
Color Harmonies of #772C53
Complementary color
Monochromatic Colors of #772C53
Black with #772C53
Text Example
Text Example
White with #772C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C53; }
p { color: rgb(119,44,83); }
H1.HeaderClassName
{
color: #772C53;
}
.AnyTagClassName
{
color: #772C53;
}
</style>
background-color css
<style>
a { background-color: #772C53; }
a { background-color: rgb(119,44,83); }
div.DivClassName
{
background-color: #772C53;
}
.BgClassName
{
background-color: #772C53;
}
</style>
border-color css
<style>
span { border-color: #772C53; }
span { border-color: rgb(119,44,83); }
td.TdClassName
{
border-color: #772C53;
}
.TagClassName
{
border-color: #772C53;
}
</style>