Shades of Flirt #772C48
Tints of Flirt #772C48
RGB
CMYK
RGB Variations
Color information
#772C48 (or 0x772C48) is known color: Flirt. HEX triplet: 77, 2C and 48. RGB value is (119,44,72). Sum of RGB (Red+Green+Blue) = 119+44+72=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #772C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772C48 is #88D3B7. Grayscale: #454545. Windows color (decimal): -8967096 or 4729975. OLE color: 4729975.
HSL color Cylindrical-coordinate representation of color #772C48: hue angle of 337.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #772C48 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 44 | 72 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.53 |
| HSL | 337.6º | 0.46% | 0.32% | - |
| HSV(B) | 337.6º | 0.63% | 0.47% | - |
| XYZ | 9.68 | 6.19 | 6.82 | - |
| YUV | 69.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 44 | 72 | 0 | 0.63 | 0.39 | 0.53 | 337.6 | 0.46 | 0.32 |
| Hex | 77 | 2C | 48 | 0 | 3F | 27 | 35 | 152 | 2E | 20 |
| Octal | 167 | 54 | 110 | 0 | 77 | 47 | 65 | 522 | 56 | 40 |
| Binary | 1110111 | 101100 | 1001000 | 0 | 111111 | 100111 | 110101 | 101010010 | 101110 | 100000 |
Color Harmonies of #772C48
Complementary color
Monochromatic Colors of #772C48
Black with #772C48
Text Example
Text Example
White with #772C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772C48; }
p { color: rgb(119,44,72); }
H1.HeaderClassName
{
color: #772C48;
}
.AnyTagClassName
{
color: #772C48;
}
</style>
background-color css
<style>
a { background-color: #772C48; }
a { background-color: rgb(119,44,72); }
div.DivClassName
{
background-color: #772C48;
}
.BgClassName
{
background-color: #772C48;
}
</style>
border-color css
<style>
span { border-color: #772C48; }
span { border-color: rgb(119,44,72); }
td.TdClassName
{
border-color: #772C48;
}
.TagClassName
{
border-color: #772C48;
}
</style>