#774992

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

Shades of Affair #774992

Tints of Affair #774992

Color information

#774992 (or 0x774992) is unknown color: approx Affair. HEX triplet: 77, 49 and 92. RGB value is (119,73,146). Sum of RGB (Red+Green+Blue) = 119+73+146=338 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.21% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #774992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774992 is #88B66D. Grayscale: #5E5E5E. Windows color (decimal): -8959598 or 9587063. OLE color: 9587063.

HSL color Cylindrical-coordinate representation of color #774992: hue angle of 277.81º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #774992 is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11973146-
CMYK0.180.500.43
HSL277.81º33.33%42.94%-
HSV(B)277.81º50%57.25%-
XYZ15.1810.7628.47-
YUV95.08156.74145.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.21%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=35.21%
G=21.60%
B=43.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119731460.180.500.43277.8133.3342.94
Hex774992123202B116212b
Octal16711122222620534264153
Binary1110111100100110010010100101100100101011100010110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774992; }

 p { color: rgb(119,73,146); }

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

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

 a { background-color: rgb(119,73,146); }

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

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

 span { border-color: rgb(119,73,146); }

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