Shades of Affair #785D85
Tints of Affair #785D85
RGB
CMYK
RGB Variations
Color information
#785D85 (or 0x785D85) is known color: Affair. HEX triplet: 78, 5D and 85. RGB value is (120,93,133). Sum of RGB (Red+Green+Blue) = 120+93+133=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #785D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785D85 is #87A27A. Grayscale: #696969. Windows color (decimal): -8888955 or 8740216. OLE color: 8740216.
HSL color Cylindrical-coordinate representation of color #785D85: hue angle of 280.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #785D85 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 93 | 133 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.48 |
| HSL | 280.5º | 0.18% | 0.44% | - |
| HSV(B) | 280.5º | 0.3% | 0.52% | - |
| XYZ | 15.89 | 13.52 | 23.96 | - |
| YUV | 105.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 133 | 0.10 | 0.30 | 0 | 0.48 | 280.5 | 0.18 | 0.44 |
| Hex | 78 | 5D | 85 | A | 1E | 0 | 30 | 118 | 12 | 2C |
| Octal | 170 | 135 | 205 | 12 | 36 | 0 | 60 | 430 | 22 | 54 |
| Binary | 1111000 | 1011101 | 10000101 | 1010 | 11110 | 0 | 110000 | 100011000 | 10010 | 101100 |
Color Harmonies of #785D85
Complementary color
Monochromatic Colors of #785D85
Black with #785D85
Text Example
Text Example
White with #785D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785D85; }
p { color: rgb(120,93,133); }
H1.HeaderClassName
{
color: #785D85;
}
.AnyTagClassName
{
color: #785D85;
}
</style>
background-color css
<style>
a { background-color: #785D85; }
a { background-color: rgb(120,93,133); }
div.DivClassName
{
background-color: #785D85;
}
.BgClassName
{
background-color: #785D85;
}
</style>
border-color css
<style>
span { border-color: #785D85; }
span { border-color: rgb(120,93,133); }
td.TdClassName
{
border-color: #785D85;
}
.TagClassName
{
border-color: #785D85;
}
</style>