Shades of Affair #785A87
Tints of Affair #785A87
RGB
CMYK
RGB Variations
Color information
#785A87 (or 0x785A87) is known color: Affair. HEX triplet: 78, 5A and 87. RGB value is (120,90,135). Sum of RGB (Red+Green+Blue) = 120+90+135=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #785A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785A87 is #87A578. Grayscale: #676767. Windows color (decimal): -8889721 or 8870520. OLE color: 8870520.
HSL color Cylindrical-coordinate representation of color #785A87: hue angle of 280º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785A87 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 90 | 135 | - |
| CMYK | 0.11 | 0.33 | 0 | 0.47 |
| HSL | 280º | 0.2% | 0.44% | - |
| HSV(B) | 280º | 0.33% | 0.53% | - |
| XYZ | 15.78 | 13.05 | 24.61 | - |
| YUV | 104.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 135 | 0.11 | 0.33 | 0 | 0.47 | 280 | 0.2 | 0.44 |
| Hex | 78 | 5A | 87 | B | 21 | 0 | 2F | 118 | 14 | 2C |
| Octal | 170 | 132 | 207 | 13 | 41 | 0 | 57 | 430 | 24 | 54 |
| Binary | 1111000 | 1011010 | 10000111 | 1011 | 100001 | 0 | 101111 | 100011000 | 10100 | 101100 |
Color Harmonies of #785A87
Complementary color
Monochromatic Colors of #785A87
Black with #785A87
Text Example
Text Example
White with #785A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A87; }
p { color: rgb(120,90,135); }
H1.HeaderClassName
{
color: #785A87;
}
.AnyTagClassName
{
color: #785A87;
}
</style>
background-color css
<style>
a { background-color: #785A87; }
a { background-color: rgb(120,90,135); }
div.DivClassName
{
background-color: #785A87;
}
.BgClassName
{
background-color: #785A87;
}
</style>
border-color css
<style>
span { border-color: #785A87; }
span { border-color: rgb(120,90,135); }
td.TdClassName
{
border-color: #785A87;
}
.TagClassName
{
border-color: #785A87;
}
</style>