COLOR #76B49E

HEX: #76B49E RGB: (118,180,158)

Color info

#76B49E contains mainly green and blue colors. Web safe color of #76B49E is #66CC99 (or #6C9).

RGB color model

#76B49E color RGB value is (118,180,158).

RGB: (118,180,158) (46%, 71%, 62%)

RGB channels and saturation

R 118 of 255 = 46%
G 180 of 255 = 71%
B 158 of 255 = 62%

118
180
158

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

Portions of RGB colors in percentages

R + G + B = 118 + 180 + 158 = 456 (100%)
R 118 of 456 ~ 25.88%
G 180 of 456 ~ 39.47%
B 158 of 456 ~ 34.65'%

%25.88
%39.47
%34.65

CMYK color model

#76B49E color CMYK value is (34,0,12,29).

  • cyan value is 34.44%
  • magenta value is 0.00%
  • yellow value is 12.22%
  • key color value is 29.41%
CMYK: (34,0,12,29) C34M0Y12K29 (34%,0%,12%,29%) (0.34/0.00/0.12/0.29) 

CMYK percentages

%34.44
%0
%12.22
%29.41

Codes

Color #76B49E in popluar color models

76 B4 9E
RGB 118 180 158
HSL 159° 29.25% 58.43%
HSB/HSV 159° 34.44% 70.59%
CMYK 34.44% 0.00% 12.22%
29.41%

Color #76B49E in popluar number systems.

HEX 76 B4 9E
Decimal 118 180 158
Binary 1110110 10110100 10011110
Octal 166 264 236

Shades and tints

Shades of #76B49E

#76B49E
(118,180,158)
#6CA490
(108,164,144)
#629482
(98,148,130)
#588474
(88,132,116)
#4E7466
(78,116,102)
#446458
(68,100,88)
#3A544A
(58,84,74)
#30443C
(48,68,60)
#26342E
(38,52,46)
#1C2420
(28,36,32)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #76B49E

#76B49E
(118,180,158)
#82BAA6
(130,186,166)
#8EC0AE
(142,192,174)
#9AC6B6
(154,198,182)
#A6CCBE
(166,204,190)
#B2D2C6
(178,210,198)
#BED8CE
(190,216,206)
#CADED6
(202,222,214)
#D6E4DE
(214,228,222)
#E2EAE6
(226,234,230)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B49E color. Also use rgb(118,180,158) instead hex code.

Text Font Color

.myTextColor { color: #76B49E; }

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

This text font color is #76B49E.

Background Color

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

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

This div background color is #76B49E.

Border color

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

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

This div border color is #76B49E.

Opacity

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

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

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

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

This text has shadow with #76B49E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B49E.

Preview

Color preview on black background

This text has color #76B49E on black background.


Color preview on white background

This text has color #76B49E on white background.


Black color preview on #76B49E background

This text has black color on #76B49E background.


White color preview on #76B49E background

This text has white color on #76B49E background.


Related colors

Complementary color

Complementary color for #hex is #894B61.


I love getcolorcode.com

Triadic colors

1 #9E76B4 and #B49E76 with #76B49E are triadic colors.

2 #9EB476 and #B4769E with #76B49E are triadic colors.