Shades of Flirt #77374C
Tints of Flirt #77374C
RGB
CMYK
RGB Variations
Color information
#77374C (or 0x77374C) is known color: Flirt. HEX triplet: 77, 37 and 4C. RGB value is (119,55,76). Sum of RGB (Red+Green+Blue) = 119+55+76=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #77374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77374C is #88C8B3. Grayscale: #4C4C4C. Windows color (decimal): -8964276 or 4994935. OLE color: 4994935.
HSL color Cylindrical-coordinate representation of color #77374C: hue angle of 340.31º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #77374C is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 55 | 76 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.53 |
| HSL | 340.31º | 0.37% | 0.34% | - |
| HSV(B) | 340.31º | 0.54% | 0.47% | - |
| XYZ | 10.28 | 7.18 | 7.68 | - |
| YUV | 76.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 55 | 76 | 0 | 0.54 | 0.36 | 0.53 | 340.31 | 0.37 | 0.34 |
| Hex | 77 | 37 | 4C | 0 | 36 | 24 | 35 | 154 | 25 | 22 |
| Octal | 167 | 67 | 114 | 0 | 66 | 44 | 65 | 524 | 45 | 42 |
| Binary | 1110111 | 110111 | 1001100 | 0 | 110110 | 100100 | 110101 | 101010100 | 100101 | 100010 |
Color Harmonies of #77374C
Complementary color
Monochromatic Colors of #77374C
Black with #77374C
Text Example
Text Example
White with #77374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77374C; }
p { color: rgb(119,55,76); }
H1.HeaderClassName
{
color: #77374C;
}
.AnyTagClassName
{
color: #77374C;
}
</style>
background-color css
<style>
a { background-color: #77374C; }
a { background-color: rgb(119,55,76); }
div.DivClassName
{
background-color: #77374C;
}
.BgClassName
{
background-color: #77374C;
}
</style>
border-color css
<style>
span { border-color: #77374C; }
span { border-color: rgb(119,55,76); }
td.TdClassName
{
border-color: #77374C;
}
.TagClassName
{
border-color: #77374C;
}
</style>