Shades of Affair #785C86
Tints of Affair #785C86
RGB
CMYK
RGB Variations
Color information
#785C86 (or 0x785C86) is known color: Affair. HEX triplet: 78, 5C and 86. RGB value is (120,92,134). Sum of RGB (Red+Green+Blue) = 120+92+134=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 134 - color contains mainly: blue. Hex color #785C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785C86 is #87A379. Grayscale: #696969. Windows color (decimal): -8889210 or 8805496. OLE color: 8805496.
HSL color Cylindrical-coordinate representation of color #785C86: hue angle of 280º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785C86 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 92 | 134 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.47 |
| HSL | 280º | 0.19% | 0.44% | - |
| HSV(B) | 280º | 0.31% | 0.53% | - |
| XYZ | 15.88 | 13.37 | 24.3 | - |
| YUV | 105.16 | 144.28 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 134 | 0.10 | 0.31 | 0 | 0.47 | 280 | 0.19 | 0.44 |
| Hex | 78 | 5C | 86 | A | 1F | 0 | 2F | 118 | 13 | 2C |
| Octal | 170 | 134 | 206 | 12 | 37 | 0 | 57 | 430 | 23 | 54 |
| Binary | 1111000 | 1011100 | 10000110 | 1010 | 11111 | 0 | 101111 | 100011000 | 10011 | 101100 |
Color Harmonies of #785C86
Complementary color
Monochromatic Colors of #785C86
Black with #785C86
Text Example
Text Example
White with #785C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C86; }
p { color: rgb(120,92,134); }
H1.HeaderClassName
{
color: #785C86;
}
.AnyTagClassName
{
color: #785C86;
}
</style>
background-color css
<style>
a { background-color: #785C86; }
a { background-color: rgb(120,92,134); }
div.DivClassName
{
background-color: #785C86;
}
.BgClassName
{
background-color: #785C86;
}
</style>
border-color css
<style>
span { border-color: #785C86; }
span { border-color: rgb(120,92,134); }
td.TdClassName
{
border-color: #785C86;
}
.TagClassName
{
border-color: #785C86;
}
</style>