Shades of Flirt #76304F
Tints of Flirt #76304F
RGB
CMYK
RGB Variations
Color information
#76304F (or 0x76304F) is known color: Flirt. HEX triplet: 76, 30 and 4F. RGB value is (118,48,79). Sum of RGB (Red+Green+Blue) = 118+48+79=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76304F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76304F is #89CFB0. Grayscale: #484848. Windows color (decimal): -9031601 or 5189750. OLE color: 5189750.
HSL color Cylindrical-coordinate representation of color #76304F: hue angle of 333.43º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76304F is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 48 | 79 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.54 |
| HSL | 333.43º | 0.42% | 0.33% | - |
| HSV(B) | 333.43º | 0.59% | 0.46% | - |
| XYZ | 9.94 | 6.53 | 8.13 | - |
| YUV | 72.46 | 131.69 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 48 | 79 | 0 | 0.59 | 0.33 | 0.54 | 333.43 | 0.42 | 0.33 |
| Hex | 76 | 30 | 4F | 0 | 3B | 21 | 36 | 14D | 2A | 21 |
| Octal | 166 | 60 | 117 | 0 | 73 | 41 | 66 | 515 | 52 | 41 |
| Binary | 1110110 | 110000 | 1001111 | 0 | 111011 | 100001 | 110110 | 101001101 | 101010 | 100001 |
Color Harmonies of #76304F
Complementary color
Monochromatic Colors of #76304F
Black with #76304F
Text Example
Text Example
White with #76304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76304F; }
p { color: rgb(118,48,79); }
H1.HeaderClassName
{
color: #76304F;
}
.AnyTagClassName
{
color: #76304F;
}
</style>
background-color css
<style>
a { background-color: #76304F; }
a { background-color: rgb(118,48,79); }
div.DivClassName
{
background-color: #76304F;
}
.BgClassName
{
background-color: #76304F;
}
</style>
border-color css
<style>
span { border-color: #76304F; }
span { border-color: rgb(118,48,79); }
td.TdClassName
{
border-color: #76304F;
}
.TagClassName
{
border-color: #76304F;
}
</style>