Shades of Flirt #77375D
Tints of Flirt #77375D
RGB
CMYK
RGB Variations
Color information
#77375D (or 0x77375D) is known color: Flirt. HEX triplet: 77, 37 and 5D. RGB value is (119,55,93). Sum of RGB (Red+Green+Blue) = 119+55+93=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77375D is #88C8A2. Grayscale: #4E4E4E. Windows color (decimal): -8964259 or 6109047. OLE color: 6109047.
HSL color Cylindrical-coordinate representation of color #77375D: hue angle of 324.38º 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 #77375D is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 55 | 93 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.53 |
| HSL | 324.38º | 0.37% | 0.34% | - |
| HSV(B) | 324.38º | 0.54% | 0.47% | - |
| XYZ | 10.95 | 7.44 | 11.22 | - |
| YUV | 78.47 | 136.2 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 93 | 0 | 0.54 | 0.22 | 0.53 | 324.38 | 0.37 | 0.34 |
| Hex | 77 | 37 | 5D | 0 | 36 | 16 | 35 | 144 | 25 | 22 |
| Octal | 167 | 67 | 135 | 0 | 66 | 26 | 65 | 504 | 45 | 42 |
| Binary | 1110111 | 110111 | 1011101 | 0 | 110110 | 10110 | 110101 | 101000100 | 100101 | 100010 |
Color Harmonies of #77375D
Complementary color
Monochromatic Colors of #77375D
Black with #77375D
Text Example
Text Example
White with #77375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77375D; }
p { color: rgb(119,55,93); }
H1.HeaderClassName
{
color: #77375D;
}
.AnyTagClassName
{
color: #77375D;
}
</style>
background-color css
<style>
a { background-color: #77375D; }
a { background-color: rgb(119,55,93); }
div.DivClassName
{
background-color: #77375D;
}
.BgClassName
{
background-color: #77375D;
}
</style>
border-color css
<style>
span { border-color: #77375D; }
span { border-color: rgb(119,55,93); }
td.TdClassName
{
border-color: #77375D;
}
.TagClassName
{
border-color: #77375D;
}
</style>