Shades of Affair #774E8C
Tints of Affair #774E8C
RGB
CMYK
RGB Variations
Color information
#774E8C (or 0x774E8C) is known color: Affair. HEX triplet: 77, 4E and 8C. RGB value is (119,78,140). Sum of RGB (Red+Green+Blue) = 119+78+140=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 140 - color contains mainly: blue. Hex color #774E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E8C is #88B173. Grayscale: #616161. Windows color (decimal): -8958324 or 9195127. OLE color: 9195127.
HSL color Cylindrical-coordinate representation of color #774E8C: hue angle of 279.68º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #774E8C is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 78 | 140 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.45 |
| HSL | 279.68º | 0.28% | 0.43% | - |
| HSV(B) | 279.68º | 0.44% | 0.55% | - |
| XYZ | 15.07 | 11.26 | 26.19 | - |
| YUV | 97.33 | 152.08 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 140 | 0.15 | 0.44 | 0 | 0.45 | 279.68 | 0.28 | 0.43 |
| Hex | 77 | 4E | 8C | F | 2C | 0 | 2D | 118 | 1C | 2B |
| Octal | 167 | 116 | 214 | 17 | 54 | 0 | 55 | 430 | 34 | 53 |
| Binary | 1110111 | 1001110 | 10001100 | 1111 | 101100 | 0 | 101101 | 100011000 | 11100 | 101011 |
Color Harmonies of #774E8C
Complementary color
Monochromatic Colors of #774E8C
Black with #774E8C
Text Example
Text Example
White with #774E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E8C; }
p { color: rgb(119,78,140); }
H1.HeaderClassName
{
color: #774E8C;
}
.AnyTagClassName
{
color: #774E8C;
}
</style>
background-color css
<style>
a { background-color: #774E8C; }
a { background-color: rgb(119,78,140); }
div.DivClassName
{
background-color: #774E8C;
}
.BgClassName
{
background-color: #774E8C;
}
</style>
border-color css
<style>
span { border-color: #774E8C; }
span { border-color: rgb(119,78,140); }
td.TdClassName
{
border-color: #774E8C;
}
.TagClassName
{
border-color: #774E8C;
}
</style>