COLOR #76A69D

HEX: #76A69D RGB: (118,166,157)

Color info

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

RGB color model

#76A69D color RGB value is (118,166,157).

RGB: (118,166,157) (46%, 65%, 62%)

RGB channels and saturation

R 118 of 255 = 46%
G 166 of 255 = 65%
B 157 of 255 = 62%

118
166
157

R + G + B ~ 58%. #76A69D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 166 + 157 = 441 (100%)
R 118 of 441 ~ 26.76%
G 166 of 441 ~ 37.64%
B 157 of 441 ~ 35.6'%

%26.76
%37.64
%35.6

CMYK color model

#76A69D color CMYK value is (29,0,5,35).

  • cyan value is 28.92%
  • magenta value is 0.00%
  • yellow value is 5.42%
  • key color value is 34.90%

CMYK: (29,0,5,35)
C29M0Y5K35 (29%, 0%, 5%, 35%)
(0.29 / 0.00 / 0.05 / 0.35)

CMYK percentages

%28.92
%0
%5.42
%34.9

Codes

Color #76A69D in popluar color models

76 A6 9D
RGB 118 166 157
HSL 169° 21.24% 55.69%
HSB/HSV 169° 28.92% 65.10%
CMYK 28.92% 0.00% 5.42%
34.90%

Color #76A69D in popluar number systems.

HEX 76 A6 9D
Decimal 118 166 157
Binary 1110110 10100110 10011101
Octal 166 246 235

Shades and tints

Shades of #76A69D

#76A69D
(118,166,157)
#6C978F
(108,151,143)
#628881
(98,136,129)
#587973
(88,121,115)
#4E6A65
(78,106,101)
#445B57
(68,91,87)
#3A4C49
(58,76,73)
#303D3B
(48,61,59)
#262E2D
(38,46,45)
#1C1F1F
(28,31,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #76A69D

#76A69D
(118,166,157)
#82AEA5
(130,174,165)
#8EB6AD
(142,182,173)
#9ABEB5
(154,190,181)
#A6C6BD
(166,198,189)
#B2CEC5
(178,206,197)
#BED6CD
(190,214,205)
#CADED5
(202,222,213)
#D6E6DD
(214,230,221)
#E2EEE5
(226,238,229)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A69D color. Also use rgb(118,166,157) instead hex code.

Text Font Color

.myTextColor { color: #76A69D; }

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

This text font color is #76A69D.

Background Color

.myBgColor { background-color: #76A69D; }

<div style="background-color:#76A69D">Inner text</div>

This div background color is #76A69D.

Border color

.myBorderColor { border: 1px solid #76A69D; }

<div style="border:3px solid #76A69D">Div</div>

This div border color is #76A69D.

Opacity

.myOpacity80 { color: #76A69D; opacity: 0.8; }

<p style="color:#76A69D;opacity:0.8;">80%</p>

Text with #76A69D 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 #76A69D;}

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

This text has shadow with #76A69D color.


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

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

This text has shadow with #76A69D primary color and red secondary color.


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

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

This text has shadow with #76A69D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76A69D.

Preview

Color preview on black background

This text has color #76A69D on black background.


Color preview on white background

This text has color #76A69D on white background.


Black color preview on #76A69D background

This text has black color on #76A69D background.


White color preview on #76A69D background

This text has white color on #76A69D background.


Related colors

Complementary color

Complementary color for #hex is #895962.


I love getcolorcode.com

Triadic colors

1 #9D76A6 and #A69D76 with #76A69D are triadic colors.

2 #9DA676 and #A6769D with #76A69D are triadic colors.