Shades of Flirt #762B44
Tints of Flirt #762B44
RGB
CMYK
RGB Variations
Color information
#762B44 (or 0x762B44) is known color: Flirt. HEX triplet: 76, 2B and 44. RGB value is (118,43,68). Sum of RGB (Red+Green+Blue) = 118+43+68=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #762B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762B44 is #89D4BB. Grayscale: #444444. Windows color (decimal): -9032892 or 4467574. OLE color: 4467574.
HSL color Cylindrical-coordinate representation of color #762B44: hue angle of 340º 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 #762B44 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 43 | 68 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.54 |
| HSL | 340º | 0.47% | 0.32% | - |
| HSV(B) | 340º | 0.64% | 0.46% | - |
| XYZ | 9.38 | 6 | 6.13 | - |
| YUV | 68.28 | 127.85 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 43 | 68 | 0 | 0.64 | 0.42 | 0.54 | 340 | 0.47 | 0.32 |
| Hex | 76 | 2B | 44 | 0 | 40 | 2A | 36 | 154 | 2F | 20 |
| Octal | 166 | 53 | 104 | 0 | 100 | 52 | 66 | 524 | 57 | 40 |
| Binary | 1110110 | 101011 | 1000100 | 0 | 1000000 | 101010 | 110110 | 101010100 | 101111 | 100000 |
Color Harmonies of #762B44
Complementary color
Monochromatic Colors of #762B44
Black with #762B44
Text Example
Text Example
White with #762B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762B44; }
p { color: rgb(118,43,68); }
H1.HeaderClassName
{
color: #762B44;
}
.AnyTagClassName
{
color: #762B44;
}
</style>
background-color css
<style>
a { background-color: #762B44; }
a { background-color: rgb(118,43,68); }
div.DivClassName
{
background-color: #762B44;
}
.BgClassName
{
background-color: #762B44;
}
</style>
border-color css
<style>
span { border-color: #762B44; }
span { border-color: rgb(118,43,68); }
td.TdClassName
{
border-color: #762B44;
}
.TagClassName
{
border-color: #762B44;
}
</style>