Shades of Affair #755B85
Tints of Affair #755B85
RGB
CMYK
RGB Variations
Color information
#755B85 (or 0x755B85) is known color: Affair. HEX triplet: 75, 5B and 85. RGB value is (117,91,133). Sum of RGB (Red+Green+Blue) = 117+91+133=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #755B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B85 is #8AA47A. Grayscale: #676767. Windows color (decimal): -9086075 or 8739701. OLE color: 8739701.
HSL color Cylindrical-coordinate representation of color #755B85: hue angle of 277.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755B85 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 91 | 133 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.48 |
| HSL | 277.14º | 0.19% | 0.44% | - |
| HSV(B) | 277.14º | 0.32% | 0.52% | - |
| XYZ | 15.31 | 12.96 | 23.88 | - |
| YUV | 103.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 91 | 133 | 0.12 | 0.32 | 0 | 0.48 | 277.14 | 0.19 | 0.44 |
| Hex | 75 | 5B | 85 | C | 20 | 0 | 30 | 115 | 13 | 2C |
| Octal | 165 | 133 | 205 | 14 | 40 | 0 | 60 | 425 | 23 | 54 |
| Binary | 1110101 | 1011011 | 10000101 | 1100 | 100000 | 0 | 110000 | 100010101 | 10011 | 101100 |
Color Harmonies of #755B85
Complementary color
Monochromatic Colors of #755B85
Black with #755B85
Text Example
Text Example
White with #755B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755B85; }
p { color: rgb(117,91,133); }
H1.HeaderClassName
{
color: #755B85;
}
.AnyTagClassName
{
color: #755B85;
}
</style>
background-color css
<style>
a { background-color: #755B85; }
a { background-color: rgb(117,91,133); }
div.DivClassName
{
background-color: #755B85;
}
.BgClassName
{
background-color: #755B85;
}
</style>
border-color css
<style>
span { border-color: #755B85; }
span { border-color: rgb(117,91,133); }
td.TdClassName
{
border-color: #755B85;
}
.TagClassName
{
border-color: #755B85;
}
</style>