Shades of Flirt #76274C
Tints of Flirt #76274C
RGB
CMYK
RGB Variations
Color information
#76274C (or 0x76274C) is known color: Flirt. HEX triplet: 76, 27 and 4C. RGB value is (118,39,76). Sum of RGB (Red+Green+Blue) = 118+39+76=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76274C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76274C is #89D8B3. Grayscale: #424242. Windows color (decimal): -9033908 or 4990838. OLE color: 4990838.
HSL color Cylindrical-coordinate representation of color #76274C: hue angle of 331.9º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76274C is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 76 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.54 |
| HSL | 331.9º | 0.5% | 0.31% | - |
| HSV(B) | 331.9º | 0.67% | 0.46% | - |
| XYZ | 9.5 | 5.82 | 7.46 | - |
| YUV | 66.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 76 | 0 | 0.67 | 0.36 | 0.54 | 331.9 | 0.5 | 0.31 |
| Hex | 76 | 27 | 4C | 0 | 43 | 24 | 36 | 14C | 32 | 1F |
| Octal | 166 | 47 | 114 | 0 | 103 | 44 | 66 | 514 | 62 | 37 |
| Binary | 1110110 | 100111 | 1001100 | 0 | 1000011 | 100100 | 110110 | 101001100 | 110010 | 11111 |
Color Harmonies of #76274C
Complementary color
Monochromatic Colors of #76274C
Black with #76274C
Text Example
Text Example
White with #76274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76274C; }
p { color: rgb(118,39,76); }
H1.HeaderClassName
{
color: #76274C;
}
.AnyTagClassName
{
color: #76274C;
}
</style>
background-color css
<style>
a { background-color: #76274C; }
a { background-color: rgb(118,39,76); }
div.DivClassName
{
background-color: #76274C;
}
.BgClassName
{
background-color: #76274C;
}
</style>
border-color css
<style>
span { border-color: #76274C; }
span { border-color: rgb(118,39,76); }
td.TdClassName
{
border-color: #76274C;
}
.TagClassName
{
border-color: #76274C;
}
</style>