Shades of Flirt #772D4B
Tints of Flirt #772D4B
RGB
CMYK
RGB Variations
Color information
#772D4B (or 0x772D4B) is known color: Flirt. HEX triplet: 77, 2D and 4B. RGB value is (119,45,75). Sum of RGB (Red+Green+Blue) = 119+45+75=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #772D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772D4B is #88D2B4. Grayscale: #464646. Windows color (decimal): -8966837 or 4926839. OLE color: 4926839.
HSL color Cylindrical-coordinate representation of color #772D4B: hue angle of 335.68º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #772D4B is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 45 | 75 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.53 |
| HSL | 335.68º | 0.45% | 0.32% | - |
| HSV(B) | 335.68º | 0.62% | 0.47% | - |
| XYZ | 9.82 | 6.31 | 7.36 | - |
| YUV | 70.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 45 | 75 | 0 | 0.62 | 0.37 | 0.53 | 335.68 | 0.45 | 0.32 |
| Hex | 77 | 2D | 4B | 0 | 3E | 25 | 35 | 150 | 2D | 20 |
| Octal | 167 | 55 | 113 | 0 | 76 | 45 | 65 | 520 | 55 | 40 |
| Binary | 1110111 | 101101 | 1001011 | 0 | 111110 | 100101 | 110101 | 101010000 | 101101 | 100000 |
Color Harmonies of #772D4B
Complementary color
Monochromatic Colors of #772D4B
Black with #772D4B
Text Example
Text Example
White with #772D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772D4B; }
p { color: rgb(119,45,75); }
H1.HeaderClassName
{
color: #772D4B;
}
.AnyTagClassName
{
color: #772D4B;
}
</style>
background-color css
<style>
a { background-color: #772D4B; }
a { background-color: rgb(119,45,75); }
div.DivClassName
{
background-color: #772D4B;
}
.BgClassName
{
background-color: #772D4B;
}
</style>
border-color css
<style>
span { border-color: #772D4B; }
span { border-color: rgb(119,45,75); }
td.TdClassName
{
border-color: #772D4B;
}
.TagClassName
{
border-color: #772D4B;
}
</style>