#774E87

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

Shades of Affair #774E87

Tints of Affair #774E87

Color information

#774E87 (or 0x774E87) is unknown color: approx Affair. HEX triplet: 77, 4E and 87. RGB value is (119,78,135). Sum of RGB (Red+Green+Blue) = 119+78+135=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #774E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E87 is #88B178. Grayscale: #606060. Windows color (decimal): -8958329 or 8867447. OLE color: 8867447.

HSL color Cylindrical-coordinate representation of color #774E87: hue angle of 283.16º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774E87 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11978135-
CMYK0.120.4200.47
HSL283.16º26.76%41.76%-
HSV(B)283.16º42.22%52.94%-
XYZ14.7111.1224.29-
YUV96.76149.58143.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=35.84%
G=23.49%
B=40.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119781350.120.4200.47283.1626.7641.76
Hex774E87C2A02F11b1b2a
Octal16711620714520574333352
Binary11101111001110100001111100101010010111110001101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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