Shades of Flirt #76364E
Tints of Flirt #76364E
RGB
CMYK
RGB Variations
Color information
#76364E (or 0x76364E) is known color: Flirt. HEX triplet: 76, 36 and 4E. RGB value is (118,54,78). Sum of RGB (Red+Green+Blue) = 118+54+78=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76364E is #89C9B1. Grayscale: #4B4B4B. Windows color (decimal): -9030066 or 5125750. OLE color: 5125750.
HSL color Cylindrical-coordinate representation of color #76364E: hue angle of 337.5º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76364E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 54 | 78 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.54 |
| HSL | 337.5º | 0.37% | 0.34% | - |
| HSV(B) | 337.5º | 0.54% | 0.46% | - |
| XYZ | 10.17 | 7.04 | 8.03 | - |
| YUV | 75.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 78 | 0 | 0.54 | 0.34 | 0.54 | 337.5 | 0.37 | 0.34 |
| Hex | 76 | 36 | 4E | 0 | 36 | 22 | 36 | 152 | 25 | 22 |
| Octal | 166 | 66 | 116 | 0 | 66 | 42 | 66 | 522 | 45 | 42 |
| Binary | 1110110 | 110110 | 1001110 | 0 | 110110 | 100010 | 110110 | 101010010 | 100101 | 100010 |
Color Harmonies of #76364E
Complementary color
Monochromatic Colors of #76364E
Black with #76364E
Text Example
Text Example
White with #76364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76364E; }
p { color: rgb(118,54,78); }
H1.HeaderClassName
{
color: #76364E;
}
.AnyTagClassName
{
color: #76364E;
}
</style>
background-color css
<style>
a { background-color: #76364E; }
a { background-color: rgb(118,54,78); }
div.DivClassName
{
background-color: #76364E;
}
.BgClassName
{
background-color: #76364E;
}
</style>
border-color css
<style>
span { border-color: #76364E; }
span { border-color: rgb(118,54,78); }
td.TdClassName
{
border-color: #76364E;
}
.TagClassName
{
border-color: #76364E;
}
</style>