Shades of Affair #785B86
Tints of Affair #785B86
RGB
CMYK
RGB Variations
Color information
#785B86 (or 0x785B86) is known color: Affair. HEX triplet: 78, 5B and 86. RGB value is (120,91,134). Sum of RGB (Red+Green+Blue) = 120+91+134=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #785B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785B86 is #87A479. Grayscale: #686868. Windows color (decimal): -8889466 or 8805240. OLE color: 8805240.
HSL color Cylindrical-coordinate representation of color #785B86: hue angle of 280.47º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #785B86 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 91 | 134 | - |
| CMYK | 0.10 | 0.32 | 0 | 0.47 |
| HSL | 280.47º | 0.19% | 0.44% | - |
| HSV(B) | 280.47º | 0.32% | 0.53% | - |
| XYZ | 15.79 | 13.2 | 24.27 | - |
| YUV | 104.57 | 144.61 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 134 | 0.10 | 0.32 | 0 | 0.47 | 280.47 | 0.19 | 0.44 |
| Hex | 78 | 5B | 86 | A | 20 | 0 | 2F | 118 | 13 | 2C |
| Octal | 170 | 133 | 206 | 12 | 40 | 0 | 57 | 430 | 23 | 54 |
| Binary | 1111000 | 1011011 | 10000110 | 1010 | 100000 | 0 | 101111 | 100011000 | 10011 | 101100 |
Color Harmonies of #785B86
Complementary color
Monochromatic Colors of #785B86
Black with #785B86
Text Example
Text Example
White with #785B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B86; }
p { color: rgb(120,91,134); }
H1.HeaderClassName
{
color: #785B86;
}
.AnyTagClassName
{
color: #785B86;
}
</style>
background-color css
<style>
a { background-color: #785B86; }
a { background-color: rgb(120,91,134); }
div.DivClassName
{
background-color: #785B86;
}
.BgClassName
{
background-color: #785B86;
}
</style>
border-color css
<style>
span { border-color: #785B86; }
span { border-color: rgb(120,91,134); }
td.TdClassName
{
border-color: #785B86;
}
.TagClassName
{
border-color: #785B86;
}
</style>