Shades of Affair #784A80
Tints of Affair #784A80
RGB
CMYK
RGB Variations
Color information
#784A80 (or 0x784A80) is known color: Affair. HEX triplet: 78, 4A and 80. RGB value is (120,74,128). Sum of RGB (Red+Green+Blue) = 120+74+128=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 128 - color contains mainly: blue. Hex color #784A80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784A80 is #87B57F. Grayscale: #5D5D5D. Windows color (decimal): -8893824 or 8407672. OLE color: 8407672.
HSL color Cylindrical-coordinate representation of color #784A80: hue angle of 291.11º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #784A80 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 74 | 128 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.50 |
| HSL | 291.11º | 0.27% | 0.4% | - |
| HSV(B) | 291.11º | 0.42% | 0.5% | - |
| XYZ | 14.09 | 10.45 | 21.7 | - |
| YUV | 93.91 | 147.24 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 74 | 128 | 0.06 | 0.42 | 0 | 0.50 | 291.11 | 0.27 | 0.4 |
| Hex | 78 | 4A | 80 | 6 | 2A | 0 | 32 | 123 | 1B | 28 |
| Octal | 170 | 112 | 200 | 6 | 52 | 0 | 62 | 443 | 33 | 50 |
| Binary | 1111000 | 1001010 | 10000000 | 110 | 101010 | 0 | 110010 | 100100011 | 11011 | 101000 |
Color Harmonies of #784A80
Complementary color
Monochromatic Colors of #784A80
Black with #784A80
Text Example
Text Example
White with #784A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784A80; }
p { color: rgb(120,74,128); }
H1.HeaderClassName
{
color: #784A80;
}
.AnyTagClassName
{
color: #784A80;
}
</style>
background-color css
<style>
a { background-color: #784A80; }
a { background-color: rgb(120,74,128); }
div.DivClassName
{
background-color: #784A80;
}
.BgClassName
{
background-color: #784A80;
}
</style>
border-color css
<style>
span { border-color: #784A80; }
span { border-color: rgb(120,74,128); }
td.TdClassName
{
border-color: #784A80;
}
.TagClassName
{
border-color: #784A80;
}
</style>