Shades of Flirt #77334C
Tints of Flirt #77334C
RGB
CMYK
RGB Variations
Color information
#77334C (or 0x77334C) is known color: Flirt. HEX triplet: 77, 33 and 4C. RGB value is (119,51,76). Sum of RGB (Red+Green+Blue) = 119+51+76=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77334C is #88CCB3. Grayscale: #4A4A4A. Windows color (decimal): -8965300 or 4993911. OLE color: 4993911.
HSL color Cylindrical-coordinate representation of color #77334C: hue angle of 337.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #77334C is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 51 | 76 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.53 |
| HSL | 337.94º | 0.4% | 0.33% | - |
| HSV(B) | 337.94º | 0.57% | 0.47% | - |
| XYZ | 10.1 | 6.81 | 7.62 | - |
| YUV | 74.18 | 129.03 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 51 | 76 | 0 | 0.57 | 0.36 | 0.53 | 337.94 | 0.4 | 0.33 |
| Hex | 77 | 33 | 4C | 0 | 39 | 24 | 35 | 152 | 28 | 21 |
| Octal | 167 | 63 | 114 | 0 | 71 | 44 | 65 | 522 | 50 | 41 |
| Binary | 1110111 | 110011 | 1001100 | 0 | 111001 | 100100 | 110101 | 101010010 | 101000 | 100001 |
Color Harmonies of #77334C
Complementary color
Monochromatic Colors of #77334C
Black with #77334C
Text Example
Text Example
White with #77334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77334C; }
p { color: rgb(119,51,76); }
H1.HeaderClassName
{
color: #77334C;
}
.AnyTagClassName
{
color: #77334C;
}
</style>
background-color css
<style>
a { background-color: #77334C; }
a { background-color: rgb(119,51,76); }
div.DivClassName
{
background-color: #77334C;
}
.BgClassName
{
background-color: #77334C;
}
</style>
border-color css
<style>
span { border-color: #77334C; }
span { border-color: rgb(119,51,76); }
td.TdClassName
{
border-color: #77334C;
}
.TagClassName
{
border-color: #77334C;
}
</style>