Shades of Flirt #762C44
Tints of Flirt #762C44
RGB
CMYK
RGB Variations
Color information
#762C44 (or 0x762C44) is known color: Flirt. HEX triplet: 76, 2C and 44. RGB value is (118,44,68). Sum of RGB (Red+Green+Blue) = 118+44+68=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #762C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762C44 is #89D3BB. Grayscale: #444444. Windows color (decimal): -9032636 or 4467830. OLE color: 4467830.
HSL color Cylindrical-coordinate representation of color #762C44: hue angle of 340.54º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #762C44 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 44 | 68 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.54 |
| HSL | 340.54º | 0.46% | 0.32% | - |
| HSV(B) | 340.54º | 0.63% | 0.46% | - |
| XYZ | 9.42 | 6.07 | 6.14 | - |
| YUV | 68.86 | 127.52 | 163.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 44 | 68 | 0 | 0.63 | 0.42 | 0.54 | 340.54 | 0.46 | 0.32 |
| Hex | 76 | 2C | 44 | 0 | 3F | 2A | 36 | 155 | 2E | 20 |
| Octal | 166 | 54 | 104 | 0 | 77 | 52 | 66 | 525 | 56 | 40 |
| Binary | 1110110 | 101100 | 1000100 | 0 | 111111 | 101010 | 110110 | 101010101 | 101110 | 100000 |
Color Harmonies of #762C44
Complementary color
Monochromatic Colors of #762C44
Black with #762C44
Text Example
Text Example
White with #762C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762C44; }
p { color: rgb(118,44,68); }
H1.HeaderClassName
{
color: #762C44;
}
.AnyTagClassName
{
color: #762C44;
}
</style>
background-color css
<style>
a { background-color: #762C44; }
a { background-color: rgb(118,44,68); }
div.DivClassName
{
background-color: #762C44;
}
.BgClassName
{
background-color: #762C44;
}
</style>
border-color css
<style>
span { border-color: #762C44; }
span { border-color: rgb(118,44,68); }
td.TdClassName
{
border-color: #762C44;
}
.TagClassName
{
border-color: #762C44;
}
</style>