Shades of Flirt #76365A
Tints of Flirt #76365A
RGB
CMYK
RGB Variations
Color information
#76365A (or 0x76365A) is known color: Flirt. HEX triplet: 76, 36 and 5A. RGB value is (118,54,90). Sum of RGB (Red+Green+Blue) = 118+54+90=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76365A is #89C9A5. Grayscale: #4D4D4D. Windows color (decimal): -9030054 or 5912182. OLE color: 5912182.
HSL color Cylindrical-coordinate representation of color #76365A: hue angle of 326.25º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76365A is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 54 | 90 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.54 |
| HSL | 326.25º | 0.37% | 0.34% | - |
| HSV(B) | 326.25º | 0.54% | 0.46% | - |
| XYZ | 10.64 | 7.23 | 10.51 | - |
| YUV | 77.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 90 | 0 | 0.54 | 0.24 | 0.54 | 326.25 | 0.37 | 0.34 |
| Hex | 76 | 36 | 5A | 0 | 36 | 18 | 36 | 146 | 25 | 22 |
| Octal | 166 | 66 | 132 | 0 | 66 | 30 | 66 | 506 | 45 | 42 |
| Binary | 1110110 | 110110 | 1011010 | 0 | 110110 | 11000 | 110110 | 101000110 | 100101 | 100010 |
Color Harmonies of #76365A
Complementary color
Monochromatic Colors of #76365A
Black with #76365A
Text Example
Text Example
White with #76365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76365A; }
p { color: rgb(118,54,90); }
H1.HeaderClassName
{
color: #76365A;
}
.AnyTagClassName
{
color: #76365A;
}
</style>
background-color css
<style>
a { background-color: #76365A; }
a { background-color: rgb(118,54,90); }
div.DivClassName
{
background-color: #76365A;
}
.BgClassName
{
background-color: #76365A;
}
</style>
border-color css
<style>
span { border-color: #76365A; }
span { border-color: rgb(118,54,90); }
td.TdClassName
{
border-color: #76365A;
}
.TagClassName
{
border-color: #76365A;
}
</style>