COLOR #7679AA

HEX: #7679AA RGB: (118,121,170)

Color info

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

RGB color model

#7679AA color RGB value is (118,121,170).

RGB: (118,121,170) (46%, 47%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 121 of 255 = 47%
B 170 of 255 = 67%

118
121
170

R + G + B ~ 53%. #7679AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 121 + 170 = 409 (100%)
R 118 of 409 ~ 28.85%
G 121 of 409 ~ 29.58%
B 170 of 409 ~ 41.56'%

%28.85
%29.58
%41.56

CMYK color model

#7679AA color CMYK value is (31,29,0,33).

  • cyan value is 30.59%
  • magenta value is 28.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (31,29,0,33) C31M29Y0K33 (31%,29%,0%,33%) (0.31/0.29/0.00/0.33) 

CMYK percentages

%30.59
%28.82
%0
%33.33

Codes

Color #7679AA in popluar color models

76 79 AA
RGB 118 121 170
HSL 237° 23.42% 56.47%
HSB/HSV 237° 30.59% 66.67%
CMYK 30.59% 28.82% 0.00%
33.33%

Color #7679AA in popluar number systems.

HEX 76 79 AA
Decimal 118 121 170
Binary 1110110 1111001 10101010
Octal 166 171 252

Shades and tints

Shades of #7679AA

#7679AA
(118,121,170)
#6C6E9B
(108,110,155)
#62638C
(98,99,140)
#58587D
(88,88,125)
#4E4D6E
(78,77,110)
#44425F
(68,66,95)
#3A3750
(58,55,80)
#302C41
(48,44,65)
#262132
(38,33,50)
#1C1623
(28,22,35)
#120B14
(18,11,20)
#000000
(0,0,0)

Tints of #7679AA

#7679AA
(118,121,170)
#8285B1
(130,133,177)
#8E91B8
(142,145,184)
#9A9DBF
(154,157,191)
#A6A9C6
(166,169,198)
#B2B5CD
(178,181,205)
#BEC1D4
(190,193,212)
#CACDDB
(202,205,219)
#D6D9E2
(214,217,226)
#E2E5E9
(226,229,233)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7679AA color. Also use rgb(118,121,170) instead hex code.

Text Font Color

.myTextColor { color: #7679AA; }

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

This text font color is #7679AA.

Background Color

.myBgColor { background-color: #7679AA; }

<div style="background-color:#7679AA">Inner text</div>

This div background color is #7679AA.

Border color

.myBorderColor { border: 1px solid #7679AA; }

<div style="border:3px solid #7679AA">Div</div>

This div border color is #7679AA.

Opacity

.myOpacity80 { color: #7679AA; opacity: 0.8; }

<p style="color:#7679AA;opacity:0.8;">80%</p>

Text with #7679AA 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 #7679AA;}

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

This text has shadow with #7679AA color.


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

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

This text has shadow with #7679AA primary color and red secondary color.


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

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

This text has shadow with #7679AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7679AA.

Preview

Color preview on black background

This text has color #7679AA on black background.


Color preview on white background

This text has color #7679AA on white background.


Black color preview on #7679AA background

This text has black color on #7679AA background.


White color preview on #7679AA background

This text has white color on #7679AA background.


Related colors

Complementary color

Complementary color for #hex is #898655.


I love getcolorcode.com

Triadic colors

1 #AA7679 and #79AA76 with #7679AA are triadic colors.

2 #AA7976 and #7976AA with #7679AA are triadic colors.