Shades of Affair #764A89
Tints of Affair #764A89
RGB
CMYK
RGB Variations
Color information
#764A89 (or 0x764A89) is known color: Affair. HEX triplet: 76, 4A and 89. RGB value is (118,74,137). Sum of RGB (Red+Green+Blue) = 118+74+137=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 137 (53.91% from 255 or 41.64% from 329); Max value from RGB is 137 - color contains mainly: blue. Hex color #764A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764A89 is #89B576. Grayscale: #5E5E5E. Windows color (decimal): -9024887 or 8997494. OLE color: 8997494.
HSL color Cylindrical-coordinate representation of color #764A89: hue angle of 281.9º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #764A89 is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 74 | 137 | - |
| CMYK | 0.14 | 0.46 | 0 | 0.46 |
| HSL | 281.9º | 0.3% | 0.41% | - |
| HSV(B) | 281.9º | 0.46% | 0.54% | - |
| XYZ | 14.44 | 10.56 | 24.94 | - |
| YUV | 94.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 74 | 137 | 0.14 | 0.46 | 0 | 0.46 | 281.9 | 0.3 | 0.41 |
| Hex | 76 | 4A | 89 | E | 2E | 0 | 2E | 11A | 1E | 29 |
| Octal | 166 | 112 | 211 | 16 | 56 | 0 | 56 | 432 | 36 | 51 |
| Binary | 1110110 | 1001010 | 10001001 | 1110 | 101110 | 0 | 101110 | 100011010 | 11110 | 101001 |
Color Harmonies of #764A89
Complementary color
Monochromatic Colors of #764A89
Black with #764A89
Text Example
Text Example
White with #764A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764A89; }
p { color: rgb(118,74,137); }
H1.HeaderClassName
{
color: #764A89;
}
.AnyTagClassName
{
color: #764A89;
}
</style>
background-color css
<style>
a { background-color: #764A89; }
a { background-color: rgb(118,74,137); }
div.DivClassName
{
background-color: #764A89;
}
.BgClassName
{
background-color: #764A89;
}
</style>
border-color css
<style>
span { border-color: #764A89; }
span { border-color: rgb(118,74,137); }
td.TdClassName
{
border-color: #764A89;
}
.TagClassName
{
border-color: #764A89;
}
</style>