#774A8E

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

Shades of Affair #774A8E

Tints of Affair #774A8E

Color information

#774A8E (or 0x774A8E) is unknown color: approx Affair. HEX triplet: 77, 4A and 8E. RGB value is (119,74,142). Sum of RGB (Red+Green+Blue) = 119+74+142=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #774A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774A8E is #88B571. Grayscale: #5E5E5E. Windows color (decimal): -8959346 or 9325175. OLE color: 9325175.

HSL color Cylindrical-coordinate representation of color #774A8E: hue angle of 279.71º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #774A8E is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11974142-
CMYK0.160.4800.44
HSL279.71º31.48%42.35%-
HSV(B)279.71º47.89%55.69%-
XYZ14.9410.7726.88-
YUV95.21154.41144.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 74 (29.30% from 255) = 22.09%
BLUE value IS 142 (55.86% from 255) = 42.39%
R=35.52%
G=22.09%
B=42.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal119741420.160.4800.44279.7131.4842.35
Hex774A8E103002C1181f2a
Octal16711221620600544303752
Binary111011110010101000111010000110000010110010001100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,74,142); }

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

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

 a { background-color: rgb(119,74,142); }

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

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

 span { border-color: rgb(119,74,142); }

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