Shades of Flirt #77285A
Tints of Flirt #77285A
RGB
CMYK
RGB Variations
Color information
#77285A (or 0x77285A) is known color: Flirt. HEX triplet: 77, 28 and 5A. RGB value is (119,40,90). Sum of RGB (Red+Green+Blue) = 119+40+90=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77285A is #88D7A5. Grayscale: #454545. Windows color (decimal): -8968102 or 5908599. OLE color: 5908599.
HSL color Cylindrical-coordinate representation of color #77285A: hue angle of 322.03º 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 #77285A is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 90 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.53 |
| HSL | 322.03º | 0.5% | 0.31% | - |
| HSV(B) | 322.03º | 0.66% | 0.47% | - |
| XYZ | 10.21 | 6.18 | 10.33 | - |
| YUV | 69.32 | 139.67 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 90 | 0 | 0.66 | 0.24 | 0.53 | 322.03 | 0.5 | 0.31 |
| Hex | 77 | 28 | 5A | 0 | 42 | 18 | 35 | 142 | 32 | 1F |
| Octal | 167 | 50 | 132 | 0 | 102 | 30 | 65 | 502 | 62 | 37 |
| Binary | 1110111 | 101000 | 1011010 | 0 | 1000010 | 11000 | 110101 | 101000010 | 110010 | 11111 |
Color Harmonies of #77285A
Complementary color
Monochromatic Colors of #77285A
Black with #77285A
Text Example
Text Example
White with #77285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77285A; }
p { color: rgb(119,40,90); }
H1.HeaderClassName
{
color: #77285A;
}
.AnyTagClassName
{
color: #77285A;
}
</style>
background-color css
<style>
a { background-color: #77285A; }
a { background-color: rgb(119,40,90); }
div.DivClassName
{
background-color: #77285A;
}
.BgClassName
{
background-color: #77285A;
}
</style>
border-color css
<style>
span { border-color: #77285A; }
span { border-color: rgb(119,40,90); }
td.TdClassName
{
border-color: #77285A;
}
.TagClassName
{
border-color: #77285A;
}
</style>