Shades of Flirt #762A4E
Tints of Flirt #762A4E
RGB
CMYK
RGB Variations
Color information
#762A4E (or 0x762A4E) is known color: Flirt. HEX triplet: 76, 2A and 4E. RGB value is (118,42,78). Sum of RGB (Red+Green+Blue) = 118+42+78=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #762A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762A4E is #89D5B1. Grayscale: #444444. Windows color (decimal): -9033138 or 5122678. OLE color: 5122678.
HSL color Cylindrical-coordinate representation of color #762A4E: hue angle of 331.58º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762A4E is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 42 | 78 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.54 |
| HSL | 331.58º | 0.48% | 0.31% | - |
| HSV(B) | 331.58º | 0.64% | 0.46% | - |
| XYZ | 9.67 | 6.06 | 7.87 | - |
| YUV | 68.83 | 133.18 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 42 | 78 | 0 | 0.64 | 0.34 | 0.54 | 331.58 | 0.48 | 0.31 |
| Hex | 76 | 2A | 4E | 0 | 40 | 22 | 36 | 14C | 30 | 1F |
| Octal | 166 | 52 | 116 | 0 | 100 | 42 | 66 | 514 | 60 | 37 |
| Binary | 1110110 | 101010 | 1001110 | 0 | 1000000 | 100010 | 110110 | 101001100 | 110000 | 11111 |
Color Harmonies of #762A4E
Complementary color
Monochromatic Colors of #762A4E
Black with #762A4E
Text Example
Text Example
White with #762A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762A4E; }
p { color: rgb(118,42,78); }
H1.HeaderClassName
{
color: #762A4E;
}
.AnyTagClassName
{
color: #762A4E;
}
</style>
background-color css
<style>
a { background-color: #762A4E; }
a { background-color: rgb(118,42,78); }
div.DivClassName
{
background-color: #762A4E;
}
.BgClassName
{
background-color: #762A4E;
}
</style>
border-color css
<style>
span { border-color: #762A4E; }
span { border-color: rgb(118,42,78); }
td.TdClassName
{
border-color: #762A4E;
}
.TagClassName
{
border-color: #762A4E;
}
</style>