Shades of Flirt #772D59
Tints of Flirt #772D59
RGB
CMYK
RGB Variations
Color information
#772D59 (or 0x772D59) is known color: Flirt. HEX triplet: 77, 2D and 59. RGB value is (119,45,89). Sum of RGB (Red+Green+Blue) = 119+45+89=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #772D59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D59 is #88D2A6. Grayscale: #484848. Windows color (decimal): -8966823 or 5844343. OLE color: 5844343.
HSL color Cylindrical-coordinate representation of color #772D59: hue angle of 324.32º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D59 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 89 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.53 |
| HSL | 324.32º | 0.45% | 0.32% | - |
| HSV(B) | 324.32º | 0.62% | 0.47% | - |
| XYZ | 10.35 | 6.52 | 10.16 | - |
| YUV | 72.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 89 | 0 | 0.62 | 0.25 | 0.53 | 324.32 | 0.45 | 0.32 |
| Hex | 77 | 2D | 59 | 0 | 3E | 19 | 35 | 144 | 2D | 20 |
| Octal | 167 | 55 | 131 | 0 | 76 | 31 | 65 | 504 | 55 | 40 |
| Binary | 1110111 | 101101 | 1011001 | 0 | 111110 | 11001 | 110101 | 101000100 | 101101 | 100000 |
Color Harmonies of #772D59
Complementary color
Monochromatic Colors of #772D59
Black with #772D59
Text Example
Text Example
White with #772D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D59; }
p { color: rgb(119,45,89); }
H1.HeaderClassName
{
color: #772D59;
}
.AnyTagClassName
{
color: #772D59;
}
</style>
background-color css
<style>
a { background-color: #772D59; }
a { background-color: rgb(119,45,89); }
div.DivClassName
{
background-color: #772D59;
}
.BgClassName
{
background-color: #772D59;
}
</style>
border-color css
<style>
span { border-color: #772D59; }
span { border-color: rgb(119,45,89); }
td.TdClassName
{
border-color: #772D59;
}
.TagClassName
{
border-color: #772D59;
}
</style>