Shades of Flirt #77345E
Tints of Flirt #77345E
RGB
CMYK
RGB Variations
Color information
#77345E (or 0x77345E) is known color: Flirt. HEX triplet: 77, 34 and 5E. RGB value is (119,52,94). Sum of RGB (Red+Green+Blue) = 119+52+94=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77345E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77345E is #88CBA1. Grayscale: #4C4C4C. Windows color (decimal): -8965026 or 6173815. OLE color: 6173815.
HSL color Cylindrical-coordinate representation of color #77345E: hue angle of 322.39º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #77345E is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 52 | 94 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.53 |
| HSL | 322.39º | 0.39% | 0.34% | - |
| HSV(B) | 322.39º | 0.56% | 0.47% | - |
| XYZ | 10.86 | 7.19 | 11.4 | - |
| YUV | 76.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 52 | 94 | 0 | 0.56 | 0.21 | 0.53 | 322.39 | 0.39 | 0.34 |
| Hex | 77 | 34 | 5E | 0 | 38 | 15 | 35 | 142 | 27 | 22 |
| Octal | 167 | 64 | 136 | 0 | 70 | 25 | 65 | 502 | 47 | 42 |
| Binary | 1110111 | 110100 | 1011110 | 0 | 111000 | 10101 | 110101 | 101000010 | 100111 | 100010 |
Color Harmonies of #77345E
Complementary color
Monochromatic Colors of #77345E
Black with #77345E
Text Example
Text Example
White with #77345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77345E; }
p { color: rgb(119,52,94); }
H1.HeaderClassName
{
color: #77345E;
}
.AnyTagClassName
{
color: #77345E;
}
</style>
background-color css
<style>
a { background-color: #77345E; }
a { background-color: rgb(119,52,94); }
div.DivClassName
{
background-color: #77345E;
}
.BgClassName
{
background-color: #77345E;
}
</style>
border-color css
<style>
span { border-color: #77345E; }
span { border-color: rgb(119,52,94); }
td.TdClassName
{
border-color: #77345E;
}
.TagClassName
{
border-color: #77345E;
}
</style>