Shades of Flirt #77264E
Tints of Flirt #77264E
RGB
CMYK
RGB Variations
Color information
#77264E (or 0x77264E) is known color: Flirt. HEX triplet: 77, 26 and 4E. RGB value is (119,38,78). Sum of RGB (Red+Green+Blue) = 119+38+78=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77264E is #88D9B1. Grayscale: #424242. Windows color (decimal): -8968626 or 5121655. OLE color: 5121655.
HSL color Cylindrical-coordinate representation of color #77264E: hue angle of 330.37º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #77264E is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 78 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.53 |
| HSL | 330.37º | 0.52% | 0.31% | - |
| HSV(B) | 330.37º | 0.68% | 0.47% | - |
| XYZ | 9.68 | 5.86 | 7.83 | - |
| YUV | 66.78 | 134.34 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 78 | 0 | 0.68 | 0.34 | 0.53 | 330.37 | 0.52 | 0.31 |
| Hex | 77 | 26 | 4E | 0 | 44 | 22 | 35 | 14A | 34 | 1F |
| Octal | 167 | 46 | 116 | 0 | 104 | 42 | 65 | 512 | 64 | 37 |
| Binary | 1110111 | 100110 | 1001110 | 0 | 1000100 | 100010 | 110101 | 101001010 | 110100 | 11111 |
Color Harmonies of #77264E
Complementary color
Monochromatic Colors of #77264E
Black with #77264E
Text Example
Text Example
White with #77264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77264E; }
p { color: rgb(119,38,78); }
H1.HeaderClassName
{
color: #77264E;
}
.AnyTagClassName
{
color: #77264E;
}
</style>
background-color css
<style>
a { background-color: #77264E; }
a { background-color: rgb(119,38,78); }
div.DivClassName
{
background-color: #77264E;
}
.BgClassName
{
background-color: #77264E;
}
</style>
border-color css
<style>
span { border-color: #77264E; }
span { border-color: rgb(119,38,78); }
td.TdClassName
{
border-color: #77264E;
}
.TagClassName
{
border-color: #77264E;
}
</style>