#774E8B

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

Shades of Affair #774E8B

Tints of Affair #774E8B

Color information

#774E8B (or 0x774E8B) is unknown color: approx Affair. HEX triplet: 77, 4E and 8B. RGB value is (119,78,139). Sum of RGB (Red+Green+Blue) = 119+78+139=336 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.42% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #774E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #774E8B is #88B174. Grayscale: #616161. Windows color (decimal): -8958325 or 9129591. OLE color: 9129591.

HSL color Cylindrical-coordinate representation of color #774E8B: hue angle of 280.33º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #774E8B is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11978139-
CMYK0.140.4400.45
HSL280.33º28.11%42.55%-
HSV(B)280.33º43.88%54.51%-
XYZ14.9911.2325.8-
YUV97.21151.58143.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.42%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 139 (54.69% from 255) = 41.37%
R=35.42%
G=23.21%
B=41.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal119781390.140.4400.45280.3328.1142.55
Hex774E8BE2C02D1181c2b
Octal16711621316540554303453
Binary11101111001110100010111110101100010110110001100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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