Shades of Affair #774E7D
Tints of Affair #774E7D
RGB
CMYK
RGB Variations
Color information
#774E7D (or 0x774E7D) is known color: Affair. HEX triplet: 77, 4E and 7D. RGB value is (119,78,125). Sum of RGB (Red+Green+Blue) = 119+78+125=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 125 - color contains mainly: blue. Hex color #774E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E7D is #88B182. Grayscale: #5F5F5F. Windows color (decimal): -8958339 or 8212087. OLE color: 8212087.
HSL color Cylindrical-coordinate representation of color #774E7D: hue angle of 292.34º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #774E7D is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 78 | 125 | - |
| CMYK | 0.05 | 0.38 | 0 | 0.51 |
| HSL | 292.34º | 0.23% | 0.4% | - |
| HSV(B) | 292.34º | 0.38% | 0.49% | - |
| XYZ | 14.03 | 10.85 | 20.76 | - |
| YUV | 95.62 | 144.58 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 78 | 125 | 0.05 | 0.38 | 0 | 0.51 | 292.34 | 0.23 | 0.4 |
| Hex | 77 | 4E | 7D | 5 | 26 | 0 | 33 | 124 | 17 | 28 |
| Octal | 167 | 116 | 175 | 5 | 46 | 0 | 63 | 444 | 27 | 50 |
| Binary | 1110111 | 1001110 | 1111101 | 101 | 100110 | 0 | 110011 | 100100100 | 10111 | 101000 |
Color Harmonies of #774E7D
Complementary color
Monochromatic Colors of #774E7D
Black with #774E7D
Text Example
Text Example
White with #774E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774E7D; }
p { color: rgb(119,78,125); }
H1.HeaderClassName
{
color: #774E7D;
}
.AnyTagClassName
{
color: #774E7D;
}
</style>
background-color css
<style>
a { background-color: #774E7D; }
a { background-color: rgb(119,78,125); }
div.DivClassName
{
background-color: #774E7D;
}
.BgClassName
{
background-color: #774E7D;
}
</style>
border-color css
<style>
span { border-color: #774E7D; }
span { border-color: rgb(119,78,125); }
td.TdClassName
{
border-color: #774E7D;
}
.TagClassName
{
border-color: #774E7D;
}
</style>