Shades of Affair #774E80
Tints of Affair #774E80
RGB
CMYK
RGB Variations
Color information
#774E80 (or 0x774E80) is known color: Affair. HEX triplet: 77, 4E and 80. RGB value is (119,78,128). Sum of RGB (Red+Green+Blue) = 119+78+128=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 128 - color contains mainly: blue. Hex color #774E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E80 is #88B17F. Grayscale: #5F5F5F. Windows color (decimal): -8958336 or 8408695. OLE color: 8408695.
HSL color Cylindrical-coordinate representation of color #774E80: hue angle of 289.2º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774E80 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 78 | 128 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.50 |
| HSL | 289.2º | 0.24% | 0.4% | - |
| HSV(B) | 289.2º | 0.39% | 0.5% | - |
| XYZ | 14.23 | 10.93 | 21.78 | - |
| YUV | 95.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 128 | 0.07 | 0.39 | 0 | 0.50 | 289.2 | 0.24 | 0.4 |
| Hex | 77 | 4E | 80 | 7 | 27 | 0 | 32 | 121 | 18 | 28 |
| Octal | 167 | 116 | 200 | 7 | 47 | 0 | 62 | 441 | 30 | 50 |
| Binary | 1110111 | 1001110 | 10000000 | 111 | 100111 | 0 | 110010 | 100100001 | 11000 | 101000 |
Color Harmonies of #774E80
Complementary color
Monochromatic Colors of #774E80
Black with #774E80
Text Example
Text Example
White with #774E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E80; }
p { color: rgb(119,78,128); }
H1.HeaderClassName
{
color: #774E80;
}
.AnyTagClassName
{
color: #774E80;
}
</style>
background-color css
<style>
a { background-color: #774E80; }
a { background-color: rgb(119,78,128); }
div.DivClassName
{
background-color: #774E80;
}
.BgClassName
{
background-color: #774E80;
}
</style>
border-color css
<style>
span { border-color: #774E80; }
span { border-color: rgb(119,78,128); }
td.TdClassName
{
border-color: #774E80;
}
.TagClassName
{
border-color: #774E80;
}
</style>