Shades of Affair #765C85
Tints of Affair #765C85
RGB
CMYK
RGB Variations
Color information
#765C85 (or 0x765C85) is known color: Affair. HEX triplet: 76, 5C and 85. RGB value is (118,92,133). Sum of RGB (Red+Green+Blue) = 118+92+133=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 133 - color contains mainly: blue. Hex color #765C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765C85 is #89A37A. Grayscale: #686868. Windows color (decimal): -9020283 or 8739958. OLE color: 8739958.
HSL color Cylindrical-coordinate representation of color #765C85: hue angle of 278.05º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765C85 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 92 | 133 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.48 |
| HSL | 278.05º | 0.18% | 0.44% | - |
| HSV(B) | 278.05º | 0.31% | 0.52% | - |
| XYZ | 15.53 | 13.2 | 23.92 | - |
| YUV | 104.45 | 144.11 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 133 | 0.11 | 0.31 | 0 | 0.48 | 278.05 | 0.18 | 0.44 |
| Hex | 76 | 5C | 85 | B | 1F | 0 | 30 | 116 | 12 | 2C |
| Octal | 166 | 134 | 205 | 13 | 37 | 0 | 60 | 426 | 22 | 54 |
| Binary | 1110110 | 1011100 | 10000101 | 1011 | 11111 | 0 | 110000 | 100010110 | 10010 | 101100 |
Color Harmonies of #765C85
Complementary color
Monochromatic Colors of #765C85
Black with #765C85
Text Example
Text Example
White with #765C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C85; }
p { color: rgb(118,92,133); }
H1.HeaderClassName
{
color: #765C85;
}
.AnyTagClassName
{
color: #765C85;
}
</style>
background-color css
<style>
a { background-color: #765C85; }
a { background-color: rgb(118,92,133); }
div.DivClassName
{
background-color: #765C85;
}
.BgClassName
{
background-color: #765C85;
}
</style>
border-color css
<style>
span { border-color: #765C85; }
span { border-color: rgb(118,92,133); }
td.TdClassName
{
border-color: #765C85;
}
.TagClassName
{
border-color: #765C85;
}
</style>