Shades of Affair #764B88
Tints of Affair #764B88
RGB
CMYK
RGB Variations
Color information
#764B88 (or 0x764B88) is known color: Affair. HEX triplet: 76, 4B and 88. RGB value is (118,75,136). Sum of RGB (Red+Green+Blue) = 118+75+136=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 136 - color contains mainly: blue. Hex color #764B88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764B88 is #89B477. Grayscale: #5E5E5E. Windows color (decimal): -9024632 or 8932214. OLE color: 8932214.
HSL color Cylindrical-coordinate representation of color #764B88: hue angle of 282.3º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764B88 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 75 | 136 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.47 |
| HSL | 282.3º | 0.29% | 0.41% | - |
| HSV(B) | 282.3º | 0.45% | 0.53% | - |
| XYZ | 14.43 | 10.66 | 24.59 | - |
| YUV | 94.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 75 | 136 | 0.13 | 0.45 | 0 | 0.47 | 282.3 | 0.29 | 0.41 |
| Hex | 76 | 4B | 88 | D | 2D | 0 | 2F | 11A | 1D | 29 |
| Octal | 166 | 113 | 210 | 15 | 55 | 0 | 57 | 432 | 35 | 51 |
| Binary | 1110110 | 1001011 | 10001000 | 1101 | 101101 | 0 | 101111 | 100011010 | 11101 | 101001 |
Color Harmonies of #764B88
Complementary color
Monochromatic Colors of #764B88
Black with #764B88
Text Example
Text Example
White with #764B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764B88; }
p { color: rgb(118,75,136); }
H1.HeaderClassName
{
color: #764B88;
}
.AnyTagClassName
{
color: #764B88;
}
</style>
background-color css
<style>
a { background-color: #764B88; }
a { background-color: rgb(118,75,136); }
div.DivClassName
{
background-color: #764B88;
}
.BgClassName
{
background-color: #764B88;
}
</style>
border-color css
<style>
span { border-color: #764B88; }
span { border-color: rgb(118,75,136); }
td.TdClassName
{
border-color: #764B88;
}
.TagClassName
{
border-color: #764B88;
}
</style>