Shades of Flirt #77304C
Tints of Flirt #77304C
RGB
CMYK
RGB Variations
Color information
#77304C (or 0x77304C) is known color: Flirt. HEX triplet: 77, 30 and 4C. RGB value is (119,48,76). Sum of RGB (Red+Green+Blue) = 119+48+76=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77304C is #88CFB3. Grayscale: #484848. Windows color (decimal): -8966068 or 4993143. OLE color: 4993143.
HSL color Cylindrical-coordinate representation of color #77304C: hue angle of 336.34º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #77304C is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 48 | 76 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.53 |
| HSL | 336.34º | 0.43% | 0.33% | - |
| HSV(B) | 336.34º | 0.6% | 0.47% | - |
| XYZ | 9.97 | 6.56 | 7.58 | - |
| YUV | 72.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 48 | 76 | 0 | 0.60 | 0.36 | 0.53 | 336.34 | 0.43 | 0.33 |
| Hex | 77 | 30 | 4C | 0 | 3C | 24 | 35 | 150 | 2B | 21 |
| Octal | 167 | 60 | 114 | 0 | 74 | 44 | 65 | 520 | 53 | 41 |
| Binary | 1110111 | 110000 | 1001100 | 0 | 111100 | 100100 | 110101 | 101010000 | 101011 | 100001 |
Color Harmonies of #77304C
Complementary color
Monochromatic Colors of #77304C
Black with #77304C
Text Example
Text Example
White with #77304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77304C; }
p { color: rgb(119,48,76); }
H1.HeaderClassName
{
color: #77304C;
}
.AnyTagClassName
{
color: #77304C;
}
</style>
background-color css
<style>
a { background-color: #77304C; }
a { background-color: rgb(119,48,76); }
div.DivClassName
{
background-color: #77304C;
}
.BgClassName
{
background-color: #77304C;
}
</style>
border-color css
<style>
span { border-color: #77304C; }
span { border-color: rgb(119,48,76); }
td.TdClassName
{
border-color: #77304C;
}
.TagClassName
{
border-color: #77304C;
}
</style>