Shades of Affair #785C89
Tints of Affair #785C89
RGB
CMYK
RGB Variations
Color information
#785C89 (or 0x785C89) is known color: Affair. HEX triplet: 78, 5C and 89. RGB value is (120,92,137). Sum of RGB (Red+Green+Blue) = 120+92+137=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 137 - color contains mainly: blue. Hex color #785C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785C89 is #87A376. Grayscale: #696969. Windows color (decimal): -8889207 or 9002104. OLE color: 9002104.
HSL color Cylindrical-coordinate representation of color #785C89: hue angle of 277.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #785C89 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 92 | 137 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.46 |
| HSL | 277.33º | 0.2% | 0.45% | - |
| HSV(B) | 277.33º | 0.33% | 0.54% | - |
| XYZ | 16.09 | 13.45 | 25.42 | - |
| YUV | 105.5 | 145.78 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 137 | 0.12 | 0.33 | 0 | 0.46 | 277.33 | 0.2 | 0.45 |
| Hex | 78 | 5C | 89 | C | 21 | 0 | 2E | 115 | 14 | 2D |
| Octal | 170 | 134 | 211 | 14 | 41 | 0 | 56 | 425 | 24 | 55 |
| Binary | 1111000 | 1011100 | 10001001 | 1100 | 100001 | 0 | 101110 | 100010101 | 10100 | 101101 |
Color Harmonies of #785C89
Complementary color
Monochromatic Colors of #785C89
Black with #785C89
Text Example
Text Example
White with #785C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C89; }
p { color: rgb(120,92,137); }
H1.HeaderClassName
{
color: #785C89;
}
.AnyTagClassName
{
color: #785C89;
}
</style>
background-color css
<style>
a { background-color: #785C89; }
a { background-color: rgb(120,92,137); }
div.DivClassName
{
background-color: #785C89;
}
.BgClassName
{
background-color: #785C89;
}
</style>
border-color css
<style>
span { border-color: #785C89; }
span { border-color: rgb(120,92,137); }
td.TdClassName
{
border-color: #785C89;
}
.TagClassName
{
border-color: #785C89;
}
</style>