Shades of Flirt #77274E
Tints of Flirt #77274E
RGB
CMYK
RGB Variations
Color information
#77274E (or 0x77274E) is known color: Flirt. HEX triplet: 77, 27 and 4E. RGB value is (119,39,78). Sum of RGB (Red+Green+Blue) = 119+39+78=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #77274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77274E is #88D8B1. Grayscale: #434343. Windows color (decimal): -8968370 or 5121911. OLE color: 5121911.
HSL color Cylindrical-coordinate representation of color #77274E: hue angle of 330.75º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #77274E is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 39 | 78 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.53 |
| HSL | 330.75º | 0.51% | 0.31% | - |
| HSV(B) | 330.75º | 0.67% | 0.47% | - |
| XYZ | 9.71 | 5.92 | 7.84 | - |
| YUV | 67.37 | 134 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 78 | 0 | 0.67 | 0.34 | 0.53 | 330.75 | 0.51 | 0.31 |
| Hex | 77 | 27 | 4E | 0 | 43 | 22 | 35 | 14B | 33 | 1F |
| Octal | 167 | 47 | 116 | 0 | 103 | 42 | 65 | 513 | 63 | 37 |
| Binary | 1110111 | 100111 | 1001110 | 0 | 1000011 | 100010 | 110101 | 101001011 | 110011 | 11111 |
Color Harmonies of #77274E
Complementary color
Monochromatic Colors of #77274E
Black with #77274E
Text Example
Text Example
White with #77274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77274E; }
p { color: rgb(119,39,78); }
H1.HeaderClassName
{
color: #77274E;
}
.AnyTagClassName
{
color: #77274E;
}
</style>
background-color css
<style>
a { background-color: #77274E; }
a { background-color: rgb(119,39,78); }
div.DivClassName
{
background-color: #77274E;
}
.BgClassName
{
background-color: #77274E;
}
</style>
border-color css
<style>
span { border-color: #77274E; }
span { border-color: rgb(119,39,78); }
td.TdClassName
{
border-color: #77274E;
}
.TagClassName
{
border-color: #77274E;
}
</style>