Shades of Flirt #762F47
Tints of Flirt #762F47
RGB
CMYK
RGB Variations
Color information
#762F47 (or 0x762F47) is known color: Flirt. HEX triplet: 76, 2F and 47. RGB value is (118,47,71). Sum of RGB (Red+Green+Blue) = 118+47+71=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #762F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762F47 is #89D0B8. Grayscale: #464646. Windows color (decimal): -9031865 or 4665206. OLE color: 4665206.
HSL color Cylindrical-coordinate representation of color #762F47: hue angle of 339.72º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #762F47 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 47 | 71 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.54 |
| HSL | 339.72º | 0.43% | 0.32% | - |
| HSV(B) | 339.72º | 0.6% | 0.46% | - |
| XYZ | 9.63 | 6.34 | 6.68 | - |
| YUV | 70.97 | 128.02 | 161.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 47 | 71 | 0 | 0.60 | 0.40 | 0.54 | 339.72 | 0.43 | 0.32 |
| Hex | 76 | 2F | 47 | 0 | 3C | 28 | 36 | 154 | 2B | 20 |
| Octal | 166 | 57 | 107 | 0 | 74 | 50 | 66 | 524 | 53 | 40 |
| Binary | 1110110 | 101111 | 1000111 | 0 | 111100 | 101000 | 110110 | 101010100 | 101011 | 100000 |
Color Harmonies of #762F47
Complementary color
Monochromatic Colors of #762F47
Black with #762F47
Text Example
Text Example
White with #762F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762F47; }
p { color: rgb(118,47,71); }
H1.HeaderClassName
{
color: #762F47;
}
.AnyTagClassName
{
color: #762F47;
}
</style>
background-color css
<style>
a { background-color: #762F47; }
a { background-color: rgb(118,47,71); }
div.DivClassName
{
background-color: #762F47;
}
.BgClassName
{
background-color: #762F47;
}
</style>
border-color css
<style>
span { border-color: #762F47; }
span { border-color: rgb(118,47,71); }
td.TdClassName
{
border-color: #762F47;
}
.TagClassName
{
border-color: #762F47;
}
</style>