Shades of Flirt #76344D
Tints of Flirt #76344D
RGB
CMYK
RGB Variations
Color information
#76344D (or 0x76344D) is known color: Flirt. HEX triplet: 76, 34 and 4D. RGB value is (118,52,77). Sum of RGB (Red+Green+Blue) = 118+52+77=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #76344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76344D is #89CBB2. Grayscale: #4A4A4A. Windows color (decimal): -9030579 or 5059702. OLE color: 5059702.
HSL color Cylindrical-coordinate representation of color #76344D: hue angle of 337.27º 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 #76344D is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 77 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.54 |
| HSL | 337.27º | 0.39% | 0.33% | - |
| HSV(B) | 337.27º | 0.56% | 0.46% | - |
| XYZ | 10.04 | 6.84 | 7.81 | - |
| YUV | 74.58 | 129.37 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 77 | 0 | 0.56 | 0.35 | 0.54 | 337.27 | 0.39 | 0.33 |
| Hex | 76 | 34 | 4D | 0 | 38 | 23 | 36 | 151 | 27 | 21 |
| Octal | 166 | 64 | 115 | 0 | 70 | 43 | 66 | 521 | 47 | 41 |
| Binary | 1110110 | 110100 | 1001101 | 0 | 111000 | 100011 | 110110 | 101010001 | 100111 | 100001 |
Color Harmonies of #76344D
Complementary color
Monochromatic Colors of #76344D
Black with #76344D
Text Example
Text Example
White with #76344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76344D; }
p { color: rgb(118,52,77); }
H1.HeaderClassName
{
color: #76344D;
}
.AnyTagClassName
{
color: #76344D;
}
</style>
background-color css
<style>
a { background-color: #76344D; }
a { background-color: rgb(118,52,77); }
div.DivClassName
{
background-color: #76344D;
}
.BgClassName
{
background-color: #76344D;
}
</style>
border-color css
<style>
span { border-color: #76344D; }
span { border-color: rgb(118,52,77); }
td.TdClassName
{
border-color: #76344D;
}
.TagClassName
{
border-color: #76344D;
}
</style>