Shades of Affair #764E7C
Tints of Affair #764E7C
RGB
CMYK
RGB Variations
Color information
#764E7C (or 0x764E7C) is known color: Affair. HEX triplet: 76, 4E and 7C. RGB value is (118,78,124). Sum of RGB (Red+Green+Blue) = 118+78+124=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #764E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E7C is #89B183. Grayscale: #5F5F5F. Windows color (decimal): -9023876 or 8146550. OLE color: 8146550.
HSL color Cylindrical-coordinate representation of color #764E7C: hue angle of 292.17º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #764E7C is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 78 | 124 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.51 |
| HSL | 292.17º | 0.23% | 0.4% | - |
| HSV(B) | 292.17º | 0.37% | 0.49% | - |
| XYZ | 13.83 | 10.76 | 20.42 | - |
| YUV | 95.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 124 | 0.05 | 0.37 | 0 | 0.51 | 292.17 | 0.23 | 0.4 |
| Hex | 76 | 4E | 7C | 5 | 25 | 0 | 33 | 124 | 17 | 28 |
| Octal | 166 | 116 | 174 | 5 | 45 | 0 | 63 | 444 | 27 | 50 |
| Binary | 1110110 | 1001110 | 1111100 | 101 | 100101 | 0 | 110011 | 100100100 | 10111 | 101000 |
Color Harmonies of #764E7C
Complementary color
Monochromatic Colors of #764E7C
Black with #764E7C
Text Example
Text Example
White with #764E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764E7C; }
p { color: rgb(118,78,124); }
H1.HeaderClassName
{
color: #764E7C;
}
.AnyTagClassName
{
color: #764E7C;
}
</style>
background-color css
<style>
a { background-color: #764E7C; }
a { background-color: rgb(118,78,124); }
div.DivClassName
{
background-color: #764E7C;
}
.BgClassName
{
background-color: #764E7C;
}
</style>
border-color css
<style>
span { border-color: #764E7C; }
span { border-color: rgb(118,78,124); }
td.TdClassName
{
border-color: #764E7C;
}
.TagClassName
{
border-color: #764E7C;
}
</style>