Shades of Flirt #76334D
Tints of Flirt #76334D
RGB
CMYK
RGB Variations
Color information
#76334D (or 0x76334D) is known color: Flirt. HEX triplet: 76, 33 and 4D. RGB value is (118,51,77). Sum of RGB (Red+Green+Blue) = 118+51+77=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76334D is #89CCB2. Grayscale: #494949. Windows color (decimal): -9030835 or 5059446. OLE color: 5059446.
HSL color Cylindrical-coordinate representation of color #76334D: hue angle of 336.72º 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 #76334D is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 51 | 77 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.54 |
| HSL | 336.72º | 0.4% | 0.33% | - |
| HSV(B) | 336.72º | 0.57% | 0.46% | - |
| XYZ | 9.99 | 6.76 | 7.8 | - |
| YUV | 74 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 51 | 77 | 0 | 0.57 | 0.35 | 0.54 | 336.72 | 0.4 | 0.33 |
| Hex | 76 | 33 | 4D | 0 | 39 | 23 | 36 | 151 | 28 | 21 |
| Octal | 166 | 63 | 115 | 0 | 71 | 43 | 66 | 521 | 50 | 41 |
| Binary | 1110110 | 110011 | 1001101 | 0 | 111001 | 100011 | 110110 | 101010001 | 101000 | 100001 |
Color Harmonies of #76334D
Complementary color
Monochromatic Colors of #76334D
Black with #76334D
Text Example
Text Example
White with #76334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76334D; }
p { color: rgb(118,51,77); }
H1.HeaderClassName
{
color: #76334D;
}
.AnyTagClassName
{
color: #76334D;
}
</style>
background-color css
<style>
a { background-color: #76334D; }
a { background-color: rgb(118,51,77); }
div.DivClassName
{
background-color: #76334D;
}
.BgClassName
{
background-color: #76334D;
}
</style>
border-color css
<style>
span { border-color: #76334D; }
span { border-color: rgb(118,51,77); }
td.TdClassName
{
border-color: #76334D;
}
.TagClassName
{
border-color: #76334D;
}
</style>