Shades of Flirt #77354C
Tints of Flirt #77354C
RGB
CMYK
RGB Variations
Color information
#77354C (or 0x77354C) is known color: Flirt. HEX triplet: 77, 35 and 4C. RGB value is (119,53,76). Sum of RGB (Red+Green+Blue) = 119+53+76=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77354C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77354C is #88CAB3. Grayscale: #4B4B4B. Windows color (decimal): -8964788 or 4994423. OLE color: 4994423.
HSL color Cylindrical-coordinate representation of color #77354C: hue angle of 339.09º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77354C is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 76 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.53 |
| HSL | 339.09º | 0.38% | 0.34% | - |
| HSV(B) | 339.09º | 0.55% | 0.47% | - |
| XYZ | 10.19 | 6.99 | 7.65 | - |
| YUV | 75.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 76 | 0 | 0.55 | 0.36 | 0.53 | 339.09 | 0.38 | 0.34 |
| Hex | 77 | 35 | 4C | 0 | 37 | 24 | 35 | 153 | 26 | 22 |
| Octal | 167 | 65 | 114 | 0 | 67 | 44 | 65 | 523 | 46 | 42 |
| Binary | 1110111 | 110101 | 1001100 | 0 | 110111 | 100100 | 110101 | 101010011 | 100110 | 100010 |
Color Harmonies of #77354C
Complementary color
Monochromatic Colors of #77354C
Black with #77354C
Text Example
Text Example
White with #77354C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77354C; }
p { color: rgb(119,53,76); }
H1.HeaderClassName
{
color: #77354C;
}
.AnyTagClassName
{
color: #77354C;
}
</style>
background-color css
<style>
a { background-color: #77354C; }
a { background-color: rgb(119,53,76); }
div.DivClassName
{
background-color: #77354C;
}
.BgClassName
{
background-color: #77354C;
}
</style>
border-color css
<style>
span { border-color: #77354C; }
span { border-color: rgb(119,53,76); }
td.TdClassName
{
border-color: #77354C;
}
.TagClassName
{
border-color: #77354C;
}
</style>