Shades of Affair #764F84
Tints of Affair #764F84
RGB
CMYK
RGB Variations
Color information
#764F84 (or 0x764F84) is known color: Affair. HEX triplet: 76, 4F and 84. RGB value is (118,79,132). Sum of RGB (Red+Green+Blue) = 118+79+132=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #764F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #764F84 is #89B07B. Grayscale: #606060. Windows color (decimal): -9023612 or 8671094. OLE color: 8671094.
HSL color Cylindrical-coordinate representation of color #764F84: hue angle of 284.15º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #764F84 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 79 | 132 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.48 |
| HSL | 284.15º | 0.25% | 0.41% | - |
| HSV(B) | 284.15º | 0.4% | 0.52% | - |
| XYZ | 14.43 | 11.11 | 23.21 | - |
| YUV | 96.7 | 147.92 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 132 | 0.11 | 0.40 | 0 | 0.48 | 284.15 | 0.25 | 0.41 |
| Hex | 76 | 4F | 84 | B | 28 | 0 | 30 | 11C | 19 | 29 |
| Octal | 166 | 117 | 204 | 13 | 50 | 0 | 60 | 434 | 31 | 51 |
| Binary | 1110110 | 1001111 | 10000100 | 1011 | 101000 | 0 | 110000 | 100011100 | 11001 | 101001 |
Color Harmonies of #764F84
Complementary color
Monochromatic Colors of #764F84
Black with #764F84
Text Example
Text Example
White with #764F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764F84; }
p { color: rgb(118,79,132); }
H1.HeaderClassName
{
color: #764F84;
}
.AnyTagClassName
{
color: #764F84;
}
</style>
background-color css
<style>
a { background-color: #764F84; }
a { background-color: rgb(118,79,132); }
div.DivClassName
{
background-color: #764F84;
}
.BgClassName
{
background-color: #764F84;
}
</style>
border-color css
<style>
span { border-color: #764F84; }
span { border-color: rgb(118,79,132); }
td.TdClassName
{
border-color: #764F84;
}
.TagClassName
{
border-color: #764F84;
}
</style>