COLOR #76B27D

HEX: #76B27D RGB: (118,178,125)

Color info

#76B27D contains mainly green and blue colors. Web safe color of #76B27D is #669966 (or #696).

RGB color model

#76B27D color RGB value is (118,178,125).

RGB: (118,178,125) (46%, 70%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 178 of 255 = 70%
B 125 of 255 = 49%

118
178
125

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

Portions of RGB colors in percentages

R + G + B = 118 + 178 + 125 = 421 (100%)
R 118 of 421 ~ 28.03%
G 178 of 421 ~ 42.28%
B 125 of 421 ~ 29.69'%

%28.03
%42.28
%29.69

CMYK color model

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

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

CMYK: (34,0,30,30)
C34M0Y30K30 (34%, 0%, 30%, 30%)
(0.34 / 0.00 / 0.30 / 0.30)

CMYK percentages

%33.71
%0
%29.78
%30.2

Codes

Color #76B27D in popluar color models

76 B2 7D
RGB 118 178 125
HSL 127° 28.04% 58.04%
HSB/HSV 127° 33.71% 69.80%
CMYK 33.71% 0.00% 29.78%
30.20%

Color #76B27D in popluar number systems.

HEX 76 B2 7D
Decimal 118 178 125
Binary 1110110 10110010 1111101
Octal 166 262 175

Shades and tints

Shades of #76B27D

#76B27D
(118,178,125)
#6CA272
(108,162,114)
#629267
(98,146,103)
#58825C
(88,130,92)
#4E7251
(78,114,81)
#446246
(68,98,70)
#3A523B
(58,82,59)
#304230
(48,66,48)
#263225
(38,50,37)
#1C221A
(28,34,26)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #76B27D

#76B27D
(118,178,125)
#82B988
(130,185,136)
#8EC093
(142,192,147)
#9AC79E
(154,199,158)
#A6CEA9
(166,206,169)
#B2D5B4
(178,213,180)
#BEDCBF
(190,220,191)
#CAE3CA
(202,227,202)
#D6EAD5
(214,234,213)
#E2F1E0
(226,241,224)
#EEF8EB
(238,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B27D; }

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

This text font color is #76B27D.

Background Color

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

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

This div background color is #76B27D.

Border color

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

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

This div border color is #76B27D.

Opacity

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

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

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

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

This text has shadow with #76B27D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B27D.

Preview

Color preview on black background

This text has color #76B27D on black background.


Color preview on white background

This text has color #76B27D on white background.


Black color preview on #76B27D background

This text has black color on #76B27D background.


White color preview on #76B27D background

This text has white color on #76B27D background.


Related colors

Complementary color

Complementary color for #hex is #894D82.


I love getcolorcode.com

Triadic colors

1 #7D76B2 and #B27D76 with #76B27D are triadic colors.

2 #7DB276 and #B2767D with #76B27D are triadic colors.