COLOR #76B29B

HEX: #76B29B RGB: (118,178,155)

Color info

#76B29B contains mainly green and blue colors. Web safe color of #76B29B is #669999 (or #699).

RGB color model

#76B29B color RGB value is (118,178,155).

RGB: (118,178,155) (46%, 70%, 61%)

RGB channels and saturation

R 118 of 255 = 46%
G 178 of 255 = 70%
B 155 of 255 = 61%

118
178
155

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

Portions of RGB colors in percentages

R + G + B = 118 + 178 + 155 = 451 (100%)
R 118 of 451 ~ 26.16%
G 178 of 451 ~ 39.47%
B 155 of 451 ~ 34.37'%

%26.16
%39.47
%34.37

CMYK color model

#76B29B color CMYK value is (34,0,13,30).

  • cyan value is 33.71%
  • magenta value is 0.00%
  • yellow value is 12.92%
  • key color value is 30.20%

CMYK: (34,0,13,30)
C34M0Y13K30 (34%, 0%, 13%, 30%)
(0.34 / 0.00 / 0.13 / 0.30)

CMYK percentages

%33.71
%0
%12.92
%30.2

Codes

Color #76B29B in popluar color models

76 B2 9B
RGB 118 178 155
HSL 157° 28.04% 58.04%
HSB/HSV 157° 33.71% 69.80%
CMYK 33.71% 0.00% 12.92%
30.20%

Color #76B29B in popluar number systems.

HEX 76 B2 9B
Decimal 118 178 155
Binary 1110110 10110010 10011011
Octal 166 262 233

Shades and tints

Shades of #76B29B

#76B29B
(118,178,155)
#6CA28D
(108,162,141)
#62927F
(98,146,127)
#588271
(88,130,113)
#4E7263
(78,114,99)
#446255
(68,98,85)
#3A5247
(58,82,71)
#304239
(48,66,57)
#26322B
(38,50,43)
#1C221D
(28,34,29)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #76B29B

#76B29B
(118,178,155)
#82B9A4
(130,185,164)
#8EC0AD
(142,192,173)
#9AC7B6
(154,199,182)
#A6CEBF
(166,206,191)
#B2D5C8
(178,213,200)
#BEDCD1
(190,220,209)
#CAE3DA
(202,227,218)
#D6EAE3
(214,234,227)
#E2F1EC
(226,241,236)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B29B color. Also use rgb(118,178,155) instead hex code.

Text Font Color

.myTextColor { color: #76B29B; }

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

This text font color is #76B29B.

Background Color

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

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

This div background color is #76B29B.

Border color

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

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

This div border color is #76B29B.

Opacity

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

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

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

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

This text has shadow with #76B29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B29B.

Preview

Color preview on black background

This text has color #76B29B on black background.


Color preview on white background

This text has color #76B29B on white background.


Black color preview on #76B29B background

This text has black color on #76B29B background.


White color preview on #76B29B background

This text has white color on #76B29B background.


Related colors

Complementary color

Complementary color for #hex is #894D64.


I love getcolorcode.com

Triadic colors

1 #9B76B2 and #B29B76 with #76B29B are triadic colors.

2 #9BB276 and #B2769B with #76B29B are triadic colors.