Shades of Flirt #76374C
Tints of Flirt #76374C
RGB
CMYK
RGB Variations
Color information
#76374C (or 0x76374C) is known color: Flirt. HEX triplet: 76, 37 and 4C. RGB value is (118,55,76). Sum of RGB (Red+Green+Blue) = 118+55+76=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76374C is #89C8B3. Grayscale: #4C4C4C. Windows color (decimal): -9029812 or 4994934. OLE color: 4994934.
HSL color Cylindrical-coordinate representation of color #76374C: hue angle of 340º 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 #76374C is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 55 | 76 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.54 |
| HSL | 340º | 0.36% | 0.34% | - |
| HSV(B) | 340º | 0.53% | 0.46% | - |
| XYZ | 10.14 | 7.11 | 7.67 | - |
| YUV | 76.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 55 | 76 | 0 | 0.53 | 0.36 | 0.54 | 340 | 0.36 | 0.34 |
| Hex | 76 | 37 | 4C | 0 | 35 | 24 | 36 | 154 | 24 | 22 |
| Octal | 166 | 67 | 114 | 0 | 65 | 44 | 66 | 524 | 44 | 42 |
| Binary | 1110110 | 110111 | 1001100 | 0 | 110101 | 100100 | 110110 | 101010100 | 100100 | 100010 |
Color Harmonies of #76374C
Complementary color
Monochromatic Colors of #76374C
Black with #76374C
Text Example
Text Example
White with #76374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76374C; }
p { color: rgb(118,55,76); }
H1.HeaderClassName
{
color: #76374C;
}
.AnyTagClassName
{
color: #76374C;
}
</style>
background-color css
<style>
a { background-color: #76374C; }
a { background-color: rgb(118,55,76); }
div.DivClassName
{
background-color: #76374C;
}
.BgClassName
{
background-color: #76374C;
}
</style>
border-color css
<style>
span { border-color: #76374C; }
span { border-color: rgb(118,55,76); }
td.TdClassName
{
border-color: #76374C;
}
.TagClassName
{
border-color: #76374C;
}
</style>