Shades of Flirt #77355D
Tints of Flirt #77355D
RGB
CMYK
RGB Variations
Color information
#77355D (or 0x77355D) is known color: Flirt. HEX triplet: 77, 35 and 5D. RGB value is (119,53,93). Sum of RGB (Red+Green+Blue) = 119+53+93=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77355D is #88CAA2. Grayscale: #4D4D4D. Windows color (decimal): -8964771 or 6108535. OLE color: 6108535.
HSL color Cylindrical-coordinate representation of color #77355D: hue angle of 323.64º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77355D is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 93 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.53 |
| HSL | 323.64º | 0.38% | 0.34% | - |
| HSV(B) | 323.64º | 0.55% | 0.47% | - |
| XYZ | 10.86 | 7.26 | 11.18 | - |
| YUV | 77.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 93 | 0 | 0.55 | 0.22 | 0.53 | 323.64 | 0.38 | 0.34 |
| Hex | 77 | 35 | 5D | 0 | 37 | 16 | 35 | 144 | 26 | 22 |
| Octal | 167 | 65 | 135 | 0 | 67 | 26 | 65 | 504 | 46 | 42 |
| Binary | 1110111 | 110101 | 1011101 | 0 | 110111 | 10110 | 110101 | 101000100 | 100110 | 100010 |
Color Harmonies of #77355D
Complementary color
Monochromatic Colors of #77355D
Black with #77355D
Text Example
Text Example
White with #77355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77355D; }
p { color: rgb(119,53,93); }
H1.HeaderClassName
{
color: #77355D;
}
.AnyTagClassName
{
color: #77355D;
}
</style>
background-color css
<style>
a { background-color: #77355D; }
a { background-color: rgb(119,53,93); }
div.DivClassName
{
background-color: #77355D;
}
.BgClassName
{
background-color: #77355D;
}
</style>
border-color css
<style>
span { border-color: #77355D; }
span { border-color: rgb(119,53,93); }
td.TdClassName
{
border-color: #77355D;
}
.TagClassName
{
border-color: #77355D;
}
</style>