Shades of Flirt #772A47
Tints of Flirt #772A47
RGB
CMYK
RGB Variations
Color information
#772A47 (or 0x772A47) is known color: Flirt. HEX triplet: 77, 2A and 47. RGB value is (119,42,71). Sum of RGB (Red+Green+Blue) = 119+42+71=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #772A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A47 is #88D5B8. Grayscale: #444444. Windows color (decimal): -8967609 or 4663927. OLE color: 4663927.
HSL color Cylindrical-coordinate representation of color #772A47: hue angle of 337.4º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A47 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 42 | 71 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.53 |
| HSL | 337.4º | 0.48% | 0.32% | - |
| HSV(B) | 337.4º | 0.65% | 0.47% | - |
| XYZ | 9.57 | 6.03 | 6.62 | - |
| YUV | 68.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 71 | 0 | 0.65 | 0.40 | 0.53 | 337.4 | 0.48 | 0.32 |
| Hex | 77 | 2A | 47 | 0 | 41 | 28 | 35 | 151 | 30 | 20 |
| Octal | 167 | 52 | 107 | 0 | 101 | 50 | 65 | 521 | 60 | 40 |
| Binary | 1110111 | 101010 | 1000111 | 0 | 1000001 | 101000 | 110101 | 101010001 | 110000 | 100000 |
Color Harmonies of #772A47
Complementary color
Monochromatic Colors of #772A47
Black with #772A47
Text Example
Text Example
White with #772A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A47; }
p { color: rgb(119,42,71); }
H1.HeaderClassName
{
color: #772A47;
}
.AnyTagClassName
{
color: #772A47;
}
</style>
background-color css
<style>
a { background-color: #772A47; }
a { background-color: rgb(119,42,71); }
div.DivClassName
{
background-color: #772A47;
}
.BgClassName
{
background-color: #772A47;
}
</style>
border-color css
<style>
span { border-color: #772A47; }
span { border-color: rgb(119,42,71); }
td.TdClassName
{
border-color: #772A47;
}
.TagClassName
{
border-color: #772A47;
}
</style>