Shades of Affair #755E84
Tints of Affair #755E84
RGB
CMYK
RGB Variations
Color information
#755E84 (or 0x755E84) is known color: Affair. HEX triplet: 75, 5E and 84. RGB value is (117,94,132). Sum of RGB (Red+Green+Blue) = 117+94+132=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #755E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E84 is #8AA17B. Grayscale: #696969. Windows color (decimal): -9085308 or 8674933. OLE color: 8674933.
HSL color Cylindrical-coordinate representation of color #755E84: hue angle of 276.32º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #755E84 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 94 | 132 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.48 |
| HSL | 276.32º | 0.17% | 0.44% | - |
| HSV(B) | 276.32º | 0.29% | 0.52% | - |
| XYZ | 15.5 | 13.45 | 23.61 | - |
| YUV | 105.21 | 143.12 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 94 | 132 | 0.11 | 0.29 | 0 | 0.48 | 276.32 | 0.17 | 0.44 |
| Hex | 75 | 5E | 84 | B | 1D | 0 | 30 | 114 | 11 | 2C |
| Octal | 165 | 136 | 204 | 13 | 35 | 0 | 60 | 424 | 21 | 54 |
| Binary | 1110101 | 1011110 | 10000100 | 1011 | 11101 | 0 | 110000 | 100010100 | 10001 | 101100 |
Color Harmonies of #755E84
Complementary color
Monochromatic Colors of #755E84
Black with #755E84
Text Example
Text Example
White with #755E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755E84; }
p { color: rgb(117,94,132); }
H1.HeaderClassName
{
color: #755E84;
}
.AnyTagClassName
{
color: #755E84;
}
</style>
background-color css
<style>
a { background-color: #755E84; }
a { background-color: rgb(117,94,132); }
div.DivClassName
{
background-color: #755E84;
}
.BgClassName
{
background-color: #755E84;
}
</style>
border-color css
<style>
span { border-color: #755E84; }
span { border-color: rgb(117,94,132); }
td.TdClassName
{
border-color: #755E84;
}
.TagClassName
{
border-color: #755E84;
}
</style>