COLOR #7766A1

HEX: #7766A1 RGB: (119,102,161)

Color info

#7766A1 contains red, green and blue colors in about the same proportion. Web safe color of #7766A1 is #666699 (or #669).

RGB color model

#7766A1 color RGB value is (119,102,161).

RGB: (119,102,161) (47%, 40%, 63%)

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 161 of 255 = 63%

119
102
161

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

Portions of RGB colors in percentages

R + G + B = 119 + 102 + 161 = 382 (100%)
R 119 of 382 ~ 31.15%
G 102 of 382 ~ 26.7%
B 161 of 382 ~ 42.15'%

%31.15
%26.7
%42.15

CMYK color model

#7766A1 color CMYK value is (26,37,0,37).

  • cyan value is 26.09%
  • magenta value is 36.65%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK: (26,37,0,37) C26M37Y0K37 (26%,37%,0%,37%) (0.26/0.37/0.00/0.37) 

CMYK percentages

%26.09
%36.65
%0
%36.86

Codes

Color #7766A1 in popluar color models

77 66 A1
RGB 119 102 161
HSL 257° 23.89% 51.57%
HSB/HSV 257° 36.65% 63.14%
CMYK 26.09% 36.65% 0.00%
36.86%

Color #7766A1 in popluar number systems.

HEX 77 66 A1
Decimal 119 102 161
Binary 1110111 1100110 10100001
Octal 167 146 241

Shades and tints

Shades of #7766A1

#7766A1
(119,102,161)
#6D5D93
(109,93,147)
#635485
(99,84,133)
#594B77
(89,75,119)
#4F4269
(79,66,105)
#45395B
(69,57,91)
#3B304D
(59,48,77)
#31273F
(49,39,63)
#271E31
(39,30,49)
#1D1523
(29,21,35)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #7766A1

#7766A1
(119,102,161)
#8373A9
(131,115,169)
#8F80B1
(143,128,177)
#9B8DB9
(155,141,185)
#A79AC1
(167,154,193)
#B3A7C9
(179,167,201)
#BFB4D1
(191,180,209)
#CBC1D9
(203,193,217)
#D7CEE1
(215,206,225)
#E3DBE9
(227,219,233)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7766A1; }

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

This text font color is #7766A1.

Background Color

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

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

This div background color is #7766A1.

Border color

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

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

This div border color is #7766A1.

Opacity

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

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

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

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

This text has shadow with #7766A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7766A1.

Preview

Color preview on black background

This text has color #7766A1 on black background.


Color preview on white background

This text has color #7766A1 on white background.


Black color preview on #7766A1 background

This text has black color on #7766A1 background.


White color preview on #7766A1 background

This text has white color on #7766A1 background.


Related colors

Complementary color

Complementary color for #hex is #88995E.


I love getcolorcode.com

Triadic colors

1 #A17766 and #66A177 with #7766A1 are triadic colors.

2 #A16677 and #6677A1 with #7766A1 are triadic colors.