Shades of Affair #785B81
Tints of Affair #785B81
RGB
CMYK
RGB Variations
Color information
#785B81 (or 0x785B81) is known color: Affair. HEX triplet: 78, 5B and 81. RGB value is (120,91,129). Sum of RGB (Red+Green+Blue) = 120+91+129=340 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.29% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #785B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785B81 is #87A47E. Grayscale: #676767. Windows color (decimal): -8889471 or 8477560. OLE color: 8477560.
HSL color Cylindrical-coordinate representation of color #785B81: hue angle of 285.79º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #785B81 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 91 | 129 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.49 |
| HSL | 285.79º | 0.17% | 0.43% | - |
| HSV(B) | 285.79º | 0.29% | 0.51% | - |
| XYZ | 15.45 | 13.06 | 22.48 | - |
| YUV | 104 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 129 | 0.07 | 0.29 | 0 | 0.49 | 285.79 | 0.17 | 0.43 |
| Hex | 78 | 5B | 81 | 7 | 1D | 0 | 31 | 11E | 11 | 2B |
| Octal | 170 | 133 | 201 | 7 | 35 | 0 | 61 | 436 | 21 | 53 |
| Binary | 1111000 | 1011011 | 10000001 | 111 | 11101 | 0 | 110001 | 100011110 | 10001 | 101011 |
Color Harmonies of #785B81
Complementary color
Monochromatic Colors of #785B81
Black with #785B81
Text Example
Text Example
White with #785B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785B81; }
p { color: rgb(120,91,129); }
H1.HeaderClassName
{
color: #785B81;
}
.AnyTagClassName
{
color: #785B81;
}
</style>
background-color css
<style>
a { background-color: #785B81; }
a { background-color: rgb(120,91,129); }
div.DivClassName
{
background-color: #785B81;
}
.BgClassName
{
background-color: #785B81;
}
</style>
border-color css
<style>
span { border-color: #785B81; }
span { border-color: rgb(120,91,129); }
td.TdClassName
{
border-color: #785B81;
}
.TagClassName
{
border-color: #785B81;
}
</style>