Shades of Flirt #77384F
Tints of Flirt #77384F
RGB
CMYK
RGB Variations
Color information
#77384F (or 0x77384F) is known color: Flirt. HEX triplet: 77, 38 and 4F. RGB value is (119,56,79). Sum of RGB (Red+Green+Blue) = 119+56+79=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #77384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77384F is #88C7B0. Grayscale: #4D4D4D. Windows color (decimal): -8964017 or 5191799. OLE color: 5191799.
HSL color Cylindrical-coordinate representation of color #77384F: hue angle of 338.1º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77384F is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 56 | 79 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.53 |
| HSL | 338.1º | 0.36% | 0.34% | - |
| HSV(B) | 338.1º | 0.53% | 0.47% | - |
| XYZ | 10.43 | 7.31 | 8.26 | - |
| YUV | 77.46 | 128.87 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 56 | 79 | 0 | 0.53 | 0.34 | 0.53 | 338.1 | 0.36 | 0.34 |
| Hex | 77 | 38 | 4F | 0 | 35 | 22 | 35 | 152 | 24 | 22 |
| Octal | 167 | 70 | 117 | 0 | 65 | 42 | 65 | 522 | 44 | 42 |
| Binary | 1110111 | 111000 | 1001111 | 0 | 110101 | 100010 | 110101 | 101010010 | 100100 | 100010 |
Color Harmonies of #77384F
Complementary color
Monochromatic Colors of #77384F
Black with #77384F
Text Example
Text Example
White with #77384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77384F; }
p { color: rgb(119,56,79); }
H1.HeaderClassName
{
color: #77384F;
}
.AnyTagClassName
{
color: #77384F;
}
</style>
background-color css
<style>
a { background-color: #77384F; }
a { background-color: rgb(119,56,79); }
div.DivClassName
{
background-color: #77384F;
}
.BgClassName
{
background-color: #77384F;
}
</style>
border-color css
<style>
span { border-color: #77384F; }
span { border-color: rgb(119,56,79); }
td.TdClassName
{
border-color: #77384F;
}
.TagClassName
{
border-color: #77384F;
}
</style>