Shades of Affair #785D86
Tints of Affair #785D86
RGB
CMYK
RGB Variations
Color information
#785D86 (or 0x785D86) is known color: Affair. HEX triplet: 78, 5D and 86. RGB value is (120,93,134). Sum of RGB (Red+Green+Blue) = 120+93+134=347 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.58% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #785D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785D86 is #87A279. Grayscale: #696969. Windows color (decimal): -8888954 or 8805752. OLE color: 8805752.
HSL color Cylindrical-coordinate representation of color #785D86: hue angle of 279.51º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785D86 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 93 | 134 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.47 |
| HSL | 279.51º | 0.18% | 0.45% | - |
| HSV(B) | 279.51º | 0.31% | 0.53% | - |
| XYZ | 15.96 | 13.54 | 24.33 | - |
| YUV | 105.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 134 | 0.10 | 0.31 | 0 | 0.47 | 279.51 | 0.18 | 0.45 |
| Hex | 78 | 5D | 86 | A | 1F | 0 | 2F | 118 | 12 | 2D |
| Octal | 170 | 135 | 206 | 12 | 37 | 0 | 57 | 430 | 22 | 55 |
| Binary | 1111000 | 1011101 | 10000110 | 1010 | 11111 | 0 | 101111 | 100011000 | 10010 | 101101 |
Color Harmonies of #785D86
Complementary color
Monochromatic Colors of #785D86
Black with #785D86
Text Example
Text Example
White with #785D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D86; }
p { color: rgb(120,93,134); }
H1.HeaderClassName
{
color: #785D86;
}
.AnyTagClassName
{
color: #785D86;
}
</style>
background-color css
<style>
a { background-color: #785D86; }
a { background-color: rgb(120,93,134); }
div.DivClassName
{
background-color: #785D86;
}
.BgClassName
{
background-color: #785D86;
}
</style>
border-color css
<style>
span { border-color: #785D86; }
span { border-color: rgb(120,93,134); }
td.TdClassName
{
border-color: #785D86;
}
.TagClassName
{
border-color: #785D86;
}
</style>