Shades of Flirt #77284C
Tints of Flirt #77284C
RGB
CMYK
RGB Variations
Color information
#77284C (or 0x77284C) is known color: Flirt. HEX triplet: 77, 28 and 4C. RGB value is (119,40,76). Sum of RGB (Red+Green+Blue) = 119+40+76=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77284C is #88D7B3. Grayscale: #434343. Windows color (decimal): -8968116 or 4991095. OLE color: 4991095.
HSL color Cylindrical-coordinate representation of color #77284C: hue angle of 332.66º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77284C is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 76 | - |
| CMYK | 0 | 0.66 | 0.36 | 0.53 |
| HSL | 332.66º | 0.5% | 0.31% | - |
| HSV(B) | 332.66º | 0.66% | 0.47% | - |
| XYZ | 9.67 | 5.96 | 7.48 | - |
| YUV | 67.73 | 132.67 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 76 | 0 | 0.66 | 0.36 | 0.53 | 332.66 | 0.5 | 0.31 |
| Hex | 77 | 28 | 4C | 0 | 42 | 24 | 35 | 14D | 32 | 1F |
| Octal | 167 | 50 | 114 | 0 | 102 | 44 | 65 | 515 | 62 | 37 |
| Binary | 1110111 | 101000 | 1001100 | 0 | 1000010 | 100100 | 110101 | 101001101 | 110010 | 11111 |
Color Harmonies of #77284C
Complementary color
Monochromatic Colors of #77284C
Black with #77284C
Text Example
Text Example
White with #77284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77284C; }
p { color: rgb(119,40,76); }
H1.HeaderClassName
{
color: #77284C;
}
.AnyTagClassName
{
color: #77284C;
}
</style>
background-color css
<style>
a { background-color: #77284C; }
a { background-color: rgb(119,40,76); }
div.DivClassName
{
background-color: #77284C;
}
.BgClassName
{
background-color: #77284C;
}
</style>
border-color css
<style>
span { border-color: #77284C; }
span { border-color: rgb(119,40,76); }
td.TdClassName
{
border-color: #77284C;
}
.TagClassName
{
border-color: #77284C;
}
</style>