Shades of Affair #765D89
Tints of Affair #765D89
RGB
CMYK
RGB Variations
Color information
#765D89 (or 0x765D89) is known color: Affair. HEX triplet: 76, 5D and 89. RGB value is (118,93,137). Sum of RGB (Red+Green+Blue) = 118+93+137=348 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.91% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #765D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765D89 is #89A276. Grayscale: #696969. Windows color (decimal): -9020023 or 9002358. OLE color: 9002358.
HSL color Cylindrical-coordinate representation of color #765D89: hue angle of 274.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #765D89 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 93 | 137 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.46 |
| HSL | 274.09º | 0.19% | 0.45% | - |
| HSV(B) | 274.09º | 0.32% | 0.54% | - |
| XYZ | 15.9 | 13.49 | 25.43 | - |
| YUV | 105.49 | 145.78 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 93 | 137 | 0.14 | 0.32 | 0 | 0.46 | 274.09 | 0.19 | 0.45 |
| Hex | 76 | 5D | 89 | E | 20 | 0 | 2E | 112 | 13 | 2D |
| Octal | 166 | 135 | 211 | 16 | 40 | 0 | 56 | 422 | 23 | 55 |
| Binary | 1110110 | 1011101 | 10001001 | 1110 | 100000 | 0 | 101110 | 100010010 | 10011 | 101101 |
Color Harmonies of #765D89
Complementary color
Monochromatic Colors of #765D89
Black with #765D89
Text Example
Text Example
White with #765D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765D89; }
p { color: rgb(118,93,137); }
H1.HeaderClassName
{
color: #765D89;
}
.AnyTagClassName
{
color: #765D89;
}
</style>
background-color css
<style>
a { background-color: #765D89; }
a { background-color: rgb(118,93,137); }
div.DivClassName
{
background-color: #765D89;
}
.BgClassName
{
background-color: #765D89;
}
</style>
border-color css
<style>
span { border-color: #765D89; }
span { border-color: rgb(118,93,137); }
td.TdClassName
{
border-color: #765D89;
}
.TagClassName
{
border-color: #765D89;
}
</style>