COLOR #76B087

HEX: #76B087
RGB: (118,176,135)

Color info

#76B087 contains red, green and blue colors in about the same proportion. Web safe color of #76B087 is #669999 (or #699).

RGB color model

#76B087 color RGB value is (118,176,135).

  • red value is 118;
  • green value is 176;
  • blue value is 135.
RGB:
(118,176,135)
(46%,69%,53%)

RGB channels and saturation

R 118 of 255 = 46%
G 176 of 255 = 69%
B 135 of 255 = 53%

118
176
135

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

Portions of RGB colors in percentages

R + G + B =
118 + 176 + 135 = 429 (100%)
R 118 of 429 ~ 27.51%
G 176 of 429 ~ 41.03%
B 135 of 429 ~ 31.47%

%27.51
%41.03
%31.47

CMYK color model

#76B087 color CMYK value is (33,0,23,31).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 30.98%
CMYK:
(33,0,23,31)
C33M0Y23K31 
(33%,0%,23%,31%)
(0.33/0.00/0.23/0.31)	

CMYK percentages

%32.95
%0
%23.3
%30.98

Codes

Color #76B087 in popluar color models

76B087
RGB118176135
HSL138°26.85%57.65%
HSB/HSV138°32.95%69.02%
CMYK32.95%0.00%23.30%
30.98%

Color #76B087 in popluar number systems.

HEX76B087
Decimal118176135
Binary11101101011000010000111
Octal166260207

Shades and tints

Shades of #76B087

#76B087
(118,176,135)
#6CA07B
(108,160,123)
#62906F
(98,144,111)
#588063
(88,128,99)
#4E7057
(78,112,87)
#44604B
(68,96,75)
#3A503F
(58,80,63)
#304033
(48,64,51)
#263027
(38,48,39)
#1C201B
(28,32,27)
#12100F
(18,16,15)
#000000
(0,0,0)

Tints of #76B087

#76B087
(118,176,135)
#82B791
(130,183,145)
#8EBE9B
(142,190,155)
#9AC5A5
(154,197,165)
#A6CCAF
(166,204,175)
#B2D3B9
(178,211,185)
#BEDAC3
(190,218,195)
#CAE1CD
(202,225,205)
#D6E8D7
(214,232,215)
#E2EFE1
(226,239,225)
#EEF6EB
(238,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B087 color. Also use rgb(118,176,135) instead hex code.

Text Font Color

.myTextColor { color: #76B087; }

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

This text font color is #76B087.


Background Color

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

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

This div background color is #76B087.


Border color

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

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

This div border color is #76B087.


Opacity

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

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

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

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

This text has shadow with #76B087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B087 on black background.


Color preview on white background

This text has color #76B087 on white background.



Black color preview on #76B087 background

This text has black color on #76B087 background.


White color preview on #76B087 background

This text has white color on #76B087 background.