Shades of Flirt #76344C
Tints of Flirt #76344C
RGB
CMYK
RGB Variations
Color information
#76344C (or 0x76344C) is known color: Flirt. HEX triplet: 76, 34 and 4C. RGB value is (118,52,76). Sum of RGB (Red+Green+Blue) = 118+52+76=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76344C is #89CBB3. Grayscale: #4A4A4A. Windows color (decimal): -9030580 or 4994166. OLE color: 4994166.
HSL color Cylindrical-coordinate representation of color #76344C: hue angle of 338.18º 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 #76344C is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 76 | - |
| CMYK | 0 | 0.56 | 0.36 | 0.54 |
| HSL | 338.18º | 0.39% | 0.33% | - |
| HSV(B) | 338.18º | 0.56% | 0.46% | - |
| XYZ | 10 | 6.83 | 7.63 | - |
| YUV | 74.47 | 128.87 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 76 | 0 | 0.56 | 0.36 | 0.54 | 338.18 | 0.39 | 0.33 |
| Hex | 76 | 34 | 4C | 0 | 38 | 24 | 36 | 152 | 27 | 21 |
| Octal | 166 | 64 | 114 | 0 | 70 | 44 | 66 | 522 | 47 | 41 |
| Binary | 1110110 | 110100 | 1001100 | 0 | 111000 | 100100 | 110110 | 101010010 | 100111 | 100001 |
Color Harmonies of #76344C
Complementary color
Monochromatic Colors of #76344C
Black with #76344C
Text Example
Text Example
White with #76344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76344C; }
p { color: rgb(118,52,76); }
H1.HeaderClassName
{
color: #76344C;
}
.AnyTagClassName
{
color: #76344C;
}
</style>
background-color css
<style>
a { background-color: #76344C; }
a { background-color: rgb(118,52,76); }
div.DivClassName
{
background-color: #76344C;
}
.BgClassName
{
background-color: #76344C;
}
</style>
border-color css
<style>
span { border-color: #76344C; }
span { border-color: rgb(118,52,76); }
td.TdClassName
{
border-color: #76344C;
}
.TagClassName
{
border-color: #76344C;
}
</style>