Shades of Affair #785E86
Tints of Affair #785E86
RGB
CMYK
RGB Variations
Color information
#785E86 (or 0x785E86) is known color: Affair. HEX triplet: 78, 5E and 86. RGB value is (120,94,134). Sum of RGB (Red+Green+Blue) = 120+94+134=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #785E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785E86 is #87A179. Grayscale: #6A6A6A. Windows color (decimal): -8888698 or 8806008. OLE color: 8806008.
HSL color Cylindrical-coordinate representation of color #785E86: hue angle of 279º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #785E86 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 94 | 134 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.47 |
| HSL | 279º | 0.18% | 0.45% | - |
| HSV(B) | 279º | 0.3% | 0.53% | - |
| XYZ | 16.05 | 13.72 | 24.36 | - |
| YUV | 106.33 | 143.61 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 134 | 0.10 | 0.30 | 0 | 0.47 | 279 | 0.18 | 0.45 |
| Hex | 78 | 5E | 86 | A | 1E | 0 | 2F | 117 | 12 | 2D |
| Octal | 170 | 136 | 206 | 12 | 36 | 0 | 57 | 427 | 22 | 55 |
| Binary | 1111000 | 1011110 | 10000110 | 1010 | 11110 | 0 | 101111 | 100010111 | 10010 | 101101 |
Color Harmonies of #785E86
Complementary color
Monochromatic Colors of #785E86
Black with #785E86
Text Example
Text Example
White with #785E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785E86; }
p { color: rgb(120,94,134); }
H1.HeaderClassName
{
color: #785E86;
}
.AnyTagClassName
{
color: #785E86;
}
</style>
background-color css
<style>
a { background-color: #785E86; }
a { background-color: rgb(120,94,134); }
div.DivClassName
{
background-color: #785E86;
}
.BgClassName
{
background-color: #785E86;
}
</style>
border-color css
<style>
span { border-color: #785E86; }
span { border-color: rgb(120,94,134); }
td.TdClassName
{
border-color: #785E86;
}
.TagClassName
{
border-color: #785E86;
}
</style>