Shades of Affair #755E86
Tints of Affair #755E86
RGB
CMYK
RGB Variations
Color information
#755E86 (or 0x755E86) is known color: Affair. HEX triplet: 75, 5E and 86. RGB value is (117,94,134). Sum of RGB (Red+Green+Blue) = 117+94+134=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #755E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E86 is #8AA179. Grayscale: #696969. Windows color (decimal): -9085306 or 8806005. OLE color: 8806005.
HSL color Cylindrical-coordinate representation of color #755E86: hue angle of 274.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755E86 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 94 | 134 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.47 |
| HSL | 274.5º | 0.18% | 0.45% | - |
| HSV(B) | 274.5º | 0.3% | 0.53% | - |
| XYZ | 15.64 | 13.51 | 24.34 | - |
| YUV | 105.44 | 144.12 | 136.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 134 | 0.13 | 0.30 | 0 | 0.47 | 274.5 | 0.18 | 0.45 |
| Hex | 75 | 5E | 86 | D | 1E | 0 | 2F | 112 | 12 | 2D |
| Octal | 165 | 136 | 206 | 15 | 36 | 0 | 57 | 422 | 22 | 55 |
| Binary | 1110101 | 1011110 | 10000110 | 1101 | 11110 | 0 | 101111 | 100010010 | 10010 | 101101 |
Color Harmonies of #755E86
Complementary color
Monochromatic Colors of #755E86
Black with #755E86
Text Example
Text Example
White with #755E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E86; }
p { color: rgb(117,94,134); }
H1.HeaderClassName
{
color: #755E86;
}
.AnyTagClassName
{
color: #755E86;
}
</style>
background-color css
<style>
a { background-color: #755E86; }
a { background-color: rgb(117,94,134); }
div.DivClassName
{
background-color: #755E86;
}
.BgClassName
{
background-color: #755E86;
}
</style>
border-color css
<style>
span { border-color: #755E86; }
span { border-color: rgb(117,94,134); }
td.TdClassName
{
border-color: #755E86;
}
.TagClassName
{
border-color: #755E86;
}
</style>