Shades of Flirt #76345B
Tints of Flirt #76345B
RGB
CMYK
RGB Variations
Color information
#76345B (or 0x76345B) is known color: Flirt. HEX triplet: 76, 34 and 5B. RGB value is (118,52,91). Sum of RGB (Red+Green+Blue) = 118+52+91=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76345B is #89CBA4. Grayscale: #4C4C4C. Windows color (decimal): -9030565 or 5977206. OLE color: 5977206.
HSL color Cylindrical-coordinate representation of color #76345B: hue angle of 324.55º 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 #76345B is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 91 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.54 |
| HSL | 324.55º | 0.39% | 0.33% | - |
| HSV(B) | 324.55º | 0.56% | 0.46% | - |
| XYZ | 10.59 | 7.06 | 10.7 | - |
| YUV | 76.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 91 | 0 | 0.56 | 0.23 | 0.54 | 324.55 | 0.39 | 0.33 |
| Hex | 76 | 34 | 5B | 0 | 38 | 17 | 36 | 145 | 27 | 21 |
| Octal | 166 | 64 | 133 | 0 | 70 | 27 | 66 | 505 | 47 | 41 |
| Binary | 1110110 | 110100 | 1011011 | 0 | 111000 | 10111 | 110110 | 101000101 | 100111 | 100001 |
Color Harmonies of #76345B
Complementary color
Monochromatic Colors of #76345B
Black with #76345B
Text Example
Text Example
White with #76345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76345B; }
p { color: rgb(118,52,91); }
H1.HeaderClassName
{
color: #76345B;
}
.AnyTagClassName
{
color: #76345B;
}
</style>
background-color css
<style>
a { background-color: #76345B; }
a { background-color: rgb(118,52,91); }
div.DivClassName
{
background-color: #76345B;
}
.BgClassName
{
background-color: #76345B;
}
</style>
border-color css
<style>
span { border-color: #76345B; }
span { border-color: rgb(118,52,91); }
td.TdClassName
{
border-color: #76345B;
}
.TagClassName
{
border-color: #76345B;
}
</style>