Shades of Affair #784D85
Tints of Affair #784D85
RGB
CMYK
RGB Variations
Color information
#784D85 (or 0x784D85) is known color: Affair. HEX triplet: 78, 4D and 85. RGB value is (120,77,133). Sum of RGB (Red+Green+Blue) = 120+77+133=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #784D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784D85 is #87B27A. Grayscale: #606060. Windows color (decimal): -8893051 or 8736120. OLE color: 8736120.
HSL color Cylindrical-coordinate representation of color #784D85: hue angle of 286.07º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #784D85 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 77 | 133 | - |
| CMYK | 0.10 | 0.42 | 0 | 0.48 |
| HSL | 286.07º | 0.27% | 0.41% | - |
| HSV(B) | 286.07º | 0.42% | 0.52% | - |
| XYZ | 14.63 | 10.99 | 23.54 | - |
| YUV | 96.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 133 | 0.10 | 0.42 | 0 | 0.48 | 286.07 | 0.27 | 0.41 |
| Hex | 78 | 4D | 85 | A | 2A | 0 | 30 | 11E | 1B | 29 |
| Octal | 170 | 115 | 205 | 12 | 52 | 0 | 60 | 436 | 33 | 51 |
| Binary | 1111000 | 1001101 | 10000101 | 1010 | 101010 | 0 | 110000 | 100011110 | 11011 | 101001 |
Color Harmonies of #784D85
Complementary color
Monochromatic Colors of #784D85
Black with #784D85
Text Example
Text Example
White with #784D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D85; }
p { color: rgb(120,77,133); }
H1.HeaderClassName
{
color: #784D85;
}
.AnyTagClassName
{
color: #784D85;
}
</style>
background-color css
<style>
a { background-color: #784D85; }
a { background-color: rgb(120,77,133); }
div.DivClassName
{
background-color: #784D85;
}
.BgClassName
{
background-color: #784D85;
}
</style>
border-color css
<style>
span { border-color: #784D85; }
span { border-color: rgb(120,77,133); }
td.TdClassName
{
border-color: #784D85;
}
.TagClassName
{
border-color: #784D85;
}
</style>