Shades of Flirt #76334C
Tints of Flirt #76334C
RGB
CMYK
RGB Variations
Color information
#76334C (or 0x76334C) is known color: Flirt. HEX triplet: 76, 33 and 4C. RGB value is (118,51,76). Sum of RGB (Red+Green+Blue) = 118+51+76=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76334C is #89CCB3. Grayscale: #494949. Windows color (decimal): -9030836 or 4993910. OLE color: 4993910.
HSL color Cylindrical-coordinate representation of color #76334C: hue angle of 337.61º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76334C is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 76 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.54 |
| HSL | 337.61º | 0.4% | 0.33% | - |
| HSV(B) | 337.61º | 0.57% | 0.46% | - |
| XYZ | 9.96 | 6.74 | 7.61 | - |
| YUV | 73.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 76 | 0 | 0.57 | 0.36 | 0.54 | 337.61 | 0.4 | 0.33 |
| Hex | 76 | 33 | 4C | 0 | 39 | 24 | 36 | 152 | 28 | 21 |
| Octal | 166 | 63 | 114 | 0 | 71 | 44 | 66 | 522 | 50 | 41 |
| Binary | 1110110 | 110011 | 1001100 | 0 | 111001 | 100100 | 110110 | 101010010 | 101000 | 100001 |
Color Harmonies of #76334C
Complementary color
Monochromatic Colors of #76334C
Black with #76334C
Text Example
Text Example
White with #76334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76334C; }
p { color: rgb(118,51,76); }
H1.HeaderClassName
{
color: #76334C;
}
.AnyTagClassName
{
color: #76334C;
}
</style>
background-color css
<style>
a { background-color: #76334C; }
a { background-color: rgb(118,51,76); }
div.DivClassName
{
background-color: #76334C;
}
.BgClassName
{
background-color: #76334C;
}
</style>
border-color css
<style>
span { border-color: #76334C; }
span { border-color: rgb(118,51,76); }
td.TdClassName
{
border-color: #76334C;
}
.TagClassName
{
border-color: #76334C;
}
</style>