Shades of Flirt #77375F
Tints of Flirt #77375F
RGB
CMYK
RGB Variations
Color information
#77375F (or 0x77375F) is known color: Flirt. HEX triplet: 77, 37 and 5F. RGB value is (119,55,95). Sum of RGB (Red+Green+Blue) = 119+55+95=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77375F is #88C8A0. Grayscale: #4E4E4E. Windows color (decimal): -8964257 or 6240119. OLE color: 6240119.
HSL color Cylindrical-coordinate representation of color #77375F: hue angle of 322.5º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77375F is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 55 | 95 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.53 |
| HSL | 322.5º | 0.37% | 0.34% | - |
| HSV(B) | 322.5º | 0.54% | 0.47% | - |
| XYZ | 11.04 | 7.48 | 11.69 | - |
| YUV | 78.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 95 | 0 | 0.54 | 0.20 | 0.53 | 322.5 | 0.37 | 0.34 |
| Hex | 77 | 37 | 5F | 0 | 36 | 14 | 35 | 142 | 25 | 22 |
| Octal | 167 | 67 | 137 | 0 | 66 | 24 | 65 | 502 | 45 | 42 |
| Binary | 1110111 | 110111 | 1011111 | 0 | 110110 | 10100 | 110101 | 101000010 | 100101 | 100010 |
Color Harmonies of #77375F
Complementary color
Monochromatic Colors of #77375F
Black with #77375F
Text Example
Text Example
White with #77375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77375F; }
p { color: rgb(119,55,95); }
H1.HeaderClassName
{
color: #77375F;
}
.AnyTagClassName
{
color: #77375F;
}
</style>
background-color css
<style>
a { background-color: #77375F; }
a { background-color: rgb(119,55,95); }
div.DivClassName
{
background-color: #77375F;
}
.BgClassName
{
background-color: #77375F;
}
</style>
border-color css
<style>
span { border-color: #77375F; }
span { border-color: rgb(119,55,95); }
td.TdClassName
{
border-color: #77375F;
}
.TagClassName
{
border-color: #77375F;
}
</style>