Shades of Affair #785A8A
Tints of Affair #785A8A
RGB
CMYK
RGB Variations
Color information
#785A8A (or 0x785A8A) is known color: Affair. HEX triplet: 78, 5A and 8A. RGB value is (120,90,138). Sum of RGB (Red+Green+Blue) = 120+90+138=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #785A8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785A8A is #87A575. Grayscale: #686868. Windows color (decimal): -8889718 or 9067128. OLE color: 9067128.
HSL color Cylindrical-coordinate representation of color #785A8A: hue angle of 277.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #785A8A is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 90 | 138 | - |
| CMYK | 0.13 | 0.35 | 0 | 0.46 |
| HSL | 277.5º | 0.21% | 0.45% | - |
| HSV(B) | 277.5º | 0.35% | 0.54% | - |
| XYZ | 15.99 | 13.14 | 25.74 | - |
| YUV | 104.44 | 146.94 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 138 | 0.13 | 0.35 | 0 | 0.46 | 277.5 | 0.21 | 0.45 |
| Hex | 78 | 5A | 8A | D | 23 | 0 | 2E | 116 | 15 | 2D |
| Octal | 170 | 132 | 212 | 15 | 43 | 0 | 56 | 426 | 25 | 55 |
| Binary | 1111000 | 1011010 | 10001010 | 1101 | 100011 | 0 | 101110 | 100010110 | 10101 | 101101 |
Color Harmonies of #785A8A
Complementary color
Monochromatic Colors of #785A8A
Black with #785A8A
Text Example
Text Example
White with #785A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785A8A; }
p { color: rgb(120,90,138); }
H1.HeaderClassName
{
color: #785A8A;
}
.AnyTagClassName
{
color: #785A8A;
}
</style>
background-color css
<style>
a { background-color: #785A8A; }
a { background-color: rgb(120,90,138); }
div.DivClassName
{
background-color: #785A8A;
}
.BgClassName
{
background-color: #785A8A;
}
</style>
border-color css
<style>
span { border-color: #785A8A; }
span { border-color: rgb(120,90,138); }
td.TdClassName
{
border-color: #785A8A;
}
.TagClassName
{
border-color: #785A8A;
}
</style>