Shades of Affair #765B85
Tints of Affair #765B85
RGB
CMYK
RGB Variations
Color information
#765B85 (or 0x765B85) is known color: Affair. HEX triplet: 76, 5B and 85. RGB value is (118,91,133). Sum of RGB (Red+Green+Blue) = 118+91+133=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 133 - color contains mainly: blue. Hex color #765B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765B85 is #89A47A. Grayscale: #676767. Windows color (decimal): -9020539 or 8739702. OLE color: 8739702.
HSL color Cylindrical-coordinate representation of color #765B85: hue angle of 278.57º 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 #765B85 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 91 | 133 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.48 |
| HSL | 278.57º | 0.19% | 0.44% | - |
| HSV(B) | 278.57º | 0.32% | 0.52% | - |
| XYZ | 15.45 | 13.03 | 23.89 | - |
| YUV | 103.86 | 144.45 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 91 | 133 | 0.11 | 0.32 | 0 | 0.48 | 278.57 | 0.19 | 0.44 |
| Hex | 76 | 5B | 85 | B | 20 | 0 | 30 | 117 | 13 | 2C |
| Octal | 166 | 133 | 205 | 13 | 40 | 0 | 60 | 427 | 23 | 54 |
| Binary | 1110110 | 1011011 | 10000101 | 1011 | 100000 | 0 | 110000 | 100010111 | 10011 | 101100 |
Color Harmonies of #765B85
Complementary color
Monochromatic Colors of #765B85
Black with #765B85
Text Example
Text Example
White with #765B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765B85; }
p { color: rgb(118,91,133); }
H1.HeaderClassName
{
color: #765B85;
}
.AnyTagClassName
{
color: #765B85;
}
</style>
background-color css
<style>
a { background-color: #765B85; }
a { background-color: rgb(118,91,133); }
div.DivClassName
{
background-color: #765B85;
}
.BgClassName
{
background-color: #765B85;
}
</style>
border-color css
<style>
span { border-color: #765B85; }
span { border-color: rgb(118,91,133); }
td.TdClassName
{
border-color: #765B85;
}
.TagClassName
{
border-color: #765B85;
}
</style>