#774986

Color #774986 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #774986

Tints of Affair #774986

Color information

#774986 (or 0x774986) is unknown color: approx Affair. HEX triplet: 77, 49 and 86. RGB value is (119,73,134). Sum of RGB (Red+Green+Blue) = 119+73+134=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 134 - color contains mainly: blue. Hex color #774986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774986 is #88B679. Grayscale: #5D5D5D. Windows color (decimal): -8959610 or 8800631. OLE color: 8800631.

HSL color Cylindrical-coordinate representation of color #774986: hue angle of 285.25º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #774986 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11973134-
CMYK0.110.4600.47
HSL285.25º29.47%40.59%-
HSV(B)285.25º45.52%52.55%-
XYZ14.2910.4123.81-
YUV93.71150.74146.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 134 (52.73% from 255) = 41.10%
R=36.50%
G=22.39%
B=41.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119731340.110.4600.47285.2529.4740.59
Hex774986B2E02F11d1d29
Octal16711120613560574353551
Binary11101111001001100001101011101110010111110001110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774986; }

 p { color: rgb(119,73,134); }

 H1.HeaderClassName
 {
   color: #774986;
 }
 .AnyTagClassName
 {
   color: #774986;
 }
</style>
background-color css

<style>
 a { background-color: #774986; }

 a { background-color: rgb(119,73,134); }

 div.DivClassName
 {
   background-color: #774986;
 }
 .BgClassName
 {
   background-color: #774986;
 }
</style>
border-color css

<style>
 span { border-color: #774986; }

 span { border-color: rgb(119,73,134); }

 td.TdClassName
 {
   border-color: #774986;
 }
 .TagClassName
 {
   border-color: #774986;
 }
</style>