COLOR #7766A9

HEX: #7766A9 RGB: (119,102,169)

Color info

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

RGB color model

#7766A9 color RGB value is (119,102,169).

RGB: (119,102,169) (47%, 40%, 66%)

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 169 of 255 = 66%

119
102
169

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

Portions of RGB colors in percentages

R + G + B = 119 + 102 + 169 = 390 (100%)
R 119 of 390 ~ 30.51%
G 102 of 390 ~ 26.15%
B 169 of 390 ~ 43.33'%

%30.51
%26.15
%43.33

CMYK color model

#7766A9 color CMYK value is (30,40,0,34).

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

CMYK: (30,40,0,34)
C30M40Y0K34 (30%, 40%, 0%, 34%)
(0.30 / 0.40 / 0.00 / 0.34)

CMYK percentages

%29.59
%39.64
%0
%33.73

Codes

Color #7766A9 in popluar color models

77 66 A9
RGB 119 102 169
HSL 255° 28.03% 53.14%
HSB/HSV 255° 39.64% 66.27%
CMYK 29.59% 39.64% 0.00%
33.73%

Color #7766A9 in popluar number systems.

HEX 77 66 A9
Decimal 119 102 169
Binary 1110111 1100110 10101001
Octal 167 146 251

Shades and tints

Shades of #7766A9

#7766A9
(119,102,169)
#6D5D9A
(109,93,154)
#63548B
(99,84,139)
#594B7C
(89,75,124)
#4F426D
(79,66,109)
#45395E
(69,57,94)
#3B304F
(59,48,79)
#312740
(49,39,64)
#271E31
(39,30,49)
#1D1522
(29,21,34)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #7766A9

#7766A9
(119,102,169)
#8373B0
(131,115,176)
#8F80B7
(143,128,183)
#9B8DBE
(155,141,190)
#A79AC5
(167,154,197)
#B3A7CC
(179,167,204)
#BFB4D3
(191,180,211)
#CBC1DA
(203,193,218)
#D7CEE1
(215,206,225)
#E3DBE8
(227,219,232)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7766A9; }

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

This text font color is #7766A9.

Background Color

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

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

This div background color is #7766A9.

Border color

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

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

This div border color is #7766A9.

Opacity

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

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

Text with #7766A9 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 #7766A9;}

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

This text has shadow with #7766A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7766A9.

Preview

Color preview on black background

This text has color #7766A9 on black background.


Color preview on white background

This text has color #7766A9 on white background.


Black color preview on #7766A9 background

This text has black color on #7766A9 background.


White color preview on #7766A9 background

This text has white color on #7766A9 background.


Related colors

Complementary color

Complementary color for #hex is #889956.


I love getcolorcode.com

Triadic colors

1 #A97766 and #66A977 with #7766A9 are triadic colors.

2 #A96677 and #6677A9 with #7766A9 are triadic colors.