Shades of Flirt #77274D
Tints of Flirt #77274D
RGB
CMYK
RGB Variations
Color information
#77274D (or 0x77274D) is known color: Flirt. HEX triplet: 77, 27 and 4D. RGB value is (119,39,77). Sum of RGB (Red+Green+Blue) = 119+39+77=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #77274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77274D is #88D8B2. Grayscale: #434343. Windows color (decimal): -8968371 or 5056375. OLE color: 5056375.
HSL color Cylindrical-coordinate representation of color #77274D: hue angle of 331.5º 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 #77274D is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 39 | 77 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.53 |
| HSL | 331.5º | 0.51% | 0.31% | - |
| HSV(B) | 331.5º | 0.67% | 0.47% | - |
| XYZ | 9.67 | 5.91 | 7.65 | - |
| YUV | 67.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 39 | 77 | 0 | 0.67 | 0.35 | 0.53 | 331.5 | 0.51 | 0.31 |
| Hex | 77 | 27 | 4D | 0 | 43 | 23 | 35 | 14C | 33 | 1F |
| Octal | 167 | 47 | 115 | 0 | 103 | 43 | 65 | 514 | 63 | 37 |
| Binary | 1110111 | 100111 | 1001101 | 0 | 1000011 | 100011 | 110101 | 101001100 | 110011 | 11111 |
Color Harmonies of #77274D
Complementary color
Monochromatic Colors of #77274D
Black with #77274D
Text Example
Text Example
White with #77274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77274D; }
p { color: rgb(119,39,77); }
H1.HeaderClassName
{
color: #77274D;
}
.AnyTagClassName
{
color: #77274D;
}
</style>
background-color css
<style>
a { background-color: #77274D; }
a { background-color: rgb(119,39,77); }
div.DivClassName
{
background-color: #77274D;
}
.BgClassName
{
background-color: #77274D;
}
</style>
border-color css
<style>
span { border-color: #77274D; }
span { border-color: rgb(119,39,77); }
td.TdClassName
{
border-color: #77274D;
}
.TagClassName
{
border-color: #77274D;
}
</style>