Shades of Affair #765A8A
Tints of Affair #765A8A
RGB
CMYK
RGB Variations
Color information
#765A8A (or 0x765A8A) is known color: Affair. HEX triplet: 76, 5A and 8A. RGB value is (118,90,138). Sum of RGB (Red+Green+Blue) = 118+90+138=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #765A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765A8A is #89A575. Grayscale: #676767. Windows color (decimal): -9020790 or 9067126. OLE color: 9067126.
HSL color Cylindrical-coordinate representation of color #765A8A: hue angle of 275º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #765A8A is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 90 | 138 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.46 |
| HSL | 275º | 0.21% | 0.45% | - |
| HSV(B) | 275º | 0.35% | 0.54% | - |
| XYZ | 15.71 | 13 | 25.73 | - |
| YUV | 103.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 138 | 0.14 | 0.35 | 0 | 0.46 | 275 | 0.21 | 0.45 |
| Hex | 76 | 5A | 8A | E | 23 | 0 | 2E | 113 | 15 | 2D |
| Octal | 166 | 132 | 212 | 16 | 43 | 0 | 56 | 423 | 25 | 55 |
| Binary | 1110110 | 1011010 | 10001010 | 1110 | 100011 | 0 | 101110 | 100010011 | 10101 | 101101 |
Color Harmonies of #765A8A
Complementary color
Monochromatic Colors of #765A8A
Black with #765A8A
Text Example
Text Example
White with #765A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A8A; }
p { color: rgb(118,90,138); }
H1.HeaderClassName
{
color: #765A8A;
}
.AnyTagClassName
{
color: #765A8A;
}
</style>
background-color css
<style>
a { background-color: #765A8A; }
a { background-color: rgb(118,90,138); }
div.DivClassName
{
background-color: #765A8A;
}
.BgClassName
{
background-color: #765A8A;
}
</style>
border-color css
<style>
span { border-color: #765A8A; }
span { border-color: rgb(118,90,138); }
td.TdClassName
{
border-color: #765A8A;
}
.TagClassName
{
border-color: #765A8A;
}
</style>