Shades of Flirt #762C4E
Tints of Flirt #762C4E
RGB
CMYK
RGB Variations
Color information
#762C4E (or 0x762C4E) is known color: Flirt. HEX triplet: 76, 2C and 4E. RGB value is (118,44,78). Sum of RGB (Red+Green+Blue) = 118+44+78=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #762C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762C4E is #89D3B1. Grayscale: #454545. Windows color (decimal): -9032626 or 5123190. OLE color: 5123190.
HSL color Cylindrical-coordinate representation of color #762C4E: hue angle of 332.43º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #762C4E is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 78 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.54 |
| HSL | 332.43º | 0.46% | 0.32% | - |
| HSV(B) | 332.43º | 0.63% | 0.46% | - |
| XYZ | 9.75 | 6.2 | 7.89 | - |
| YUV | 70 | 132.52 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 78 | 0 | 0.63 | 0.34 | 0.54 | 332.43 | 0.46 | 0.32 |
| Hex | 76 | 2C | 4E | 0 | 3F | 22 | 36 | 14C | 2E | 20 |
| Octal | 166 | 54 | 116 | 0 | 77 | 42 | 66 | 514 | 56 | 40 |
| Binary | 1110110 | 101100 | 1001110 | 0 | 111111 | 100010 | 110110 | 101001100 | 101110 | 100000 |
Color Harmonies of #762C4E
Complementary color
Monochromatic Colors of #762C4E
Black with #762C4E
Text Example
Text Example
White with #762C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C4E; }
p { color: rgb(118,44,78); }
H1.HeaderClassName
{
color: #762C4E;
}
.AnyTagClassName
{
color: #762C4E;
}
</style>
background-color css
<style>
a { background-color: #762C4E; }
a { background-color: rgb(118,44,78); }
div.DivClassName
{
background-color: #762C4E;
}
.BgClassName
{
background-color: #762C4E;
}
</style>
border-color css
<style>
span { border-color: #762C4E; }
span { border-color: rgb(118,44,78); }
td.TdClassName
{
border-color: #762C4E;
}
.TagClassName
{
border-color: #762C4E;
}
</style>