#774387

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

Shades of Affair #774387

Tints of Affair #774387

Color information

#774387 (or 0x774387) is unknown color: approx Affair. HEX triplet: 77, 43 and 87. RGB value is (119,67,135). Sum of RGB (Red+Green+Blue) = 119+67+135=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 135 (53.12% from 255 or 42.06% from 321); Max value from RGB is 135 - color contains mainly: blue. Hex color #774387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774387 is #88BC78. Grayscale: #5A5A5A. Windows color (decimal): -8961145 or 8864631. OLE color: 8864631.

HSL color Cylindrical-coordinate representation of color #774387: hue angle of 285.88º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774387 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11967135-
CMYK0.120.5000.47
HSL285.88º33.66%39.61%-
HSV(B)285.88º50.37%52.94%-
XYZ13.999.6924.05-
YUV90.3153.23148.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 135 (53.12% from 255) = 42.06%
R=37.07%
G=20.87%
B=42.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119671350.120.5000.47285.8833.6639.61
Hex774387C3202F11e2228
Octal16710320714620574364250
Binary111011110000111000011111001100100101111100011110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774387; }

 p { color: rgb(119,67,135); }

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

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

 a { background-color: rgb(119,67,135); }

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

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

 span { border-color: rgb(119,67,135); }

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