Shades of Flirt #762E53
Tints of Flirt #762E53
RGB
CMYK
RGB Variations
Color information
#762E53 (or 0x762E53) is known color: Flirt. HEX triplet: 76, 2E and 53. RGB value is (118,46,83). Sum of RGB (Red+Green+Blue) = 118+46+83=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #762E53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762E53 is #89D1AC. Grayscale: #474747. Windows color (decimal): -9032109 or 5451382. OLE color: 5451382.
HSL color Cylindrical-coordinate representation of color #762E53: hue angle of 329.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #762E53 is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 46 | 83 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.54 |
| HSL | 329.17º | 0.44% | 0.32% | - |
| HSV(B) | 329.17º | 0.61% | 0.46% | - |
| XYZ | 10.01 | 6.43 | 8.9 | - |
| YUV | 71.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 46 | 83 | 0 | 0.61 | 0.30 | 0.54 | 329.17 | 0.44 | 0.32 |
| Hex | 76 | 2E | 53 | 0 | 3D | 1E | 36 | 149 | 2C | 20 |
| Octal | 166 | 56 | 123 | 0 | 75 | 36 | 66 | 511 | 54 | 40 |
| Binary | 1110110 | 101110 | 1010011 | 0 | 111101 | 11110 | 110110 | 101001001 | 101100 | 100000 |
Color Harmonies of #762E53
Complementary color
Monochromatic Colors of #762E53
Black with #762E53
Text Example
Text Example
White with #762E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762E53; }
p { color: rgb(118,46,83); }
H1.HeaderClassName
{
color: #762E53;
}
.AnyTagClassName
{
color: #762E53;
}
</style>
background-color css
<style>
a { background-color: #762E53; }
a { background-color: rgb(118,46,83); }
div.DivClassName
{
background-color: #762E53;
}
.BgClassName
{
background-color: #762E53;
}
</style>
border-color css
<style>
span { border-color: #762E53; }
span { border-color: rgb(118,46,83); }
td.TdClassName
{
border-color: #762E53;
}
.TagClassName
{
border-color: #762E53;
}
</style>