#774D8C

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

Shades of Affair #774D8C

Tints of Affair #774D8C

Color information

#774D8C (or 0x774D8C) is unknown color: approx Affair. HEX triplet: 77, 4D and 8C. RGB value is (119,77,140). Sum of RGB (Red+Green+Blue) = 119+77+140=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 140 - color contains mainly: blue. Hex color #774D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774D8C is #88B273. Grayscale: #606060. Windows color (decimal): -8958580 or 9194871. OLE color: 9194871.

HSL color Cylindrical-coordinate representation of color #774D8C: hue angle of 280º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774D8C is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11977140-
CMYK0.150.4500.45
HSL280º29.03%42.55%-
HSV(B)280º45%54.9%-
XYZ1511.1226.17-
YUV96.74152.41143.88-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 140 (55.08% from 255) = 41.67%
R=35.42%
G=22.92%
B=41.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119771400.150.4500.4528029.0342.55
Hex774D8CF2D02D1181d2b
Octal16711521417550554303553
Binary11101111001101100011001111101101010110110001100011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D8C; }

 p { color: rgb(119,77,140); }

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

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

 a { background-color: rgb(119,77,140); }

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

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

 span { border-color: rgb(119,77,140); }

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