Shades of Flirt #76294D
Tints of Flirt #76294D
RGB
CMYK
RGB Variations
Color information
#76294D (or 0x76294D) is known color: Flirt. HEX triplet: 76, 29 and 4D. RGB value is (118,41,77). Sum of RGB (Red+Green+Blue) = 118+41+77=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76294D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76294D is #89D6B2. Grayscale: #444444. Windows color (decimal): -9033395 or 5056886. OLE color: 5056886.
HSL color Cylindrical-coordinate representation of color #76294D: hue angle of 331.95º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76294D is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 77 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.54 |
| HSL | 331.95º | 0.48% | 0.31% | - |
| HSV(B) | 331.95º | 0.65% | 0.46% | - |
| XYZ | 9.6 | 5.97 | 7.67 | - |
| YUV | 68.13 | 133.01 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 77 | 0 | 0.65 | 0.35 | 0.54 | 331.95 | 0.48 | 0.31 |
| Hex | 76 | 29 | 4D | 0 | 41 | 23 | 36 | 14C | 30 | 1F |
| Octal | 166 | 51 | 115 | 0 | 101 | 43 | 66 | 514 | 60 | 37 |
| Binary | 1110110 | 101001 | 1001101 | 0 | 1000001 | 100011 | 110110 | 101001100 | 110000 | 11111 |
Color Harmonies of #76294D
Complementary color
Monochromatic Colors of #76294D
Black with #76294D
Text Example
Text Example
White with #76294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76294D; }
p { color: rgb(118,41,77); }
H1.HeaderClassName
{
color: #76294D;
}
.AnyTagClassName
{
color: #76294D;
}
</style>
background-color css
<style>
a { background-color: #76294D; }
a { background-color: rgb(118,41,77); }
div.DivClassName
{
background-color: #76294D;
}
.BgClassName
{
background-color: #76294D;
}
</style>
border-color css
<style>
span { border-color: #76294D; }
span { border-color: rgb(118,41,77); }
td.TdClassName
{
border-color: #76294D;
}
.TagClassName
{
border-color: #76294D;
}
</style>