Shades of Flirt #772C50
Tints of Flirt #772C50
RGB
CMYK
RGB Variations
Color information
#772C50 (or 0x772C50) is known color: Flirt. HEX triplet: 77, 2C and 50. RGB value is (119,44,80). Sum of RGB (Red+Green+Blue) = 119+44+80=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #772C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C50 is #88D3AF. Grayscale: #464646. Windows color (decimal): -8967088 or 5254263. OLE color: 5254263.
HSL color Cylindrical-coordinate representation of color #772C50: hue angle of 331.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 #772C50 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 80 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.53 |
| HSL | 331.2º | 0.46% | 0.32% | - |
| HSV(B) | 331.2º | 0.63% | 0.47% | - |
| XYZ | 9.96 | 6.3 | 8.28 | - |
| YUV | 70.53 | 133.35 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 80 | 0 | 0.63 | 0.33 | 0.53 | 331.2 | 0.46 | 0.32 |
| Hex | 77 | 2C | 50 | 0 | 3F | 21 | 35 | 14B | 2E | 20 |
| Octal | 167 | 54 | 120 | 0 | 77 | 41 | 65 | 513 | 56 | 40 |
| Binary | 1110111 | 101100 | 1010000 | 0 | 111111 | 100001 | 110101 | 101001011 | 101110 | 100000 |
Color Harmonies of #772C50
Complementary color
Monochromatic Colors of #772C50
Black with #772C50
Text Example
Text Example
White with #772C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C50; }
p { color: rgb(119,44,80); }
H1.HeaderClassName
{
color: #772C50;
}
.AnyTagClassName
{
color: #772C50;
}
</style>
background-color css
<style>
a { background-color: #772C50; }
a { background-color: rgb(119,44,80); }
div.DivClassName
{
background-color: #772C50;
}
.BgClassName
{
background-color: #772C50;
}
</style>
border-color css
<style>
span { border-color: #772C50; }
span { border-color: rgb(119,44,80); }
td.TdClassName
{
border-color: #772C50;
}
.TagClassName
{
border-color: #772C50;
}
</style>