Shades of Flirt #76344F
Tints of Flirt #76344F
RGB
CMYK
RGB Variations
Color information
#76344F (or 0x76344F) is known color: Flirt. HEX triplet: 76, 34 and 4F. RGB value is (118,52,79). Sum of RGB (Red+Green+Blue) = 118+52+79=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76344F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76344F is #89CBB0. Grayscale: #4A4A4A. Windows color (decimal): -9030577 or 5190774. OLE color: 5190774.
HSL color Cylindrical-coordinate representation of color #76344F: hue angle of 335.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76344F is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 79 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.54 |
| HSL | 335.45º | 0.39% | 0.33% | - |
| HSV(B) | 335.45º | 0.56% | 0.46% | - |
| XYZ | 10.11 | 6.87 | 8.19 | - |
| YUV | 74.81 | 130.37 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 79 | 0 | 0.56 | 0.33 | 0.54 | 335.45 | 0.39 | 0.33 |
| Hex | 76 | 34 | 4F | 0 | 38 | 21 | 36 | 14F | 27 | 21 |
| Octal | 166 | 64 | 117 | 0 | 70 | 41 | 66 | 517 | 47 | 41 |
| Binary | 1110110 | 110100 | 1001111 | 0 | 111000 | 100001 | 110110 | 101001111 | 100111 | 100001 |
Color Harmonies of #76344F
Complementary color
Monochromatic Colors of #76344F
Black with #76344F
Text Example
Text Example
White with #76344F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76344F; }
p { color: rgb(118,52,79); }
H1.HeaderClassName
{
color: #76344F;
}
.AnyTagClassName
{
color: #76344F;
}
</style>
background-color css
<style>
a { background-color: #76344F; }
a { background-color: rgb(118,52,79); }
div.DivClassName
{
background-color: #76344F;
}
.BgClassName
{
background-color: #76344F;
}
</style>
border-color css
<style>
span { border-color: #76344F; }
span { border-color: rgb(118,52,79); }
td.TdClassName
{
border-color: #76344F;
}
.TagClassName
{
border-color: #76344F;
}
</style>