Shades of Flirt #77254C
Tints of Flirt #77254C
RGB
CMYK
RGB Variations
Color information
#77254C (or 0x77254C) is known color: Flirt. HEX triplet: 77, 25 and 4C. RGB value is (119,37,76). Sum of RGB (Red+Green+Blue) = 119+37+76=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #77254C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77254C is #88DAB3. Grayscale: #414141. Windows color (decimal): -8968884 or 4990327. OLE color: 4990327.
HSL color Cylindrical-coordinate representation of color #77254C: hue angle of 331.46º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #77254C is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 37 | 76 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.53 |
| HSL | 331.46º | 0.53% | 0.31% | - |
| HSV(B) | 331.46º | 0.69% | 0.47% | - |
| XYZ | 9.57 | 5.77 | 7.45 | - |
| YUV | 65.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 37 | 76 | 0 | 0.69 | 0.36 | 0.53 | 331.46 | 0.53 | 0.31 |
| Hex | 77 | 25 | 4C | 0 | 45 | 24 | 35 | 14B | 35 | 1F |
| Octal | 167 | 45 | 114 | 0 | 105 | 44 | 65 | 513 | 65 | 37 |
| Binary | 1110111 | 100101 | 1001100 | 0 | 1000101 | 100100 | 110101 | 101001011 | 110101 | 11111 |
Color Harmonies of #77254C
Complementary color
Monochromatic Colors of #77254C
Black with #77254C
Text Example
Text Example
White with #77254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77254C; }
p { color: rgb(119,37,76); }
H1.HeaderClassName
{
color: #77254C;
}
.AnyTagClassName
{
color: #77254C;
}
</style>
background-color css
<style>
a { background-color: #77254C; }
a { background-color: rgb(119,37,76); }
div.DivClassName
{
background-color: #77254C;
}
.BgClassName
{
background-color: #77254C;
}
</style>
border-color css
<style>
span { border-color: #77254C; }
span { border-color: rgb(119,37,76); }
td.TdClassName
{
border-color: #77254C;
}
.TagClassName
{
border-color: #77254C;
}
</style>