Shades of Affair #755E89
Tints of Affair #755E89
RGB
CMYK
RGB Variations
Color information
#755E89 (or 0x755E89) is known color: Affair. HEX triplet: 75, 5E and 89. RGB value is (117,94,137). Sum of RGB (Red+Green+Blue) = 117+94+137=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 94 (37.11% from 255 or 27.01% 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 #755E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E89 is #8AA176. Grayscale: #696969. Windows color (decimal): -9085303 or 9002613. OLE color: 9002613.
HSL color Cylindrical-coordinate representation of color #755E89: hue angle of 272.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #755E89 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 94 | 137 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.46 |
| HSL | 272.09º | 0.19% | 0.45% | - |
| HSV(B) | 272.09º | 0.31% | 0.54% | - |
| XYZ | 15.85 | 13.59 | 25.46 | - |
| YUV | 105.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 137 | 0.15 | 0.31 | 0 | 0.46 | 272.09 | 0.19 | 0.45 |
| Hex | 75 | 5E | 89 | F | 1F | 0 | 2E | 110 | 13 | 2D |
| Octal | 165 | 136 | 211 | 17 | 37 | 0 | 56 | 420 | 23 | 55 |
| Binary | 1110101 | 1011110 | 10001001 | 1111 | 11111 | 0 | 101110 | 100010000 | 10011 | 101101 |
Color Harmonies of #755E89
Complementary color
Monochromatic Colors of #755E89
Black with #755E89
Text Example
Text Example
White with #755E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E89; }
p { color: rgb(117,94,137); }
H1.HeaderClassName
{
color: #755E89;
}
.AnyTagClassName
{
color: #755E89;
}
</style>
background-color css
<style>
a { background-color: #755E89; }
a { background-color: rgb(117,94,137); }
div.DivClassName
{
background-color: #755E89;
}
.BgClassName
{
background-color: #755E89;
}
</style>
border-color css
<style>
span { border-color: #755E89; }
span { border-color: rgb(117,94,137); }
td.TdClassName
{
border-color: #755E89;
}
.TagClassName
{
border-color: #755E89;
}
</style>