Shades of Flirt #772D54
Tints of Flirt #772D54
RGB
CMYK
RGB Variations
Color information
#772D54 (or 0x772D54) is known color: Flirt. HEX triplet: 77, 2D and 54. RGB value is (119,45,84). Sum of RGB (Red+Green+Blue) = 119+45+84=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #772D54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772D54 is #88D2AB. Grayscale: #474747. Windows color (decimal): -8966828 or 5516663. OLE color: 5516663.
HSL color Cylindrical-coordinate representation of color #772D54: hue angle of 328.38º 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 #772D54 is Cyan = 0, Magento = 0.62, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 84 | - |
| CMYK | 0 | 0.62 | 0.29 | 0.53 |
| HSL | 328.38º | 0.45% | 0.32% | - |
| HSV(B) | 328.38º | 0.62% | 0.47% | - |
| XYZ | 10.15 | 6.44 | 9.1 | - |
| YUV | 71.57 | 135.02 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 84 | 0 | 0.62 | 0.29 | 0.53 | 328.38 | 0.45 | 0.32 |
| Hex | 77 | 2D | 54 | 0 | 3E | 1D | 35 | 148 | 2D | 20 |
| Octal | 167 | 55 | 124 | 0 | 76 | 35 | 65 | 510 | 55 | 40 |
| Binary | 1110111 | 101101 | 1010100 | 0 | 111110 | 11101 | 110101 | 101001000 | 101101 | 100000 |
Color Harmonies of #772D54
Complementary color
Monochromatic Colors of #772D54
Black with #772D54
Text Example
Text Example
White with #772D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D54; }
p { color: rgb(119,45,84); }
H1.HeaderClassName
{
color: #772D54;
}
.AnyTagClassName
{
color: #772D54;
}
</style>
background-color css
<style>
a { background-color: #772D54; }
a { background-color: rgb(119,45,84); }
div.DivClassName
{
background-color: #772D54;
}
.BgClassName
{
background-color: #772D54;
}
</style>
border-color css
<style>
span { border-color: #772D54; }
span { border-color: rgb(119,45,84); }
td.TdClassName
{
border-color: #772D54;
}
.TagClassName
{
border-color: #772D54;
}
</style>