Shades of Flirt #77365C
Tints of Flirt #77365C
RGB
CMYK
RGB Variations
Color information
#77365C (or 0x77365C) is known color: Flirt. HEX triplet: 77, 36 and 5C. RGB value is (119,54,92). Sum of RGB (Red+Green+Blue) = 119+54+92=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77365C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77365C is #88C9A3. Grayscale: #4D4D4D. Windows color (decimal): -8964516 or 6043255. OLE color: 6043255.
HSL color Cylindrical-coordinate representation of color #77365C: hue angle of 324.92º 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 #77365C is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 54 | 92 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.53 |
| HSL | 324.92º | 0.38% | 0.34% | - |
| HSV(B) | 324.92º | 0.55% | 0.47% | - |
| XYZ | 10.86 | 7.33 | 10.97 | - |
| YUV | 77.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 54 | 92 | 0 | 0.55 | 0.23 | 0.53 | 324.92 | 0.38 | 0.34 |
| Hex | 77 | 36 | 5C | 0 | 37 | 17 | 35 | 145 | 26 | 22 |
| Octal | 167 | 66 | 134 | 0 | 67 | 27 | 65 | 505 | 46 | 42 |
| Binary | 1110111 | 110110 | 1011100 | 0 | 110111 | 10111 | 110101 | 101000101 | 100110 | 100010 |
Color Harmonies of #77365C
Complementary color
Monochromatic Colors of #77365C
Black with #77365C
Text Example
Text Example
White with #77365C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77365C; }
p { color: rgb(119,54,92); }
H1.HeaderClassName
{
color: #77365C;
}
.AnyTagClassName
{
color: #77365C;
}
</style>
background-color css
<style>
a { background-color: #77365C; }
a { background-color: rgb(119,54,92); }
div.DivClassName
{
background-color: #77365C;
}
.BgClassName
{
background-color: #77365C;
}
</style>
border-color css
<style>
span { border-color: #77365C; }
span { border-color: rgb(119,54,92); }
td.TdClassName
{
border-color: #77365C;
}
.TagClassName
{
border-color: #77365C;
}
</style>