Shades of Flirt #77355E
Tints of Flirt #77355E
RGB
CMYK
RGB Variations
Color information
#77355E (or 0x77355E) is known color: Flirt. HEX triplet: 77, 35 and 5E. RGB value is (119,53,94). Sum of RGB (Red+Green+Blue) = 119+53+94=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77355E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77355E is #88CAA1. Grayscale: #4D4D4D. Windows color (decimal): -8964770 or 6174071. OLE color: 6174071.
HSL color Cylindrical-coordinate representation of color #77355E: hue angle of 322.73º 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 #77355E is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 94 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.53 |
| HSL | 322.73º | 0.38% | 0.34% | - |
| HSV(B) | 322.73º | 0.55% | 0.47% | - |
| XYZ | 10.9 | 7.28 | 11.42 | - |
| YUV | 77.41 | 137.37 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 94 | 0 | 0.55 | 0.21 | 0.53 | 322.73 | 0.38 | 0.34 |
| Hex | 77 | 35 | 5E | 0 | 37 | 15 | 35 | 143 | 26 | 22 |
| Octal | 167 | 65 | 136 | 0 | 67 | 25 | 65 | 503 | 46 | 42 |
| Binary | 1110111 | 110101 | 1011110 | 0 | 110111 | 10101 | 110101 | 101000011 | 100110 | 100010 |
Color Harmonies of #77355E
Complementary color
Monochromatic Colors of #77355E
Black with #77355E
Text Example
Text Example
White with #77355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77355E; }
p { color: rgb(119,53,94); }
H1.HeaderClassName
{
color: #77355E;
}
.AnyTagClassName
{
color: #77355E;
}
</style>
background-color css
<style>
a { background-color: #77355E; }
a { background-color: rgb(119,53,94); }
div.DivClassName
{
background-color: #77355E;
}
.BgClassName
{
background-color: #77355E;
}
</style>
border-color css
<style>
span { border-color: #77355E; }
span { border-color: rgb(119,53,94); }
td.TdClassName
{
border-color: #77355E;
}
.TagClassName
{
border-color: #77355E;
}
</style>