Shades of Affair #785C8B
Tints of Affair #785C8B
RGB
CMYK
RGB Variations
Color information
#785C8B (or 0x785C8B) is known color: Affair. HEX triplet: 78, 5C and 8B. RGB value is (120,92,139). Sum of RGB (Red+Green+Blue) = 120+92+139=351 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.19% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #785C8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785C8B is #87A374. Grayscale: #696969. Windows color (decimal): -8889205 or 9133176. OLE color: 9133176.
HSL color Cylindrical-coordinate representation of color #785C8B: hue angle of 275.74º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #785C8B is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 92 | 139 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.45 |
| HSL | 275.74º | 0.2% | 0.45% | - |
| HSV(B) | 275.74º | 0.34% | 0.55% | - |
| XYZ | 16.23 | 13.51 | 26.18 | - |
| YUV | 105.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 139 | 0.14 | 0.34 | 0 | 0.45 | 275.74 | 0.2 | 0.45 |
| Hex | 78 | 5C | 8B | E | 22 | 0 | 2D | 114 | 14 | 2D |
| Octal | 170 | 134 | 213 | 16 | 42 | 0 | 55 | 424 | 24 | 55 |
| Binary | 1111000 | 1011100 | 10001011 | 1110 | 100010 | 0 | 101101 | 100010100 | 10100 | 101101 |
Color Harmonies of #785C8B
Complementary color
Monochromatic Colors of #785C8B
Black with #785C8B
Text Example
Text Example
White with #785C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785C8B; }
p { color: rgb(120,92,139); }
H1.HeaderClassName
{
color: #785C8B;
}
.AnyTagClassName
{
color: #785C8B;
}
</style>
background-color css
<style>
a { background-color: #785C8B; }
a { background-color: rgb(120,92,139); }
div.DivClassName
{
background-color: #785C8B;
}
.BgClassName
{
background-color: #785C8B;
}
</style>
border-color css
<style>
span { border-color: #785C8B; }
span { border-color: rgb(120,92,139); }
td.TdClassName
{
border-color: #785C8B;
}
.TagClassName
{
border-color: #785C8B;
}
</style>