Shades of Flirt #77354B
Tints of Flirt #77354B
RGB
CMYK
RGB Variations
Color information
#77354B (or 0x77354B) is known color: Flirt. HEX triplet: 77, 35 and 4B. RGB value is (119,53,75). Sum of RGB (Red+Green+Blue) = 119+53+75=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77354B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77354B is #88CAB4. Grayscale: #4B4B4B. Windows color (decimal): -8964789 or 4928887. OLE color: 4928887.
HSL color Cylindrical-coordinate representation of color #77354B: hue angle of 340º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77354B is Cyan = 0, Magento = 0.55, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 53 | 75 | - |
| CMYK | 0 | 0.55 | 0.37 | 0.53 |
| HSL | 340º | 0.38% | 0.34% | - |
| HSV(B) | 340º | 0.55% | 0.47% | - |
| XYZ | 10.15 | 6.98 | 7.47 | - |
| YUV | 75.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 53 | 75 | 0 | 0.55 | 0.37 | 0.53 | 340 | 0.38 | 0.34 |
| Hex | 77 | 35 | 4B | 0 | 37 | 25 | 35 | 154 | 26 | 22 |
| Octal | 167 | 65 | 113 | 0 | 67 | 45 | 65 | 524 | 46 | 42 |
| Binary | 1110111 | 110101 | 1001011 | 0 | 110111 | 100101 | 110101 | 101010100 | 100110 | 100010 |
Color Harmonies of #77354B
Complementary color
Monochromatic Colors of #77354B
Black with #77354B
Text Example
Text Example
White with #77354B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77354B; }
p { color: rgb(119,53,75); }
H1.HeaderClassName
{
color: #77354B;
}
.AnyTagClassName
{
color: #77354B;
}
</style>
background-color css
<style>
a { background-color: #77354B; }
a { background-color: rgb(119,53,75); }
div.DivClassName
{
background-color: #77354B;
}
.BgClassName
{
background-color: #77354B;
}
</style>
border-color css
<style>
span { border-color: #77354B; }
span { border-color: rgb(119,53,75); }
td.TdClassName
{
border-color: #77354B;
}
.TagClassName
{
border-color: #77354B;
}
</style>