COLOR #76AD8C

HEX: #76AD8C RGB: (118,173,140)

Color info

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

RGB color model

#76AD8C color RGB value is (118,173,140).

RGB: (118,173,140) (46%, 68%, 55%)

RGB channels and saturation

R 118 of 255 = 46%
G 173 of 255 = 68%
B 140 of 255 = 55%

118
173
140

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

Portions of RGB colors in percentages

R + G + B = 118 + 173 + 140 = 431 (100%)
R 118 of 431 ~ 27.38%
G 173 of 431 ~ 40.14%
B 140 of 431 ~ 32.48'%

%27.38
%40.14
%32.48

CMYK color model

#76AD8C color CMYK value is (32,0,19,32).

  • cyan value is 31.79%
  • magenta value is 0.00%
  • yellow value is 19.08%
  • key color value is 32.16%

CMYK: (32,0,19,32)
C32M0Y19K32 (32%, 0%, 19%, 32%)
(0.32 / 0.00 / 0.19 / 0.32)

CMYK percentages

%31.79
%0
%19.08
%32.16

Codes

Color #76AD8C in popluar color models

76 AD 8C
RGB 118 173 140
HSL 144° 25.11% 57.06%
HSB/HSV 144° 31.79% 67.84%
CMYK 31.79% 0.00% 19.08%
32.16%

Color #76AD8C in popluar number systems.

HEX 76 AD 8C
Decimal 118 173 140
Binary 1110110 10101101 10001100
Octal 166 255 214

Shades and tints

Shades of #76AD8C

#76AD8C
(118,173,140)
#6C9E80
(108,158,128)
#628F74
(98,143,116)
#588068
(88,128,104)
#4E715C
(78,113,92)
#446250
(68,98,80)
#3A5344
(58,83,68)
#304438
(48,68,56)
#26352C
(38,53,44)
#1C2620
(28,38,32)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #76AD8C

#76AD8C
(118,173,140)
#82B496
(130,180,150)
#8EBBA0
(142,187,160)
#9AC2AA
(154,194,170)
#A6C9B4
(166,201,180)
#B2D0BE
(178,208,190)
#BED7C8
(190,215,200)
#CADED2
(202,222,210)
#D6E5DC
(214,229,220)
#E2ECE6
(226,236,230)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AD8C color. Also use rgb(118,173,140) instead hex code.

Text Font Color

.myTextColor { color: #76AD8C; }

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

This text font color is #76AD8C.

Background Color

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

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

This div background color is #76AD8C.

Border color

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

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

This div border color is #76AD8C.

Opacity

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

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

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

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

This text has shadow with #76AD8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76AD8C.

Preview

Color preview on black background

This text has color #76AD8C on black background.


Color preview on white background

This text has color #76AD8C on white background.


Black color preview on #76AD8C background

This text has black color on #76AD8C background.


White color preview on #76AD8C background

This text has white color on #76AD8C background.


Related colors

Complementary color

Complementary color for #hex is #895273.


I love getcolorcode.com

Triadic colors

1 #8C76AD and #AD8C76 with #76AD8C are triadic colors.

2 #8CAD76 and #AD768C with #76AD8C are triadic colors.