COLOR #7766AB

HEX: #7766AB RGB: (119,102,171)

Color info

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

RGB color model

#7766AB color RGB value is (119,102,171).

RGB: (119,102,171) (47%, 40%, 67%)

RGB channels and saturation

R 119 of 255 = 47%
G 102 of 255 = 40%
B 171 of 255 = 67%

119
102
171

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

Portions of RGB colors in percentages

R + G + B = 119 + 102 + 171 = 392 (100%)
R 119 of 392 ~ 30.36%
G 102 of 392 ~ 26.02%
B 171 of 392 ~ 43.62'%

%30.36
%26.02
%43.62

CMYK color model

#7766AB color CMYK value is (30,40,0,33).

  • cyan value is 30.41%
  • magenta value is 40.35%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (30,40,0,33) C30M40Y0K33 (30%,40%,0%,33%) (0.30/0.40/0.00/0.33) 

CMYK percentages

%30.41
%40.35
%0
%32.94

Codes

Color #7766AB in popluar color models

77 66 AB
RGB 119 102 171
HSL 255° 29.11% 53.53%
HSB/HSV 255° 40.35% 67.06%
CMYK 30.41% 40.35% 0.00%
32.94%

Color #7766AB in popluar number systems.

HEX 77 66 AB
Decimal 119 102 171
Binary 1110111 1100110 10101011
Octal 167 146 253

Shades and tints

Shades of #7766AB

#7766AB
(119,102,171)
#6D5D9C
(109,93,156)
#63548D
(99,84,141)
#594B7E
(89,75,126)
#4F426F
(79,66,111)
#453960
(69,57,96)
#3B3051
(59,48,81)
#312742
(49,39,66)
#271E33
(39,30,51)
#1D1524
(29,21,36)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #7766AB

#7766AB
(119,102,171)
#8373B2
(131,115,178)
#8F80B9
(143,128,185)
#9B8DC0
(155,141,192)
#A79AC7
(167,154,199)
#B3A7CE
(179,167,206)
#BFB4D5
(191,180,213)
#CBC1DC
(203,193,220)
#D7CEE3
(215,206,227)
#E3DBEA
(227,219,234)
#EFE8F1
(239,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7766AB; }

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

This text font color is #7766AB.

Background Color

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

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

This div background color is #7766AB.

Border color

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

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

This div border color is #7766AB.

Opacity

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

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

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

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

This text has shadow with #7766AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7766AB.

Preview

Color preview on black background

This text has color #7766AB on black background.


Color preview on white background

This text has color #7766AB on white background.


Black color preview on #7766AB background

This text has black color on #7766AB background.


White color preview on #7766AB background

This text has white color on #7766AB background.


Related colors

Complementary color

Complementary color for #hex is #889954.


I love getcolorcode.com

Triadic colors

1 #AB7766 and #66AB77 with #7766AB are triadic colors.

2 #AB6677 and #6677AB with #7766AB are triadic colors.