Shades of Affair #764D90
Tints of Affair #764D90
RGB
CMYK
RGB Variations
Color information
#764D90 (or 0x764D90) is known color: Affair. HEX triplet: 76, 4D and 90. RGB value is (118,77,144). Sum of RGB (Red+Green+Blue) = 118+77+144=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 77 (30.47% from 255 or 22.71% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #764D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764D90 is #89B26F. Grayscale: #606060. Windows color (decimal): -9024112 or 9457014. OLE color: 9457014.
HSL color Cylindrical-coordinate representation of color #764D90: hue angle of 276.72º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #764D90 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 77 | 144 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.44 |
| HSL | 276.72º | 0.3% | 0.43% | - |
| HSV(B) | 276.72º | 0.47% | 0.56% | - |
| XYZ | 15.16 | 11.17 | 27.74 | - |
| YUV | 96.9 | 154.58 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 77 | 144 | 0.18 | 0.47 | 0 | 0.44 | 276.72 | 0.3 | 0.43 |
| Hex | 76 | 4D | 90 | 12 | 2F | 0 | 2C | 115 | 1E | 2B |
| Octal | 166 | 115 | 220 | 22 | 57 | 0 | 54 | 425 | 36 | 53 |
| Binary | 1110110 | 1001101 | 10010000 | 10010 | 101111 | 0 | 101100 | 100010101 | 11110 | 101011 |
Color Harmonies of #764D90
Complementary color
Monochromatic Colors of #764D90
Black with #764D90
Text Example
Text Example
White with #764D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764D90; }
p { color: rgb(118,77,144); }
H1.HeaderClassName
{
color: #764D90;
}
.AnyTagClassName
{
color: #764D90;
}
</style>
background-color css
<style>
a { background-color: #764D90; }
a { background-color: rgb(118,77,144); }
div.DivClassName
{
background-color: #764D90;
}
.BgClassName
{
background-color: #764D90;
}
</style>
border-color css
<style>
span { border-color: #764D90; }
span { border-color: rgb(118,77,144); }
td.TdClassName
{
border-color: #764D90;
}
.TagClassName
{
border-color: #764D90;
}
</style>