Shades of Flirt #76394F
Tints of Flirt #76394F
RGB
CMYK
RGB Variations
Color information
#76394F (or 0x76394F) is known color: Flirt. HEX triplet: 76, 39 and 4F. RGB value is (118,57,79). Sum of RGB (Red+Green+Blue) = 118+57+79=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #76394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76394F is #89C6B0. Grayscale: #4D4D4D. Windows color (decimal): -9029297 or 5192054. OLE color: 5192054.
HSL color Cylindrical-coordinate representation of color #76394F: hue angle of 338.36º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76394F is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 57 | 79 | - |
| CMYK | 0 | 0.52 | 0.33 | 0.54 |
| HSL | 338.36º | 0.35% | 0.34% | - |
| HSV(B) | 338.36º | 0.52% | 0.46% | - |
| XYZ | 10.35 | 7.34 | 8.27 | - |
| YUV | 77.75 | 128.71 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 79 | 0 | 0.52 | 0.33 | 0.54 | 338.36 | 0.35 | 0.34 |
| Hex | 76 | 39 | 4F | 0 | 34 | 21 | 36 | 152 | 23 | 22 |
| Octal | 166 | 71 | 117 | 0 | 64 | 41 | 66 | 522 | 43 | 42 |
| Binary | 1110110 | 111001 | 1001111 | 0 | 110100 | 100001 | 110110 | 101010010 | 100011 | 100010 |
Color Harmonies of #76394F
Complementary color
Monochromatic Colors of #76394F
Black with #76394F
Text Example
Text Example
White with #76394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76394F; }
p { color: rgb(118,57,79); }
H1.HeaderClassName
{
color: #76394F;
}
.AnyTagClassName
{
color: #76394F;
}
</style>
background-color css
<style>
a { background-color: #76394F; }
a { background-color: rgb(118,57,79); }
div.DivClassName
{
background-color: #76394F;
}
.BgClassName
{
background-color: #76394F;
}
</style>
border-color css
<style>
span { border-color: #76394F; }
span { border-color: rgb(118,57,79); }
td.TdClassName
{
border-color: #76394F;
}
.TagClassName
{
border-color: #76394F;
}
</style>