Shades of Flirt #762B48
Tints of Flirt #762B48
RGB
CMYK
RGB Variations
Color information
#762B48 (or 0x762B48) is known color: Flirt. HEX triplet: 76, 2B and 48. RGB value is (118,43,72). Sum of RGB (Red+Green+Blue) = 118+43+72=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #762B48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B48 is #89D4B7. Grayscale: #444444. Windows color (decimal): -9032888 or 4729718. OLE color: 4729718.
HSL color Cylindrical-coordinate representation of color #762B48: hue angle of 336.8º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #762B48 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 72 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.54 |
| HSL | 336.8º | 0.47% | 0.32% | - |
| HSV(B) | 336.8º | 0.64% | 0.46% | - |
| XYZ | 9.5 | 6.05 | 6.8 | - |
| YUV | 68.73 | 129.85 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 72 | 0 | 0.64 | 0.39 | 0.54 | 336.8 | 0.47 | 0.32 |
| Hex | 76 | 2B | 48 | 0 | 40 | 27 | 36 | 151 | 2F | 20 |
| Octal | 166 | 53 | 110 | 0 | 100 | 47 | 66 | 521 | 57 | 40 |
| Binary | 1110110 | 101011 | 1001000 | 0 | 1000000 | 100111 | 110110 | 101010001 | 101111 | 100000 |
Color Harmonies of #762B48
Complementary color
Monochromatic Colors of #762B48
Black with #762B48
Text Example
Text Example
White with #762B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B48; }
p { color: rgb(118,43,72); }
H1.HeaderClassName
{
color: #762B48;
}
.AnyTagClassName
{
color: #762B48;
}
</style>
background-color css
<style>
a { background-color: #762B48; }
a { background-color: rgb(118,43,72); }
div.DivClassName
{
background-color: #762B48;
}
.BgClassName
{
background-color: #762B48;
}
</style>
border-color css
<style>
span { border-color: #762B48; }
span { border-color: rgb(118,43,72); }
td.TdClassName
{
border-color: #762B48;
}
.TagClassName
{
border-color: #762B48;
}
</style>