Shades of Affair #785C82
Tints of Affair #785C82
RGB
CMYK
RGB Variations
Color information
#785C82 (or 0x785C82) is known color: Affair. HEX triplet: 78, 5C and 82. RGB value is (120,92,130). Sum of RGB (Red+Green+Blue) = 120+92+130=342 (45% of max value = 765). Red value is 120 (47.27% from 255 or 35.09% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #785C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785C82 is #87A37D. Grayscale: #686868. Windows color (decimal): -8889214 or 8543352. OLE color: 8543352.
HSL color Cylindrical-coordinate representation of color #785C82: hue angle of 284.21º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #785C82 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 92 | 130 | - |
| CMYK | 0.08 | 0.29 | 0 | 0.49 |
| HSL | 284.21º | 0.17% | 0.44% | - |
| HSV(B) | 284.21º | 0.29% | 0.51% | - |
| XYZ | 15.6 | 13.26 | 22.86 | - |
| YUV | 104.7 | 142.28 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 130 | 0.08 | 0.29 | 0 | 0.49 | 284.21 | 0.17 | 0.44 |
| Hex | 78 | 5C | 82 | 8 | 1D | 0 | 31 | 11C | 11 | 2C |
| Octal | 170 | 134 | 202 | 10 | 35 | 0 | 61 | 434 | 21 | 54 |
| Binary | 1111000 | 1011100 | 10000010 | 1000 | 11101 | 0 | 110001 | 100011100 | 10001 | 101100 |
Color Harmonies of #785C82
Complementary color
Monochromatic Colors of #785C82
Black with #785C82
Text Example
Text Example
White with #785C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C82; }
p { color: rgb(120,92,130); }
H1.HeaderClassName
{
color: #785C82;
}
.AnyTagClassName
{
color: #785C82;
}
</style>
background-color css
<style>
a { background-color: #785C82; }
a { background-color: rgb(120,92,130); }
div.DivClassName
{
background-color: #785C82;
}
.BgClassName
{
background-color: #785C82;
}
</style>
border-color css
<style>
span { border-color: #785C82; }
span { border-color: rgb(120,92,130); }
td.TdClassName
{
border-color: #785C82;
}
.TagClassName
{
border-color: #785C82;
}
</style>