Shades of Flirt #77264F
Tints of Flirt #77264F
RGB
CMYK
RGB Variations
Color information
#77264F (or 0x77264F) is known color: Flirt. HEX triplet: 77, 26 and 4F. RGB value is (119,38,79). Sum of RGB (Red+Green+Blue) = 119+38+79=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #77264F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77264F is #88D9B0. Grayscale: #424242. Windows color (decimal): -8968625 or 5187191. OLE color: 5187191.
HSL color Cylindrical-coordinate representation of color #77264F: hue angle of 329.63º 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 #77264F is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 79 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.53 |
| HSL | 329.63º | 0.52% | 0.31% | - |
| HSV(B) | 329.63º | 0.68% | 0.47% | - |
| XYZ | 9.71 | 5.87 | 8.02 | - |
| YUV | 66.89 | 134.84 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 79 | 0 | 0.68 | 0.34 | 0.53 | 329.63 | 0.52 | 0.31 |
| Hex | 77 | 26 | 4F | 0 | 44 | 22 | 35 | 14A | 34 | 1F |
| Octal | 167 | 46 | 117 | 0 | 104 | 42 | 65 | 512 | 64 | 37 |
| Binary | 1110111 | 100110 | 1001111 | 0 | 1000100 | 100010 | 110101 | 101001010 | 110100 | 11111 |
Color Harmonies of #77264F
Complementary color
Monochromatic Colors of #77264F
Black with #77264F
Text Example
Text Example
White with #77264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77264F; }
p { color: rgb(119,38,79); }
H1.HeaderClassName
{
color: #77264F;
}
.AnyTagClassName
{
color: #77264F;
}
</style>
background-color css
<style>
a { background-color: #77264F; }
a { background-color: rgb(119,38,79); }
div.DivClassName
{
background-color: #77264F;
}
.BgClassName
{
background-color: #77264F;
}
</style>
border-color css
<style>
span { border-color: #77264F; }
span { border-color: rgb(119,38,79); }
td.TdClassName
{
border-color: #77264F;
}
.TagClassName
{
border-color: #77264F;
}
</style>