Shades of Affair #764C88
Tints of Affair #764C88
RGB
CMYK
RGB Variations
Color information
#764C88 (or 0x764C88) is known color: Affair. HEX triplet: 76, 4C and 88. RGB value is (118,76,136). Sum of RGB (Red+Green+Blue) = 118+76+136=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 136 - color contains mainly: blue. Hex color #764C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764C88 is #89B377. Grayscale: #5F5F5F. Windows color (decimal): -9024376 or 8932470. OLE color: 8932470.
HSL color Cylindrical-coordinate representation of color #764C88: hue angle of 282º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764C88 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 76 | 136 | - |
| CMYK | 0.13 | 0.44 | 0 | 0.47 |
| HSL | 282º | 0.28% | 0.42% | - |
| HSV(B) | 282º | 0.44% | 0.53% | - |
| XYZ | 14.5 | 10.8 | 24.61 | - |
| YUV | 95.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 76 | 136 | 0.13 | 0.44 | 0 | 0.47 | 282 | 0.28 | 0.42 |
| Hex | 76 | 4C | 88 | D | 2C | 0 | 2F | 11A | 1C | 2A |
| Octal | 166 | 114 | 210 | 15 | 54 | 0 | 57 | 432 | 34 | 52 |
| Binary | 1110110 | 1001100 | 10001000 | 1101 | 101100 | 0 | 101111 | 100011010 | 11100 | 101010 |
Color Harmonies of #764C88
Complementary color
Monochromatic Colors of #764C88
Black with #764C88
Text Example
Text Example
White with #764C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764C88; }
p { color: rgb(118,76,136); }
H1.HeaderClassName
{
color: #764C88;
}
.AnyTagClassName
{
color: #764C88;
}
</style>
background-color css
<style>
a { background-color: #764C88; }
a { background-color: rgb(118,76,136); }
div.DivClassName
{
background-color: #764C88;
}
.BgClassName
{
background-color: #764C88;
}
</style>
border-color css
<style>
span { border-color: #764C88; }
span { border-color: rgb(118,76,136); }
td.TdClassName
{
border-color: #764C88;
}
.TagClassName
{
border-color: #764C88;
}
</style>