Shades of Flirt #76294E
Tints of Flirt #76294E
RGB
CMYK
RGB Variations
Color information
#76294E (or 0x76294E) is known color: Flirt. HEX triplet: 76, 29 and 4E. RGB value is (118,41,78). Sum of RGB (Red+Green+Blue) = 118+41+78=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #76294E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76294E is #89D6B1. Grayscale: #444444. Windows color (decimal): -9033394 or 5122422. OLE color: 5122422.
HSL color Cylindrical-coordinate representation of color #76294E: hue angle of 331.17º 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 #76294E is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 41 | 78 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.54 |
| HSL | 331.17º | 0.48% | 0.31% | - |
| HSV(B) | 331.17º | 0.65% | 0.46% | - |
| XYZ | 9.64 | 5.99 | 7.86 | - |
| YUV | 68.24 | 133.51 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 41 | 78 | 0 | 0.65 | 0.34 | 0.54 | 331.17 | 0.48 | 0.31 |
| Hex | 76 | 29 | 4E | 0 | 41 | 22 | 36 | 14B | 30 | 1F |
| Octal | 166 | 51 | 116 | 0 | 101 | 42 | 66 | 513 | 60 | 37 |
| Binary | 1110110 | 101001 | 1001110 | 0 | 1000001 | 100010 | 110110 | 101001011 | 110000 | 11111 |
Color Harmonies of #76294E
Complementary color
Monochromatic Colors of #76294E
Black with #76294E
Text Example
Text Example
White with #76294E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76294E; }
p { color: rgb(118,41,78); }
H1.HeaderClassName
{
color: #76294E;
}
.AnyTagClassName
{
color: #76294E;
}
</style>
background-color css
<style>
a { background-color: #76294E; }
a { background-color: rgb(118,41,78); }
div.DivClassName
{
background-color: #76294E;
}
.BgClassName
{
background-color: #76294E;
}
</style>
border-color css
<style>
span { border-color: #76294E; }
span { border-color: rgb(118,41,78); }
td.TdClassName
{
border-color: #76294E;
}
.TagClassName
{
border-color: #76294E;
}
</style>