Shades of Flirt #772D58
Tints of Flirt #772D58
RGB
CMYK
RGB Variations
Color information
#772D58 (or 0x772D58) is known color: Flirt. HEX triplet: 77, 2D and 58. RGB value is (119,45,88). Sum of RGB (Red+Green+Blue) = 119+45+88=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #772D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D58 is #88D2A7. Grayscale: #474747. Windows color (decimal): -8966824 or 5778807. OLE color: 5778807.
HSL color Cylindrical-coordinate representation of color #772D58: hue angle of 325.14º 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 #772D58 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 88 | - |
| CMYK | 0 | 0.62 | 0.26 | 0.53 |
| HSL | 325.14º | 0.45% | 0.32% | - |
| HSV(B) | 325.14º | 0.62% | 0.47% | - |
| XYZ | 10.31 | 6.5 | 9.94 | - |
| YUV | 72.03 | 137.02 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 88 | 0 | 0.62 | 0.26 | 0.53 | 325.14 | 0.45 | 0.32 |
| Hex | 77 | 2D | 58 | 0 | 3E | 1A | 35 | 145 | 2D | 20 |
| Octal | 167 | 55 | 130 | 0 | 76 | 32 | 65 | 505 | 55 | 40 |
| Binary | 1110111 | 101101 | 1011000 | 0 | 111110 | 11010 | 110101 | 101000101 | 101101 | 100000 |
Color Harmonies of #772D58
Complementary color
Monochromatic Colors of #772D58
Black with #772D58
Text Example
Text Example
White with #772D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D58; }
p { color: rgb(119,45,88); }
H1.HeaderClassName
{
color: #772D58;
}
.AnyTagClassName
{
color: #772D58;
}
</style>
background-color css
<style>
a { background-color: #772D58; }
a { background-color: rgb(119,45,88); }
div.DivClassName
{
background-color: #772D58;
}
.BgClassName
{
background-color: #772D58;
}
</style>
border-color css
<style>
span { border-color: #772D58; }
span { border-color: rgb(119,45,88); }
td.TdClassName
{
border-color: #772D58;
}
.TagClassName
{
border-color: #772D58;
}
</style>