Shades of Flirt #76274F
Tints of Flirt #76274F
RGB
CMYK
RGB Variations
Color information
#76274F (or 0x76274F) is known color: Flirt. HEX triplet: 76, 27 and 4F. RGB value is (118,39,79). Sum of RGB (Red+Green+Blue) = 118+39+79=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76274F is #89D8B0. Grayscale: #434343. Windows color (decimal): -9033905 or 5187446. OLE color: 5187446.
HSL color Cylindrical-coordinate representation of color #76274F: hue angle of 329.62º 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 #76274F is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 79 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.54 |
| HSL | 329.62º | 0.5% | 0.31% | - |
| HSV(B) | 329.62º | 0.67% | 0.46% | - |
| XYZ | 9.61 | 5.87 | 8.02 | - |
| YUV | 67.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 79 | 0 | 0.67 | 0.33 | 0.54 | 329.62 | 0.5 | 0.31 |
| Hex | 76 | 27 | 4F | 0 | 43 | 21 | 36 | 14A | 32 | 1F |
| Octal | 166 | 47 | 117 | 0 | 103 | 41 | 66 | 512 | 62 | 37 |
| Binary | 1110110 | 100111 | 1001111 | 0 | 1000011 | 100001 | 110110 | 101001010 | 110010 | 11111 |
Color Harmonies of #76274F
Complementary color
Monochromatic Colors of #76274F
Black with #76274F
Text Example
Text Example
White with #76274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76274F; }
p { color: rgb(118,39,79); }
H1.HeaderClassName
{
color: #76274F;
}
.AnyTagClassName
{
color: #76274F;
}
</style>
background-color css
<style>
a { background-color: #76274F; }
a { background-color: rgb(118,39,79); }
div.DivClassName
{
background-color: #76274F;
}
.BgClassName
{
background-color: #76274F;
}
</style>
border-color css
<style>
span { border-color: #76274F; }
span { border-color: rgb(118,39,79); }
td.TdClassName
{
border-color: #76274F;
}
.TagClassName
{
border-color: #76274F;
}
</style>