Shades of Flirt #772E5B
Tints of Flirt #772E5B
RGB
CMYK
RGB Variations
Color information
#772E5B (or 0x772E5B) is known color: Flirt. HEX triplet: 77, 2E and 5B. RGB value is (119,46,91). Sum of RGB (Red+Green+Blue) = 119+46+91=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772E5B is #88D1A4. Grayscale: #484848. Windows color (decimal): -8966565 or 5975671. OLE color: 5975671.
HSL color Cylindrical-coordinate representation of color #772E5B: hue angle of 323.01º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #772E5B is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 46 | 91 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.53 |
| HSL | 323.01º | 0.44% | 0.32% | - |
| HSV(B) | 323.01º | 0.61% | 0.47% | - |
| XYZ | 10.47 | 6.63 | 10.63 | - |
| YUV | 72.96 | 138.18 | 160.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 46 | 91 | 0 | 0.61 | 0.24 | 0.53 | 323.01 | 0.44 | 0.32 |
| Hex | 77 | 2E | 5B | 0 | 3D | 18 | 35 | 143 | 2C | 20 |
| Octal | 167 | 56 | 133 | 0 | 75 | 30 | 65 | 503 | 54 | 40 |
| Binary | 1110111 | 101110 | 1011011 | 0 | 111101 | 11000 | 110101 | 101000011 | 101100 | 100000 |
Color Harmonies of #772E5B
Complementary color
Monochromatic Colors of #772E5B
Black with #772E5B
Text Example
Text Example
White with #772E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772E5B; }
p { color: rgb(119,46,91); }
H1.HeaderClassName
{
color: #772E5B;
}
.AnyTagClassName
{
color: #772E5B;
}
</style>
background-color css
<style>
a { background-color: #772E5B; }
a { background-color: rgb(119,46,91); }
div.DivClassName
{
background-color: #772E5B;
}
.BgClassName
{
background-color: #772E5B;
}
</style>
border-color css
<style>
span { border-color: #772E5B; }
span { border-color: rgb(119,46,91); }
td.TdClassName
{
border-color: #772E5B;
}
.TagClassName
{
border-color: #772E5B;
}
</style>