Shades of Flirt #772C51
Tints of Flirt #772C51
RGB
CMYK
RGB Variations
Color information
#772C51 (or 0x772C51) is known color: Flirt. HEX triplet: 77, 2C and 51. RGB value is (119,44,81). Sum of RGB (Red+Green+Blue) = 119+44+81=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #772C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C51 is #88D3AE. Grayscale: #464646. Windows color (decimal): -8967087 or 5319799. OLE color: 5319799.
HSL color Cylindrical-coordinate representation of color #772C51: hue angle of 330.4º 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 #772C51 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 81 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.53 |
| HSL | 330.4º | 0.46% | 0.32% | - |
| HSV(B) | 330.4º | 0.63% | 0.47% | - |
| XYZ | 9.99 | 6.32 | 8.48 | - |
| YUV | 70.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 81 | 0 | 0.63 | 0.32 | 0.53 | 330.4 | 0.46 | 0.32 |
| Hex | 77 | 2C | 51 | 0 | 3F | 20 | 35 | 14A | 2E | 20 |
| Octal | 167 | 54 | 121 | 0 | 77 | 40 | 65 | 512 | 56 | 40 |
| Binary | 1110111 | 101100 | 1010001 | 0 | 111111 | 100000 | 110101 | 101001010 | 101110 | 100000 |
Color Harmonies of #772C51
Complementary color
Monochromatic Colors of #772C51
Black with #772C51
Text Example
Text Example
White with #772C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C51; }
p { color: rgb(119,44,81); }
H1.HeaderClassName
{
color: #772C51;
}
.AnyTagClassName
{
color: #772C51;
}
</style>
background-color css
<style>
a { background-color: #772C51; }
a { background-color: rgb(119,44,81); }
div.DivClassName
{
background-color: #772C51;
}
.BgClassName
{
background-color: #772C51;
}
</style>
border-color css
<style>
span { border-color: #772C51; }
span { border-color: rgb(119,44,81); }
td.TdClassName
{
border-color: #772C51;
}
.TagClassName
{
border-color: #772C51;
}
</style>