COLOR #7666A9

HEX: #7666A9 RGB: (118,102,169)

Color info

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

RGB color model

#7666A9 color RGB value is (118,102,169).

RGB: (118,102,169) (46%, 40%, 66%)

RGB channels and saturation

R 118 of 255 = 46%
G 102 of 255 = 40%
B 169 of 255 = 66%

118
102
169

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

Portions of RGB colors in percentages

R + G + B = 118 + 102 + 169 = 389 (100%)
R 118 of 389 ~ 30.33%
G 102 of 389 ~ 26.22%
B 169 of 389 ~ 43.44'%

%30.33
%26.22
%43.44

CMYK color model

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

  • cyan value is 30.18%
  • 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

%30.18
%39.64
%0
%33.73

Codes

Color #7666A9 in popluar color models

76 66 A9
RGB 118 102 169
HSL 254° 28.03% 53.14%
HSB/HSV 254° 39.64% 66.27%
CMYK 30.18% 39.64% 0.00%
33.73%

Color #7666A9 in popluar number systems.

HEX 76 66 A9
Decimal 118 102 169
Binary 1110110 1100110 10101001
Octal 166 146 251

Shades and tints

Shades of #7666A9

#7666A9
(118,102,169)
#6C5D9A
(108,93,154)
#62548B
(98,84,139)
#584B7C
(88,75,124)
#4E426D
(78,66,109)
#44395E
(68,57,94)
#3A304F
(58,48,79)
#302740
(48,39,64)
#261E31
(38,30,49)
#1C1522
(28,21,34)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #7666A9

#7666A9
(118,102,169)
#8273B0
(130,115,176)
#8E80B7
(142,128,183)
#9A8DBE
(154,141,190)
#A69AC5
(166,154,197)
#B2A7CC
(178,167,204)
#BEB4D3
(190,180,211)
#CAC1DA
(202,193,218)
#D6CEE1
(214,206,225)
#E2DBE8
(226,219,232)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7666A9; }

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

This text font color is #7666A9.

Background Color

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

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

This div background color is #7666A9.

Border color

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

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

This div border color is #7666A9.

Opacity

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

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

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

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

This text has shadow with #7666A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7666A9.

Preview

Color preview on black background

This text has color #7666A9 on black background.


Color preview on white background

This text has color #7666A9 on white background.


Black color preview on #7666A9 background

This text has black color on #7666A9 background.


White color preview on #7666A9 background

This text has white color on #7666A9 background.


Related colors

Complementary color

Complementary color for #hex is #899956.


I love getcolorcode.com

Triadic colors

1 #A97666 and #66A976 with #7666A9 are triadic colors.

2 #A96676 and #6676A9 with #7666A9 are triadic colors.