Shades of Affair #784A84
Tints of Affair #784A84
RGB
CMYK
RGB Variations
Color information
#784A84 (or 0x784A84) is known color: Affair. HEX triplet: 78, 4A and 84. RGB value is (120,74,132). Sum of RGB (Red+Green+Blue) = 120+74+132=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 132 - color contains mainly: blue. Hex color #784A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784A84 is #87B57B. Grayscale: #5E5E5E. Windows color (decimal): -8893820 or 8669816. OLE color: 8669816.
HSL color Cylindrical-coordinate representation of color #784A84: hue angle of 287.59º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #784A84 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 120 | 74 | 132 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.48 |
| HSL | 287.59º | 0.28% | 0.4% | - |
| HSV(B) | 287.59º | 0.44% | 0.52% | - |
| XYZ | 14.36 | 10.56 | 23.11 | - |
| YUV | 94.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 132 | 0.09 | 0.44 | 0 | 0.48 | 287.59 | 0.28 | 0.4 |
| Hex | 78 | 4A | 84 | 9 | 2C | 0 | 30 | 120 | 1C | 28 |
| Octal | 170 | 112 | 204 | 11 | 54 | 0 | 60 | 440 | 34 | 50 |
| Binary | 1111000 | 1001010 | 10000100 | 1001 | 101100 | 0 | 110000 | 100100000 | 11100 | 101000 |
Color Harmonies of #784A84
Complementary color
Monochromatic Colors of #784A84
Black with #784A84
Text Example
Text Example
White with #784A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A84; }
p { color: rgb(120,74,132); }
H1.HeaderClassName
{
color: #784A84;
}
.AnyTagClassName
{
color: #784A84;
}
</style>
background-color css
<style>
a { background-color: #784A84; }
a { background-color: rgb(120,74,132); }
div.DivClassName
{
background-color: #784A84;
}
.BgClassName
{
background-color: #784A84;
}
</style>
border-color css
<style>
span { border-color: #784A84; }
span { border-color: rgb(120,74,132); }
td.TdClassName
{
border-color: #784A84;
}
.TagClassName
{
border-color: #784A84;
}
</style>