Shades of Flirt #773A56
Tints of Flirt #773A56
RGB
CMYK
RGB Variations
Color information
#773A56 (or 0x773A56) is known color: Flirt. HEX triplet: 77, 3A and 56. RGB value is (119,58,86). Sum of RGB (Red+Green+Blue) = 119+58+86=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #773A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773A56 is #88C5A9. Grayscale: #4F4F4F. Windows color (decimal): -8963498 or 5651063. OLE color: 5651063.
HSL color Cylindrical-coordinate representation of color #773A56: hue angle of 332.46º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #773A56 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 58 | 86 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.53 |
| HSL | 332.46º | 0.34% | 0.35% | - |
| HSV(B) | 332.46º | 0.51% | 0.47% | - |
| XYZ | 10.8 | 7.62 | 9.71 | - |
| YUV | 79.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 58 | 86 | 0 | 0.51 | 0.28 | 0.53 | 332.46 | 0.34 | 0.35 |
| Hex | 77 | 3A | 56 | 0 | 33 | 1C | 35 | 14C | 22 | 23 |
| Octal | 167 | 72 | 126 | 0 | 63 | 34 | 65 | 514 | 42 | 43 |
| Binary | 1110111 | 111010 | 1010110 | 0 | 110011 | 11100 | 110101 | 101001100 | 100010 | 100011 |
Color Harmonies of #773A56
Complementary color
Monochromatic Colors of #773A56
Black with #773A56
Text Example
Text Example
White with #773A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773A56; }
p { color: rgb(119,58,86); }
H1.HeaderClassName
{
color: #773A56;
}
.AnyTagClassName
{
color: #773A56;
}
</style>
background-color css
<style>
a { background-color: #773A56; }
a { background-color: rgb(119,58,86); }
div.DivClassName
{
background-color: #773A56;
}
.BgClassName
{
background-color: #773A56;
}
</style>
border-color css
<style>
span { border-color: #773A56; }
span { border-color: rgb(119,58,86); }
td.TdClassName
{
border-color: #773A56;
}
.TagClassName
{
border-color: #773A56;
}
</style>