COLOR #7763A9

HEX: #7763A9 RGB: (119,99,169)

Color info

#7763A9 contains mainly red and blue colors. Web safe color of #7763A9 is #666699 (or #669).

RGB color model

#7763A9 color RGB value is (119,99,169).

RGB: (119,99,169) (47%, 39%, 66%)

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 169 of 255 = 66%

119
99
169

R + G + B ~ 51%. #7763A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 99 + 169 = 387 (100%)
R 119 of 387 ~ 30.75%
G 99 of 387 ~ 25.58%
B 169 of 387 ~ 43.67'%

%30.75
%25.58
%43.67

CMYK color model

#7763A9 color CMYK value is (30,41,0,34).

  • cyan value is 29.59%
  • magenta value is 41.42%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (30,41,0,34)
C30M41Y0K34 (30%, 41%, 0%, 34%)
(0.30 / 0.41 / 0.00 / 0.34)

CMYK percentages

%29.59
%41.42
%0
%33.73

Codes

Color #7763A9 in popluar color models

77 63 A9
RGB 119 99 169
HSL 257° 28.93% 52.55%
HSB/HSV 257° 41.42% 66.27%
CMYK 29.59% 41.42% 0.00%
33.73%

Color #7763A9 in popluar number systems.

HEX 77 63 A9
Decimal 119 99 169
Binary 1110111 1100011 10101001
Octal 167 143 251

Shades and tints

Shades of #7763A9

#7763A9
(119,99,169)
#6D5A9A
(109,90,154)
#63518B
(99,81,139)
#59487C
(89,72,124)
#4F3F6D
(79,63,109)
#45365E
(69,54,94)
#3B2D4F
(59,45,79)
#312440
(49,36,64)
#271B31
(39,27,49)
#1D1222
(29,18,34)
#130913
(19,9,19)
#000000
(0,0,0)

Tints of #7763A9

#7763A9
(119,99,169)
#8371B0
(131,113,176)
#8F7FB7
(143,127,183)
#9B8DBE
(155,141,190)
#A79BC5
(167,155,197)
#B3A9CC
(179,169,204)
#BFB7D3
(191,183,211)
#CBC5DA
(203,197,218)
#D7D3E1
(215,211,225)
#E3E1E8
(227,225,232)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7763A9 color. Also use rgb(119,99,169) instead hex code.

Text Font Color

.myTextColor { color: #7763A9; }

<p style="color:#7763A9">This sample text font color is #7763A9.</p>

This text font color is #7763A9.

Background Color

.myBgColor { background-color: #7763A9; }

<div style="background-color:#7763A9">Inner text</div>

This div background color is #7763A9.

Border color

.myBorderColor { border: 1px solid #7763A9; }

<div style="border:3px solid #7763A9">Div</div>

This div border color is #7763A9.

Opacity

.myOpacity80 { color: #7763A9; opacity: 0.8; }

<p style="color:#7763A9;opacity:0.8;">80%</p>

Text with #7763A9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7763A9;}

<p style="text-shadow: 3px 3px 1px #7763A9">Text here.</p>

This text has shadow with #7763A9 color.


.textShadow {text-shadow: 3px 3px 1px #7763A9', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7763A9, 5px 5px 20px red">Text here.</p>

This text has shadow with #7763A9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7763A9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7763A9, Direction=45, Strength=4)">Text</p>

This text has shadow with #7763A9 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7763A9;
-webkit-box-shadow: 1px 1px 3px 2px #7763A9;
box-shadow: 1px 1px 3px 2px #7763A9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7763A9; -webkit-box-shadow: 1px 1px 3px 2px #7763A9; box-shadow:1px 1px 3px 2px #7763A9;">
Div content here
</div>

This div box has shadow with color #7763A9.

Preview

Color preview on black background

This text has color #7763A9 on black background.


Color preview on white background

This text has color #7763A9 on white background.


Black color preview on #7763A9 background

This text has black color on #7763A9 background.


White color preview on #7763A9 background

This text has white color on #7763A9 background.


Related colors

Complementary color

Complementary color for #hex is #889C56.


I love getcolorcode.com

Triadic colors

1 #A97763 and #63A977 with #7763A9 are triadic colors.

2 #A96377 and #6377A9 with #7763A9 are triadic colors.