#774E82

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

Shades of Affair #774E82

Tints of Affair #774E82

Color information

#774E82 (or 0x774E82) is unknown color: approx Affair. HEX triplet: 77, 4E and 82. RGB value is (119,78,130). Sum of RGB (Red+Green+Blue) = 119+78+130=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #774E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E82 is #88B17D. Grayscale: #606060. Windows color (decimal): -8958334 or 8539767. OLE color: 8539767.

HSL color Cylindrical-coordinate representation of color #774E82: hue angle of 287.31º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #774E82 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11978130-
CMYK0.080.4000.49
HSL287.31º25%40.78%-
HSV(B)287.31º40%50.98%-
XYZ14.3610.9822.48-
YUV96.19147.08144.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 78 (30.86% from 255) = 23.85%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=36.39%
G=23.85%
B=39.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal119781300.080.4000.49287.312540.78
Hex774E8282803111f1929
Octal16711620210500614373151
Binary11101111001110100000101000101000011000110001111111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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