Shades of Flirt #76274E
Tints of Flirt #76274E
RGB
CMYK
RGB Variations
Color information
#76274E (or 0x76274E) is known color: Flirt. HEX triplet: 76, 27 and 4E. RGB value is (118,39,78). Sum of RGB (Red+Green+Blue) = 118+39+78=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #76274E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76274E is #89D8B1. Grayscale: #424242. Windows color (decimal): -9033906 or 5121910. OLE color: 5121910.
HSL color Cylindrical-coordinate representation of color #76274E: hue angle of 330.38º 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 #76274E is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 78 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.54 |
| HSL | 330.38º | 0.5% | 0.31% | - |
| HSV(B) | 330.38º | 0.67% | 0.46% | - |
| XYZ | 9.57 | 5.85 | 7.83 | - |
| YUV | 67.07 | 134.17 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 78 | 0 | 0.67 | 0.34 | 0.54 | 330.38 | 0.5 | 0.31 |
| Hex | 76 | 27 | 4E | 0 | 43 | 22 | 36 | 14A | 32 | 1F |
| Octal | 166 | 47 | 116 | 0 | 103 | 42 | 66 | 512 | 62 | 37 |
| Binary | 1110110 | 100111 | 1001110 | 0 | 1000011 | 100010 | 110110 | 101001010 | 110010 | 11111 |
Color Harmonies of #76274E
Complementary color
Monochromatic Colors of #76274E
Black with #76274E
Text Example
Text Example
White with #76274E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76274E; }
p { color: rgb(118,39,78); }
H1.HeaderClassName
{
color: #76274E;
}
.AnyTagClassName
{
color: #76274E;
}
</style>
background-color css
<style>
a { background-color: #76274E; }
a { background-color: rgb(118,39,78); }
div.DivClassName
{
background-color: #76274E;
}
.BgClassName
{
background-color: #76274E;
}
</style>
border-color css
<style>
span { border-color: #76274E; }
span { border-color: rgb(118,39,78); }
td.TdClassName
{
border-color: #76274E;
}
.TagClassName
{
border-color: #76274E;
}
</style>