Shades of Flirt #77284F
Tints of Flirt #77284F
RGB
CMYK
RGB Variations
Color information
#77284F (or 0x77284F) is known color: Flirt. HEX triplet: 77, 28 and 4F. RGB value is (119,40,79). Sum of RGB (Red+Green+Blue) = 119+40+79=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #77284F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77284F is #88D7B0. Grayscale: #434343. Windows color (decimal): -8968113 or 5187703. OLE color: 5187703.
HSL color Cylindrical-coordinate representation of color #77284F: hue angle of 330.38º 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 #77284F is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 40 | 79 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.53 |
| HSL | 330.38º | 0.5% | 0.31% | - |
| HSV(B) | 330.38º | 0.66% | 0.47% | - |
| XYZ | 9.78 | 6 | 8.04 | - |
| YUV | 68.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 40 | 79 | 0 | 0.66 | 0.34 | 0.53 | 330.38 | 0.5 | 0.31 |
| Hex | 77 | 28 | 4F | 0 | 42 | 22 | 35 | 14A | 32 | 1F |
| Octal | 167 | 50 | 117 | 0 | 102 | 42 | 65 | 512 | 62 | 37 |
| Binary | 1110111 | 101000 | 1001111 | 0 | 1000010 | 100010 | 110101 | 101001010 | 110010 | 11111 |
Color Harmonies of #77284F
Complementary color
Monochromatic Colors of #77284F
Black with #77284F
Text Example
Text Example
White with #77284F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77284F; }
p { color: rgb(119,40,79); }
H1.HeaderClassName
{
color: #77284F;
}
.AnyTagClassName
{
color: #77284F;
}
</style>
background-color css
<style>
a { background-color: #77284F; }
a { background-color: rgb(119,40,79); }
div.DivClassName
{
background-color: #77284F;
}
.BgClassName
{
background-color: #77284F;
}
</style>
border-color css
<style>
span { border-color: #77284F; }
span { border-color: rgb(119,40,79); }
td.TdClassName
{
border-color: #77284F;
}
.TagClassName
{
border-color: #77284F;
}
</style>