Shades of Affair #765A8B
Tints of Affair #765A8B
RGB
CMYK
RGB Variations
Color information
#765A8B (or 0x765A8B) is known color: Affair. HEX triplet: 76, 5A and 8B. RGB value is (118,90,139). Sum of RGB (Red+Green+Blue) = 118+90+139=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #765A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765A8B is #89A574. Grayscale: #676767. Windows color (decimal): -9020789 or 9132662. OLE color: 9132662.
HSL color Cylindrical-coordinate representation of color #765A8B: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #765A8B is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 90 | 139 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.45 |
| HSL | 274.29º | 0.21% | 0.45% | - |
| HSV(B) | 274.29º | 0.35% | 0.55% | - |
| XYZ | 15.79 | 13.03 | 26.11 | - |
| YUV | 103.96 | 147.78 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 139 | 0.15 | 0.35 | 0 | 0.45 | 274.29 | 0.21 | 0.45 |
| Hex | 76 | 5A | 8B | F | 23 | 0 | 2D | 112 | 15 | 2D |
| Octal | 166 | 132 | 213 | 17 | 43 | 0 | 55 | 422 | 25 | 55 |
| Binary | 1110110 | 1011010 | 10001011 | 1111 | 100011 | 0 | 101101 | 100010010 | 10101 | 101101 |
Color Harmonies of #765A8B
Complementary color
Monochromatic Colors of #765A8B
Black with #765A8B
Text Example
Text Example
White with #765A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A8B; }
p { color: rgb(118,90,139); }
H1.HeaderClassName
{
color: #765A8B;
}
.AnyTagClassName
{
color: #765A8B;
}
</style>
background-color css
<style>
a { background-color: #765A8B; }
a { background-color: rgb(118,90,139); }
div.DivClassName
{
background-color: #765A8B;
}
.BgClassName
{
background-color: #765A8B;
}
</style>
border-color css
<style>
span { border-color: #765A8B; }
span { border-color: rgb(118,90,139); }
td.TdClassName
{
border-color: #765A8B;
}
.TagClassName
{
border-color: #765A8B;
}
</style>