COLOR #7687AA

HEX: #7687AA RGB: (118,135,170)

Color info

#7687AA contains red, green and blue colors in about the same proportion. Web safe color of #7687AA is #669999 (or #699).

RGB color model

#7687AA color RGB value is (118,135,170).

RGB: (118,135,170) (46%, 53%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 170 of 255 = 67%

118
135
170

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

Portions of RGB colors in percentages

R + G + B = 118 + 135 + 170 = 423 (100%)
R 118 of 423 ~ 27.9%
G 135 of 423 ~ 31.91%
B 170 of 423 ~ 40.19'%

%27.9
%31.91
%40.19

CMYK color model

#7687AA color CMYK value is (31,21,0,33).

  • cyan value is 30.59%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (31,21,0,33) C31M21Y0K33 (31%,21%,0%,33%) (0.31/0.21/0.00/0.33) 

CMYK percentages

%30.59
%20.59
%0
%33.33

Codes

Color #7687AA in popluar color models

76 87 AA
RGB 118 135 170
HSL 220° 23.42% 56.47%
HSB/HSV 220° 30.59% 66.67%
CMYK 30.59% 20.59% 0.00%
33.33%

Color #7687AA in popluar number systems.

HEX 76 87 AA
Decimal 118 135 170
Binary 1110110 10000111 10101010
Octal 166 207 252

Shades and tints

Shades of #7687AA

#7687AA
(118,135,170)
#6C7B9B
(108,123,155)
#626F8C
(98,111,140)
#58637D
(88,99,125)
#4E576E
(78,87,110)
#444B5F
(68,75,95)
#3A3F50
(58,63,80)
#303341
(48,51,65)
#262732
(38,39,50)
#1C1B23
(28,27,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #7687AA

#7687AA
(118,135,170)
#8291B1
(130,145,177)
#8E9BB8
(142,155,184)
#9AA5BF
(154,165,191)
#A6AFC6
(166,175,198)
#B2B9CD
(178,185,205)
#BEC3D4
(190,195,212)
#CACDDB
(202,205,219)
#D6D7E2
(214,215,226)
#E2E1E9
(226,225,233)
#EEEBF0
(238,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7687AA; }

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

This text font color is #7687AA.

Background Color

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

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

This div background color is #7687AA.

Border color

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

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

This div border color is #7687AA.

Opacity

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

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

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

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

This text has shadow with #7687AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7687AA.

Preview

Color preview on black background

This text has color #7687AA on black background.


Color preview on white background

This text has color #7687AA on white background.


Black color preview on #7687AA background

This text has black color on #7687AA background.


White color preview on #7687AA background

This text has white color on #7687AA background.


Related colors

Complementary color

Complementary color for #hex is #897855.


I love getcolorcode.com

Triadic colors

1 #AA7687 and #87AA76 with #7687AA are triadic colors.

2 #AA8776 and #8776AA with #7687AA are triadic colors.