Shades of Flirt #76364C
Tints of Flirt #76364C
RGB
CMYK
RGB Variations
Color information
#76364C (or 0x76364C) is known color: Flirt. HEX triplet: 76, 36 and 4C. RGB value is (118,54,76). Sum of RGB (Red+Green+Blue) = 118+54+76=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76364C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76364C is #89C9B3. Grayscale: #4B4B4B. Windows color (decimal): -9030068 or 4994678. OLE color: 4994678.
HSL color Cylindrical-coordinate representation of color #76364C: hue angle of 339.38º 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 #76364C is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 54 | 76 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.54 |
| HSL | 339.38º | 0.37% | 0.34% | - |
| HSV(B) | 339.38º | 0.54% | 0.46% | - |
| XYZ | 10.09 | 7.01 | 7.66 | - |
| YUV | 75.64 | 128.2 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 54 | 76 | 0 | 0.54 | 0.36 | 0.54 | 339.38 | 0.37 | 0.34 |
| Hex | 76 | 36 | 4C | 0 | 36 | 24 | 36 | 153 | 25 | 22 |
| Octal | 166 | 66 | 114 | 0 | 66 | 44 | 66 | 523 | 45 | 42 |
| Binary | 1110110 | 110110 | 1001100 | 0 | 110110 | 100100 | 110110 | 101010011 | 100101 | 100010 |
Color Harmonies of #76364C
Complementary color
Monochromatic Colors of #76364C
Black with #76364C
Text Example
Text Example
White with #76364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76364C; }
p { color: rgb(118,54,76); }
H1.HeaderClassName
{
color: #76364C;
}
.AnyTagClassName
{
color: #76364C;
}
</style>
background-color css
<style>
a { background-color: #76364C; }
a { background-color: rgb(118,54,76); }
div.DivClassName
{
background-color: #76364C;
}
.BgClassName
{
background-color: #76364C;
}
</style>
border-color css
<style>
span { border-color: #76364C; }
span { border-color: rgb(118,54,76); }
td.TdClassName
{
border-color: #76364C;
}
.TagClassName
{
border-color: #76364C;
}
</style>