Shades of Flirt #76274D
Tints of Flirt #76274D
RGB
CMYK
RGB Variations
Color information
#76274D (or 0x76274D) is known color: Flirt. HEX triplet: 76, 27 and 4D. RGB value is (118,39,77). Sum of RGB (Red+Green+Blue) = 118+39+77=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76274D is #89D8B2. Grayscale: #424242. Windows color (decimal): -9033907 or 5056374. OLE color: 5056374.
HSL color Cylindrical-coordinate representation of color #76274D: hue angle of 331.14º 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 #76274D is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 39 | 77 | - |
| CMYK | 0 | 0.67 | 0.35 | 0.54 |
| HSL | 331.14º | 0.5% | 0.31% | - |
| HSV(B) | 331.14º | 0.67% | 0.46% | - |
| XYZ | 9.54 | 5.84 | 7.65 | - |
| YUV | 66.95 | 133.67 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 39 | 77 | 0 | 0.67 | 0.35 | 0.54 | 331.14 | 0.5 | 0.31 |
| Hex | 76 | 27 | 4D | 0 | 43 | 23 | 36 | 14B | 32 | 1F |
| Octal | 166 | 47 | 115 | 0 | 103 | 43 | 66 | 513 | 62 | 37 |
| Binary | 1110110 | 100111 | 1001101 | 0 | 1000011 | 100011 | 110110 | 101001011 | 110010 | 11111 |
Color Harmonies of #76274D
Complementary color
Monochromatic Colors of #76274D
Black with #76274D
Text Example
Text Example
White with #76274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76274D; }
p { color: rgb(118,39,77); }
H1.HeaderClassName
{
color: #76274D;
}
.AnyTagClassName
{
color: #76274D;
}
</style>
background-color css
<style>
a { background-color: #76274D; }
a { background-color: rgb(118,39,77); }
div.DivClassName
{
background-color: #76274D;
}
.BgClassName
{
background-color: #76274D;
}
</style>
border-color css
<style>
span { border-color: #76274D; }
span { border-color: rgb(118,39,77); }
td.TdClassName
{
border-color: #76274D;
}
.TagClassName
{
border-color: #76274D;
}
</style>