Shades of Affair #785D82
Tints of Affair #785D82
RGB
CMYK
RGB Variations
Color information
#785D82 (or 0x785D82) is known color: Affair. HEX triplet: 78, 5D and 82. RGB value is (120,93,130). Sum of RGB (Red+Green+Blue) = 120+93+130=343 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.99% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #785D82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785D82 is #87A27D. Grayscale: #696969. Windows color (decimal): -8888958 or 8543608. OLE color: 8543608.
HSL color Cylindrical-coordinate representation of color #785D82: hue angle of 283.78º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #785D82 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 93 | 130 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.49 |
| HSL | 283.78º | 0.17% | 0.44% | - |
| HSV(B) | 283.78º | 0.28% | 0.51% | - |
| XYZ | 15.69 | 13.43 | 22.89 | - |
| YUV | 105.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 130 | 0.08 | 0.28 | 0 | 0.49 | 283.78 | 0.17 | 0.44 |
| Hex | 78 | 5D | 82 | 8 | 1C | 0 | 31 | 11C | 11 | 2C |
| Octal | 170 | 135 | 202 | 10 | 34 | 0 | 61 | 434 | 21 | 54 |
| Binary | 1111000 | 1011101 | 10000010 | 1000 | 11100 | 0 | 110001 | 100011100 | 10001 | 101100 |
Color Harmonies of #785D82
Complementary color
Monochromatic Colors of #785D82
Black with #785D82
Text Example
Text Example
White with #785D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D82; }
p { color: rgb(120,93,130); }
H1.HeaderClassName
{
color: #785D82;
}
.AnyTagClassName
{
color: #785D82;
}
</style>
background-color css
<style>
a { background-color: #785D82; }
a { background-color: rgb(120,93,130); }
div.DivClassName
{
background-color: #785D82;
}
.BgClassName
{
background-color: #785D82;
}
</style>
border-color css
<style>
span { border-color: #785D82; }
span { border-color: rgb(120,93,130); }
td.TdClassName
{
border-color: #785D82;
}
.TagClassName
{
border-color: #785D82;
}
</style>