Shades of Flirt #77264D
Tints of Flirt #77264D
RGB
CMYK
RGB Variations
Color information
#77264D (or 0x77264D) is known color: Flirt. HEX triplet: 77, 26 and 4D. RGB value is (119,38,77). Sum of RGB (Red+Green+Blue) = 119+38+77=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #77264D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77264D is #88D9B2. Grayscale: #424242. Windows color (decimal): -8968627 or 5056119. OLE color: 5056119.
HSL color Cylindrical-coordinate representation of color #77264D: hue angle of 331.11º 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 #77264D is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 38 | 77 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.53 |
| HSL | 331.11º | 0.52% | 0.31% | - |
| HSV(B) | 331.11º | 0.68% | 0.47% | - |
| XYZ | 9.64 | 5.84 | 7.64 | - |
| YUV | 66.67 | 133.84 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 38 | 77 | 0 | 0.68 | 0.35 | 0.53 | 331.11 | 0.52 | 0.31 |
| Hex | 77 | 26 | 4D | 0 | 44 | 23 | 35 | 14B | 34 | 1F |
| Octal | 167 | 46 | 115 | 0 | 104 | 43 | 65 | 513 | 64 | 37 |
| Binary | 1110111 | 100110 | 1001101 | 0 | 1000100 | 100011 | 110101 | 101001011 | 110100 | 11111 |
Color Harmonies of #77264D
Complementary color
Monochromatic Colors of #77264D
Black with #77264D
Text Example
Text Example
White with #77264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77264D; }
p { color: rgb(119,38,77); }
H1.HeaderClassName
{
color: #77264D;
}
.AnyTagClassName
{
color: #77264D;
}
</style>
background-color css
<style>
a { background-color: #77264D; }
a { background-color: rgb(119,38,77); }
div.DivClassName
{
background-color: #77264D;
}
.BgClassName
{
background-color: #77264D;
}
</style>
border-color css
<style>
span { border-color: #77264D; }
span { border-color: rgb(119,38,77); }
td.TdClassName
{
border-color: #77264D;
}
.TagClassName
{
border-color: #77264D;
}
</style>