COLOR #76B87E

HEX: #76B87E
RGB: (118,184,126)

Color info

#76B87E contains mainly green and blue colors. Web safe color of #76B87E is #66CC66 (or #6C6).

RGB color model

#76B87E color RGB value is (118,184,126).

  • red value is 118;
  • green value is 184;
  • blue value is 126.
RGB:
(118,184,126)
(46%,72%,49%)

RGB channels and saturation

R 118 of 255 = 46%
G 184 of 255 = 72%
B 126 of 255 = 49%

118
184
126

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

Portions of RGB colors in percentages

R + G + B =
118 + 184 + 126 = 428 (100%)
R 118 of 428 ~ 27.57%
G 184 of 428 ~ 42.99%
B 126 of 428 ~ 29.44%

%27.57
%42.99
%29.44

CMYK color model

#76B87E color CMYK value is (36,0,32,28).

  • cyan value is 35.87%
  • magenta value is 0.00%
  • yellow value is 31.52%
  • key color value is 27.84%
CMYK:
(36,0,32,28)
C36M0Y32K28 
(36%,0%,32%,28%)
(0.36/0.00/0.32/0.28)	

CMYK percentages

%35.87
%0
%31.52
%27.84

Codes

Color #76B87E in popluar color models

76B87E
RGB118184126
HSL127°31.73%59.22%
HSB/HSV127°35.87%72.16%
CMYK35.87%0.00%31.52%
27.84%

Color #76B87E in popluar number systems.

HEX76B87E
Decimal118184126
Binary1110110101110001111110
Octal166270176

Shades and tints

Shades of #76B87E

#76B87E
(118,184,126)
#6CA873
(108,168,115)
#629868
(98,152,104)
#58885D
(88,136,93)
#4E7852
(78,120,82)
#446847
(68,104,71)
#3A583C
(58,88,60)
#304831
(48,72,49)
#263826
(38,56,38)
#1C281B
(28,40,27)
#121810
(18,24,16)
#000000
(0,0,0)

Tints of #76B87E

#76B87E
(118,184,126)
#82BE89
(130,190,137)
#8EC494
(142,196,148)
#9ACA9F
(154,202,159)
#A6D0AA
(166,208,170)
#B2D6B5
(178,214,181)
#BEDCC0
(190,220,192)
#CAE2CB
(202,226,203)
#D6E8D6
(214,232,214)
#E2EEE1
(226,238,225)
#EEF4EC
(238,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B87E; }

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

This text font color is #76B87E.


Background Color

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

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

This div background color is #76B87E.


Border color

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

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

This div border color is #76B87E.


Opacity

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

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

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

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

This text has shadow with #76B87E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B87E on black background.


Color preview on white background

This text has color #76B87E on white background.



Black color preview on #76B87E background

This text has black color on #76B87E background.


White color preview on #76B87E background

This text has white color on #76B87E background.