Shades of Affair #785F8E
Tints of Affair #785F8E
RGB
CMYK
RGB Variations
Color information
#785F8E (or 0x785F8E) is known color: Affair. HEX triplet: 78, 5F and 8E. RGB value is (120,95,142). Sum of RGB (Red+Green+Blue) = 120+95+142=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 95 (37.5% from 255 or 26.61% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #785F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785F8E is #87A071. Grayscale: #6B6B6B. Windows color (decimal): -8888434 or 9330552. OLE color: 9330552.
HSL color Cylindrical-coordinate representation of color #785F8E: hue angle of 271.91º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785F8E is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 95 | 142 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.44 |
| HSL | 271.91º | 0.2% | 0.46% | - |
| HSV(B) | 271.91º | 0.33% | 0.56% | - |
| XYZ | 16.72 | 14.13 | 27.44 | - |
| YUV | 107.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 142 | 0.15 | 0.33 | 0 | 0.44 | 271.91 | 0.2 | 0.46 |
| Hex | 78 | 5F | 8E | F | 21 | 0 | 2C | 110 | 14 | 2E |
| Octal | 170 | 137 | 216 | 17 | 41 | 0 | 54 | 420 | 24 | 56 |
| Binary | 1111000 | 1011111 | 10001110 | 1111 | 100001 | 0 | 101100 | 100010000 | 10100 | 101110 |
Color Harmonies of #785F8E
Complementary color
Monochromatic Colors of #785F8E
Black with #785F8E
Text Example
Text Example
White with #785F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785F8E; }
p { color: rgb(120,95,142); }
H1.HeaderClassName
{
color: #785F8E;
}
.AnyTagClassName
{
color: #785F8E;
}
</style>
background-color css
<style>
a { background-color: #785F8E; }
a { background-color: rgb(120,95,142); }
div.DivClassName
{
background-color: #785F8E;
}
.BgClassName
{
background-color: #785F8E;
}
</style>
border-color css
<style>
span { border-color: #785F8E; }
span { border-color: rgb(120,95,142); }
td.TdClassName
{
border-color: #785F8E;
}
.TagClassName
{
border-color: #785F8E;
}
</style>