Shades of Flirt #773255
Tints of Flirt #773255
RGB
CMYK
RGB Variations
Color information
#773255 (or 0x773255) is known color: Flirt. HEX triplet: 77, 32 and 55. RGB value is (119,50,85). Sum of RGB (Red+Green+Blue) = 119+50+85=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #773255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773255 is #88CDAA. Grayscale: #4A4A4A. Windows color (decimal): -8965547 or 5583479. OLE color: 5583479.
HSL color Cylindrical-coordinate representation of color #773255: hue angle of 329.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773255 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 50 | 85 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.53 |
| HSL | 329.57º | 0.41% | 0.33% | - |
| HSV(B) | 329.57º | 0.58% | 0.47% | - |
| XYZ | 10.39 | 6.86 | 9.37 | - |
| YUV | 74.62 | 133.86 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 50 | 85 | 0 | 0.58 | 0.29 | 0.53 | 329.57 | 0.41 | 0.33 |
| Hex | 77 | 32 | 55 | 0 | 3A | 1D | 35 | 14A | 29 | 21 |
| Octal | 167 | 62 | 125 | 0 | 72 | 35 | 65 | 512 | 51 | 41 |
| Binary | 1110111 | 110010 | 1010101 | 0 | 111010 | 11101 | 110101 | 101001010 | 101001 | 100001 |
Color Harmonies of #773255
Complementary color
Monochromatic Colors of #773255
Black with #773255
Text Example
Text Example
White with #773255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #773255; }
p { color: rgb(119,50,85); }
H1.HeaderClassName
{
color: #773255;
}
.AnyTagClassName
{
color: #773255;
}
</style>
background-color css
<style>
a { background-color: #773255; }
a { background-color: rgb(119,50,85); }
div.DivClassName
{
background-color: #773255;
}
.BgClassName
{
background-color: #773255;
}
</style>
border-color css
<style>
span { border-color: #773255; }
span { border-color: rgb(119,50,85); }
td.TdClassName
{
border-color: #773255;
}
.TagClassName
{
border-color: #773255;
}
</style>