#774886

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

Shades of Affair #774886

Tints of Affair #774886

Color information

#774886 (or 0x774886) is unknown color: approx Affair. HEX triplet: 77, 48 and 86. RGB value is (119,72,134). Sum of RGB (Red+Green+Blue) = 119+72+134=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 134 (52.73% from 255 or 41.23% from 325); Max value from RGB is 134 - color contains mainly: blue. Hex color #774886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774886 is #88B779. Grayscale: #5C5C5C. Windows color (decimal): -8959866 or 8800375. OLE color: 8800375.

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

Color convert

RGB11972134-
CMYK0.110.4600.47
HSL285.48º30.1%40.39%-
HSV(B)285.48º46.27%52.55%-
XYZ14.2310.2823.79-
YUV93.12151.07146.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 134 (52.73% from 255) = 41.23%
R=36.62%
G=22.15%
B=41.23%

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
Decimal119721340.110.4600.47285.4830.140.39
Hex774886B2E02F11d1e28
Octal16711020613560574353650
Binary11101111001000100001101011101110010111110001110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774886; }

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

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

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

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

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

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

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

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