COLOR #76B889

HEX: #76B889 RGB: (118,184,137)

Color info

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

RGB color model

#76B889 color RGB value is (118,184,137).

RGB: (118,184,137) (46%, 72%, 54%)

RGB channels and saturation

R 118 of 255 = 46%
G 184 of 255 = 72%
B 137 of 255 = 54%

118
184
137

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

Portions of RGB colors in percentages

R + G + B = 118 + 184 + 137 = 439 (100%)
R 118 of 439 ~ 26.88%
G 184 of 439 ~ 41.91%
B 137 of 439 ~ 31.21'%

%26.88
%41.91
%31.21

CMYK color model

#76B889 color CMYK value is (36,0,26,28).

  • cyan value is 35.87%
  • magenta value is 0.00%
  • yellow value is 25.54%
  • key color value is 27.84%

CMYK: (36,0,26,28)
C36M0Y26K28 (36%, 0%, 26%, 28%)
(0.36 / 0.00 / 0.26 / 0.28)

CMYK percentages

%35.87
%0
%25.54
%27.84

Codes

Color #76B889 in popluar color models

76 B8 89
RGB 118 184 137
HSL 137° 31.73% 59.22%
HSB/HSV 137° 35.87% 72.16%
CMYK 35.87% 0.00% 25.54%
27.84%

Color #76B889 in popluar number systems.

HEX 76 B8 89
Decimal 118 184 137
Binary 1110110 10111000 10001001
Octal 166 270 211

Shades and tints

Shades of #76B889

#76B889
(118,184,137)
#6CA87D
(108,168,125)
#629871
(98,152,113)
#588865
(88,136,101)
#4E7859
(78,120,89)
#44684D
(68,104,77)
#3A5841
(58,88,65)
#304835
(48,72,53)
#263829
(38,56,41)
#1C281D
(28,40,29)
#121811
(18,24,17)
#000000
(0,0,0)

Tints of #76B889

#76B889
(118,184,137)
#82BE93
(130,190,147)
#8EC49D
(142,196,157)
#9ACAA7
(154,202,167)
#A6D0B1
(166,208,177)
#B2D6BB
(178,214,187)
#BEDCC5
(190,220,197)
#CAE2CF
(202,226,207)
#D6E8D9
(214,232,217)
#E2EEE3
(226,238,227)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B889 color. Also use rgb(118,184,137) instead hex code.

Text Font Color

.myTextColor { color: #76B889; }

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

This text font color is #76B889.

Background Color

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

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

This div background color is #76B889.

Border color

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

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

This div border color is #76B889.

Opacity

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

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

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

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

This text has shadow with #76B889 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B889.

Preview

Color preview on black background

This text has color #76B889 on black background.


Color preview on white background

This text has color #76B889 on white background.


Black color preview on #76B889 background

This text has black color on #76B889 background.


White color preview on #76B889 background

This text has white color on #76B889 background.


Related colors

Complementary color

Complementary color for #hex is #894776.


I love getcolorcode.com

Triadic colors

1 #8976B8 and #B88976 with #76B889 are triadic colors.

2 #89B876 and #B87689 with #76B889 are triadic colors.