COLOR #7766A7

HEX: #7766A7 RGB: (119,102,167)

Color info

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

RGB color model

#7766A7 color RGB value is (119,102,167).

RGB: (119,102,167) (47%, 40%, 65%)

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 167 of 255 = 65%

119
102
167

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

Portions of RGB colors in percentages

R + G + B = 119 + 102 + 167 = 388 (100%)
R 119 of 388 ~ 30.67%
G 102 of 388 ~ 26.29%
B 167 of 388 ~ 43.04'%

%30.67
%26.29
%43.04

CMYK color model

#7766A7 color CMYK value is (29,39,0,35).

  • cyan value is 28.74%
  • magenta value is 38.92%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (29,39,0,35)
C29M39Y0K35 (29%, 39%, 0%, 35%)
(0.29 / 0.39 / 0.00 / 0.35)

CMYK percentages

%28.74
%38.92
%0
%34.51

Codes

Color #7766A7 in popluar color models

77 66 A7
RGB 119 102 167
HSL 256° 26.97% 52.75%
HSB/HSV 256° 38.92% 65.49%
CMYK 28.74% 38.92% 0.00%
34.51%

Color #7766A7 in popluar number systems.

HEX 77 66 A7
Decimal 119 102 167
Binary 1110111 1100110 10100111
Octal 167 146 247

Shades and tints

Shades of #7766A7

#7766A7
(119,102,167)
#6D5D98
(109,93,152)
#635489
(99,84,137)
#594B7A
(89,75,122)
#4F426B
(79,66,107)
#45395C
(69,57,92)
#3B304D
(59,48,77)
#31273E
(49,39,62)
#271E2F
(39,30,47)
#1D1520
(29,21,32)
#130C11
(19,12,17)
#000000
(0,0,0)

Tints of #7766A7

#7766A7
(119,102,167)
#8373AF
(131,115,175)
#8F80B7
(143,128,183)
#9B8DBF
(155,141,191)
#A79AC7
(167,154,199)
#B3A7CF
(179,167,207)
#BFB4D7
(191,180,215)
#CBC1DF
(203,193,223)
#D7CEE7
(215,206,231)
#E3DBEF
(227,219,239)
#EFE8F7
(239,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7766A7; }

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

This text font color is #7766A7.

Background Color

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

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

This div background color is #7766A7.

Border color

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

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

This div border color is #7766A7.

Opacity

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

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

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

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

This text has shadow with #7766A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7766A7.

Preview

Color preview on black background

This text has color #7766A7 on black background.


Color preview on white background

This text has color #7766A7 on white background.


Black color preview on #7766A7 background

This text has black color on #7766A7 background.


White color preview on #7766A7 background

This text has white color on #7766A7 background.


Related colors

Complementary color

Complementary color for #hex is #889958.


I love getcolorcode.com

Triadic colors

1 #A77766 and #66A777 with #7766A7 are triadic colors.

2 #A76677 and #6677A7 with #7766A7 are triadic colors.