Shades of Flirt #77395A
Tints of Flirt #77395A
RGB
CMYK
RGB Variations
Color information
#77395A (or 0x77395A) is known color: Flirt. HEX triplet: 77, 39 and 5A. RGB value is (119,57,90). Sum of RGB (Red+Green+Blue) = 119+57+90=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77395A is #88C6A5. Grayscale: #4F4F4F. Windows color (decimal): -8963750 or 5912951. OLE color: 5912951.
HSL color Cylindrical-coordinate representation of color #77395A: hue angle of 328.06º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77395A is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 57 | 90 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.53 |
| HSL | 328.06º | 0.35% | 0.35% | - |
| HSV(B) | 328.06º | 0.52% | 0.47% | - |
| XYZ | 10.92 | 7.59 | 10.56 | - |
| YUV | 79.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 57 | 90 | 0 | 0.52 | 0.24 | 0.53 | 328.06 | 0.35 | 0.35 |
| Hex | 77 | 39 | 5A | 0 | 34 | 18 | 35 | 148 | 23 | 23 |
| Octal | 167 | 71 | 132 | 0 | 64 | 30 | 65 | 510 | 43 | 43 |
| Binary | 1110111 | 111001 | 1011010 | 0 | 110100 | 11000 | 110101 | 101001000 | 100011 | 100011 |
Color Harmonies of #77395A
Complementary color
Monochromatic Colors of #77395A
Black with #77395A
Text Example
Text Example
White with #77395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77395A; }
p { color: rgb(119,57,90); }
H1.HeaderClassName
{
color: #77395A;
}
.AnyTagClassName
{
color: #77395A;
}
</style>
background-color css
<style>
a { background-color: #77395A; }
a { background-color: rgb(119,57,90); }
div.DivClassName
{
background-color: #77395A;
}
.BgClassName
{
background-color: #77395A;
}
</style>
border-color css
<style>
span { border-color: #77395A; }
span { border-color: rgb(119,57,90); }
td.TdClassName
{
border-color: #77395A;
}
.TagClassName
{
border-color: #77395A;
}
</style>