Shades of Affair #764F89
Tints of Affair #764F89
RGB
CMYK
RGB Variations
Color information
#764F89 (or 0x764F89) is known color: Affair. HEX triplet: 76, 4F and 89. RGB value is (118,79,137). Sum of RGB (Red+Green+Blue) = 118+79+137=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #764F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764F89 is #89B076. Grayscale: #616161. Windows color (decimal): -9023607 or 8998774. OLE color: 8998774.
HSL color Cylindrical-coordinate representation of color #764F89: hue angle of 280.34º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #764F89 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 79 | 137 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.46 |
| HSL | 280.34º | 0.27% | 0.42% | - |
| HSV(B) | 280.34º | 0.42% | 0.54% | - |
| XYZ | 14.78 | 11.25 | 25.06 | - |
| YUV | 97.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 137 | 0.14 | 0.42 | 0 | 0.46 | 280.34 | 0.27 | 0.42 |
| Hex | 76 | 4F | 89 | E | 2A | 0 | 2E | 118 | 1B | 2A |
| Octal | 166 | 117 | 211 | 16 | 52 | 0 | 56 | 430 | 33 | 52 |
| Binary | 1110110 | 1001111 | 10001001 | 1110 | 101010 | 0 | 101110 | 100011000 | 11011 | 101010 |
Color Harmonies of #764F89
Complementary color
Monochromatic Colors of #764F89
Black with #764F89
Text Example
Text Example
White with #764F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F89; }
p { color: rgb(118,79,137); }
H1.HeaderClassName
{
color: #764F89;
}
.AnyTagClassName
{
color: #764F89;
}
</style>
background-color css
<style>
a { background-color: #764F89; }
a { background-color: rgb(118,79,137); }
div.DivClassName
{
background-color: #764F89;
}
.BgClassName
{
background-color: #764F89;
}
</style>
border-color css
<style>
span { border-color: #764F89; }
span { border-color: rgb(118,79,137); }
td.TdClassName
{
border-color: #764F89;
}
.TagClassName
{
border-color: #764F89;
}
</style>