Shades of Flirt #763C53
Tints of Flirt #763C53
RGB
CMYK
RGB Variations
Color information
#763C53 (or 0x763C53) is known color: Flirt. HEX triplet: 76, 3C and 53. RGB value is (118,60,83). Sum of RGB (Red+Green+Blue) = 118+60+83=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #763C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C53 is #89C3AC. Grayscale: #4F4F4F. Windows color (decimal): -9028525 or 5454966. OLE color: 5454966.
HSL color Cylindrical-coordinate representation of color #763C53: hue angle of 336.21º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #763C53 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 60 | 83 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.54 |
| HSL | 336.21º | 0.33% | 0.35% | - |
| HSV(B) | 336.21º | 0.49% | 0.46% | - |
| XYZ | 10.65 | 7.71 | 9.11 | - |
| YUV | 79.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 60 | 83 | 0 | 0.49 | 0.30 | 0.54 | 336.21 | 0.33 | 0.35 |
| Hex | 76 | 3C | 53 | 0 | 31 | 1E | 36 | 150 | 21 | 23 |
| Octal | 166 | 74 | 123 | 0 | 61 | 36 | 66 | 520 | 41 | 43 |
| Binary | 1110110 | 111100 | 1010011 | 0 | 110001 | 11110 | 110110 | 101010000 | 100001 | 100011 |
Color Harmonies of #763C53
Complementary color
Monochromatic Colors of #763C53
Black with #763C53
Text Example
Text Example
White with #763C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763C53; }
p { color: rgb(118,60,83); }
H1.HeaderClassName
{
color: #763C53;
}
.AnyTagClassName
{
color: #763C53;
}
</style>
background-color css
<style>
a { background-color: #763C53; }
a { background-color: rgb(118,60,83); }
div.DivClassName
{
background-color: #763C53;
}
.BgClassName
{
background-color: #763C53;
}
</style>
border-color css
<style>
span { border-color: #763C53; }
span { border-color: rgb(118,60,83); }
td.TdClassName
{
border-color: #763C53;
}
.TagClassName
{
border-color: #763C53;
}
</style>