#774E92

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

Shades of Affair #774E92

Tints of Affair #774E92

Color information

#774E92 (or 0x774E92) is unknown color: approx Affair. HEX triplet: 77, 4E and 92. RGB value is (119,78,146). Sum of RGB (Red+Green+Blue) = 119+78+146=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #774E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E92 is #88B16D. Grayscale: #616161. Windows color (decimal): -8958318 or 9588343. OLE color: 9588343.

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

Color convert

RGB11978146-
CMYK0.180.4700.43
HSL276.18º30.36%43.92%-
HSV(B)276.18º46.58%57.25%-
XYZ15.5211.4528.59-
YUV98.01155.08142.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.69%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=34.69%
G=22.74%
B=42.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119781460.180.4700.43276.1830.3643.92
Hex774E92122F02B1141e2c
Octal16711622222570534243654
Binary111011110011101001001010010101111010101110001010011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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