Shades of Flirt #772C4D
Tints of Flirt #772C4D
RGB
CMYK
RGB Variations
Color information
#772C4D (or 0x772C4D) is known color: Flirt. HEX triplet: 77, 2C and 4D. RGB value is (119,44,77). Sum of RGB (Red+Green+Blue) = 119+44+77=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #772C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772C4D is #88D3B2. Grayscale: #464646. Windows color (decimal): -8967091 or 5057655. OLE color: 5057655.
HSL color Cylindrical-coordinate representation of color #772C4D: hue angle of 333.6º 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 #772C4D is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 77 | - |
| CMYK | 0 | 0.63 | 0.35 | 0.53 |
| HSL | 333.6º | 0.46% | 0.32% | - |
| HSV(B) | 333.6º | 0.63% | 0.47% | - |
| XYZ | 9.85 | 6.26 | 7.71 | - |
| YUV | 70.19 | 131.85 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 77 | 0 | 0.63 | 0.35 | 0.53 | 333.6 | 0.46 | 0.32 |
| Hex | 77 | 2C | 4D | 0 | 3F | 23 | 35 | 14E | 2E | 20 |
| Octal | 167 | 54 | 115 | 0 | 77 | 43 | 65 | 516 | 56 | 40 |
| Binary | 1110111 | 101100 | 1001101 | 0 | 111111 | 100011 | 110101 | 101001110 | 101110 | 100000 |
Color Harmonies of #772C4D
Complementary color
Monochromatic Colors of #772C4D
Black with #772C4D
Text Example
Text Example
White with #772C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C4D; }
p { color: rgb(119,44,77); }
H1.HeaderClassName
{
color: #772C4D;
}
.AnyTagClassName
{
color: #772C4D;
}
</style>
background-color css
<style>
a { background-color: #772C4D; }
a { background-color: rgb(119,44,77); }
div.DivClassName
{
background-color: #772C4D;
}
.BgClassName
{
background-color: #772C4D;
}
</style>
border-color css
<style>
span { border-color: #772C4D; }
span { border-color: rgb(119,44,77); }
td.TdClassName
{
border-color: #772C4D;
}
.TagClassName
{
border-color: #772C4D;
}
</style>