COLOR #7677AC

HEX: #7677AC RGB: (118,119,172)

Color info

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

RGB color model

#7677AC color RGB value is (118,119,172).

RGB: (118,119,172) (46%, 47%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 119 of 255 = 47%
B 172 of 255 = 67%

118
119
172

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

Portions of RGB colors in percentages

R + G + B = 118 + 119 + 172 = 409 (100%)
R 118 of 409 ~ 28.85%
G 119 of 409 ~ 29.1%
B 172 of 409 ~ 42.05'%

%28.85
%29.1
%42.05

CMYK color model

#7677AC color CMYK value is (31,31,0,33).

  • cyan value is 31.40%
  • magenta value is 30.81%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (31,31,0,33)
C31M31Y0K33 (31%, 31%, 0%, 33%)
(0.31 / 0.31 / 0.00 / 0.33)

CMYK percentages

%31.4
%30.81
%0
%32.55

Codes

Color #7677AC in popluar color models

76 77 AC
RGB 118 119 172
HSL 239° 24.55% 56.86%
HSB/HSV 239° 31.40% 67.45%
CMYK 31.40% 30.81% 0.00%
32.55%

Color #7677AC in popluar number systems.

HEX 76 77 AC
Decimal 118 119 172
Binary 1110110 1110111 10101100
Octal 166 167 254

Shades and tints

Shades of #7677AC

#7677AC
(118,119,172)
#6C6D9D
(108,109,157)
#62638E
(98,99,142)
#58597F
(88,89,127)
#4E4F70
(78,79,112)
#444561
(68,69,97)
#3A3B52
(58,59,82)
#303143
(48,49,67)
#262734
(38,39,52)
#1C1D25
(28,29,37)
#121316
(18,19,22)
#000000
(0,0,0)

Tints of #7677AC

#7677AC
(118,119,172)
#8283B3
(130,131,179)
#8E8FBA
(142,143,186)
#9A9BC1
(154,155,193)
#A6A7C8
(166,167,200)
#B2B3CF
(178,179,207)
#BEBFD6
(190,191,214)
#CACBDD
(202,203,221)
#D6D7E4
(214,215,228)
#E2E3EB
(226,227,235)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7677AC color. Also use rgb(118,119,172) instead hex code.

Text Font Color

.myTextColor { color: #7677AC; }

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

This text font color is #7677AC.

Background Color

.myBgColor { background-color: #7677AC; }

<div style="background-color:#7677AC">Inner text</div>

This div background color is #7677AC.

Border color

.myBorderColor { border: 1px solid #7677AC; }

<div style="border:3px solid #7677AC">Div</div>

This div border color is #7677AC.

Opacity

.myOpacity80 { color: #7677AC; opacity: 0.8; }

<p style="color:#7677AC;opacity:0.8;">80%</p>

Text with #7677AC 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 #7677AC;}

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

This text has shadow with #7677AC color.


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

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

This text has shadow with #7677AC primary color and red secondary color.


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

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

This text has shadow with #7677AC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7677AC.

Preview

Color preview on black background

This text has color #7677AC on black background.


Color preview on white background

This text has color #7677AC on white background.


Black color preview on #7677AC background

This text has black color on #7677AC background.


White color preview on #7677AC background

This text has white color on #7677AC background.


Related colors

Complementary color

Complementary color for #hex is #898853.


I love getcolorcode.com

Triadic colors

1 #AC7677 and #77AC76 with #7677AC are triadic colors.

2 #AC7776 and #7776AC with #7677AC are triadic colors.