Shades of Flirt #76375B
Tints of Flirt #76375B
RGB
CMYK
RGB Variations
Color information
#76375B (or 0x76375B) is known color: Flirt. HEX triplet: 76, 37 and 5B. RGB value is (118,55,91). Sum of RGB (Red+Green+Blue) = 118+55+91=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76375B is #89C8A4. Grayscale: #4D4D4D. Windows color (decimal): -9029797 or 5977974. OLE color: 5977974.
HSL color Cylindrical-coordinate representation of color #76375B: hue angle of 325.71º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76375B is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 55 | 91 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.54 |
| HSL | 325.71º | 0.36% | 0.34% | - |
| HSV(B) | 325.71º | 0.53% | 0.46% | - |
| XYZ | 10.73 | 7.34 | 10.75 | - |
| YUV | 77.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 91 | 0 | 0.53 | 0.23 | 0.54 | 325.71 | 0.36 | 0.34 |
| Hex | 76 | 37 | 5B | 0 | 35 | 17 | 36 | 146 | 24 | 22 |
| Octal | 166 | 67 | 133 | 0 | 65 | 27 | 66 | 506 | 44 | 42 |
| Binary | 1110110 | 110111 | 1011011 | 0 | 110101 | 10111 | 110110 | 101000110 | 100100 | 100010 |
Color Harmonies of #76375B
Complementary color
Monochromatic Colors of #76375B
Black with #76375B
Text Example
Text Example
White with #76375B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76375B; }
p { color: rgb(118,55,91); }
H1.HeaderClassName
{
color: #76375B;
}
.AnyTagClassName
{
color: #76375B;
}
</style>
background-color css
<style>
a { background-color: #76375B; }
a { background-color: rgb(118,55,91); }
div.DivClassName
{
background-color: #76375B;
}
.BgClassName
{
background-color: #76375B;
}
</style>
border-color css
<style>
span { border-color: #76375B; }
span { border-color: rgb(118,55,91); }
td.TdClassName
{
border-color: #76375B;
}
.TagClassName
{
border-color: #76375B;
}
</style>