Shades of Flirt #762D47
Tints of Flirt #762D47
RGB
CMYK
RGB Variations
Color information
#762D47 (or 0x762D47) is known color: Flirt. HEX triplet: 76, 2D and 47. RGB value is (118,45,71). Sum of RGB (Red+Green+Blue) = 118+45+71=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #762D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762D47 is #89D2B8. Grayscale: #454545. Windows color (decimal): -9032377 or 4664694. OLE color: 4664694.
HSL color Cylindrical-coordinate representation of color #762D47: hue angle of 338.63º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #762D47 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 45 | 71 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.54 |
| HSL | 338.63º | 0.45% | 0.32% | - |
| HSV(B) | 338.63º | 0.62% | 0.46% | - |
| XYZ | 9.55 | 6.18 | 6.65 | - |
| YUV | 69.79 | 128.68 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 45 | 71 | 0 | 0.62 | 0.40 | 0.54 | 338.63 | 0.45 | 0.32 |
| Hex | 76 | 2D | 47 | 0 | 3E | 28 | 36 | 153 | 2D | 20 |
| Octal | 166 | 55 | 107 | 0 | 76 | 50 | 66 | 523 | 55 | 40 |
| Binary | 1110110 | 101101 | 1000111 | 0 | 111110 | 101000 | 110110 | 101010011 | 101101 | 100000 |
Color Harmonies of #762D47
Complementary color
Monochromatic Colors of #762D47
Black with #762D47
Text Example
Text Example
White with #762D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762D47; }
p { color: rgb(118,45,71); }
H1.HeaderClassName
{
color: #762D47;
}
.AnyTagClassName
{
color: #762D47;
}
</style>
background-color css
<style>
a { background-color: #762D47; }
a { background-color: rgb(118,45,71); }
div.DivClassName
{
background-color: #762D47;
}
.BgClassName
{
background-color: #762D47;
}
</style>
border-color css
<style>
span { border-color: #762D47; }
span { border-color: rgb(118,45,71); }
td.TdClassName
{
border-color: #762D47;
}
.TagClassName
{
border-color: #762D47;
}
</style>