Shades of Affair #785B83
Tints of Affair #785B83
RGB
CMYK
RGB Variations
Color information
#785B83 (or 0x785B83) is known color: Affair. HEX triplet: 78, 5B and 83. RGB value is (120,91,131). Sum of RGB (Red+Green+Blue) = 120+91+131=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #785B83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785B83 is #87A47C. Grayscale: #686868. Windows color (decimal): -8889469 or 8608632. OLE color: 8608632.
HSL color Cylindrical-coordinate representation of color #785B83: hue angle of 283.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #785B83 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 91 | 131 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.49 |
| HSL | 283.5º | 0.18% | 0.44% | - |
| HSV(B) | 283.5º | 0.31% | 0.51% | - |
| XYZ | 15.58 | 13.11 | 23.18 | - |
| YUV | 104.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 131 | 0.08 | 0.31 | 0 | 0.49 | 283.5 | 0.18 | 0.44 |
| Hex | 78 | 5B | 83 | 8 | 1F | 0 | 31 | 11C | 12 | 2C |
| Octal | 170 | 133 | 203 | 10 | 37 | 0 | 61 | 434 | 22 | 54 |
| Binary | 1111000 | 1011011 | 10000011 | 1000 | 11111 | 0 | 110001 | 100011100 | 10010 | 101100 |
Color Harmonies of #785B83
Complementary color
Monochromatic Colors of #785B83
Black with #785B83
Text Example
Text Example
White with #785B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B83; }
p { color: rgb(120,91,131); }
H1.HeaderClassName
{
color: #785B83;
}
.AnyTagClassName
{
color: #785B83;
}
</style>
background-color css
<style>
a { background-color: #785B83; }
a { background-color: rgb(120,91,131); }
div.DivClassName
{
background-color: #785B83;
}
.BgClassName
{
background-color: #785B83;
}
</style>
border-color css
<style>
span { border-color: #785B83; }
span { border-color: rgb(120,91,131); }
td.TdClassName
{
border-color: #785B83;
}
.TagClassName
{
border-color: #785B83;
}
</style>