COLOR #76B08E

HEX: #76B08E
RGB: (118,176,142)

Color info

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

RGB color model

#76B08E color RGB value is (118,176,142).

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

RGB channels and saturation

R 118 of 255 = 46%
G 176 of 255 = 69%
B 142 of 255 = 56%

118
176
142

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

Portions of RGB colors in percentages

R + G + B =
118 + 176 + 142 = 436 (100%)
R 118 of 436 ~ 27.06%
G 176 of 436 ~ 40.37%
B 142 of 436 ~ 32.57%

%27.06
%40.37
%32.57

CMYK color model

#76B08E color CMYK value is (33,0,19,31).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 19.32%
  • key color value is 30.98%
CMYK:
(33,0,19,31)
C33M0Y19K31 
(33%,0%,19%,31%)
(0.33/0.00/0.19/0.31)	

CMYK percentages

%32.95
%0
%19.32
%30.98

Codes

Color #76B08E in popluar color models

76B08E
RGB118176142
HSL145°26.85%57.65%
HSB/HSV145°32.95%69.02%
CMYK32.95%0.00%19.32%
30.98%

Color #76B08E in popluar number systems.

HEX76B08E
Decimal118176142
Binary11101101011000010001110
Octal166260216

Shades and tints

Shades of #76B08E

#76B08E
(118,176,142)
#6CA082
(108,160,130)
#629076
(98,144,118)
#58806A
(88,128,106)
#4E705E
(78,112,94)
#446052
(68,96,82)
#3A5046
(58,80,70)
#30403A
(48,64,58)
#26302E
(38,48,46)
#1C2022
(28,32,34)
#121016
(18,16,22)
#000000
(0,0,0)

Tints of #76B08E

#76B08E
(118,176,142)
#82B798
(130,183,152)
#8EBEA2
(142,190,162)
#9AC5AC
(154,197,172)
#A6CCB6
(166,204,182)
#B2D3C0
(178,211,192)
#BEDACA
(190,218,202)
#CAE1D4
(202,225,212)
#D6E8DE
(214,232,222)
#E2EFE8
(226,239,232)
#EEF6F2
(238,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B08E; }

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

This text font color is #76B08E.


Background Color

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

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

This div background color is #76B08E.


Border color

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

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

This div border color is #76B08E.


Opacity

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

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

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

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

This text has shadow with #76B08E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B08E on black background.


Color preview on white background

This text has color #76B08E on white background.



Black color preview on #76B08E background

This text has black color on #76B08E background.


White color preview on #76B08E background

This text has white color on #76B08E background.