COLOR #7680AC

HEX: #7680AC RGB: (118,128,172)

Color info

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

RGB color model

#7680AC color RGB value is (118,128,172).

RGB: (118,128,172) (46%, 50%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 128 of 255 = 50%
B 172 of 255 = 67%

118
128
172

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

Portions of RGB colors in percentages

R + G + B = 118 + 128 + 172 = 418 (100%)
R 118 of 418 ~ 28.23%
G 128 of 418 ~ 30.62%
B 172 of 418 ~ 41.15'%

%28.23
%30.62
%41.15

CMYK color model

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

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

CMYK: (31,26,0,33)
C31M26Y0K33 (31%, 26%, 0%, 33%)
(0.31 / 0.26 / 0.00 / 0.33)

CMYK percentages

%31.4
%25.58
%0
%32.55

Codes

Color #7680AC in popluar color models

76 80 AC
RGB 118 128 172
HSL 229° 24.55% 56.86%
HSB/HSV 229° 31.40% 67.45%
CMYK 31.40% 25.58% 0.00%
32.55%

Color #7680AC in popluar number systems.

HEX 76 80 AC
Decimal 118 128 172
Binary 1110110 10000000 10101100
Octal 166 200 254

Shades and tints

Shades of #7680AC

#7680AC
(118,128,172)
#6C759D
(108,117,157)
#626A8E
(98,106,142)
#585F7F
(88,95,127)
#4E5470
(78,84,112)
#444961
(68,73,97)
#3A3E52
(58,62,82)
#303343
(48,51,67)
#262834
(38,40,52)
#1C1D25
(28,29,37)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #7680AC

#7680AC
(118,128,172)
#828BB3
(130,139,179)
#8E96BA
(142,150,186)
#9AA1C1
(154,161,193)
#A6ACC8
(166,172,200)
#B2B7CF
(178,183,207)
#BEC2D6
(190,194,214)
#CACDDD
(202,205,221)
#D6D8E4
(214,216,228)
#E2E3EB
(226,227,235)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7680AC; }

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

This text font color is #7680AC.

Background Color

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

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

This div background color is #7680AC.

Border color

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

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

This div border color is #7680AC.

Opacity

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

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

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

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

This text has shadow with #7680AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7680AC.

Preview

Color preview on black background

This text has color #7680AC on black background.


Color preview on white background

This text has color #7680AC on white background.


Black color preview on #7680AC background

This text has black color on #7680AC background.


White color preview on #7680AC background

This text has white color on #7680AC background.


Related colors

Complementary color

Complementary color for #hex is #897F53.


I love getcolorcode.com

Triadic colors

1 #AC7680 and #80AC76 with #7680AC are triadic colors.

2 #AC8076 and #8076AC with #7680AC are triadic colors.