COLOR #76A187

HEX: #76A187
RGB: (118,161,135)

Color info

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

RGB color model

#76A187 color RGB value is (118,161,135).

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

RGB channels and saturation

R 118 of 255 = 46%
G 161 of 255 = 63%
B 135 of 255 = 53%

118
161
135

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

Portions of RGB colors in percentages

R + G + B =
118 + 161 + 135 = 414 (100%)
R 118 of 414 ~ 28.5%
G 161 of 414 ~ 38.89%
B 135 of 414 ~ 32.61%

%28.5
%38.89
%32.61

CMYK color model

#76A187 color CMYK value is (27,0,16,37).

  • cyan value is 26.71%
  • magenta value is 0.00%
  • yellow value is 16.15%
  • key color value is 36.86%
CMYK:
(27,0,16,37)
C27M0Y16K37 
(27%,0%,16%,37%)
(0.27/0.00/0.16/0.37)	

CMYK percentages

%26.71
%0
%16.15
%36.86

Codes

Color #76A187 in popluar color models

76A187
RGB118161135
HSL144°18.61%54.71%
HSB/HSV144°26.71%63.14%
CMYK26.71%0.00%16.15%
36.86%

Color #76A187 in popluar number systems.

HEX76A187
Decimal118161135
Binary11101101010000110000111
Octal166241207

Shades and tints

Shades of #76A187

#76A187
(118,161,135)
#6C937B
(108,147,123)
#62856F
(98,133,111)
#587763
(88,119,99)
#4E6957
(78,105,87)
#445B4B
(68,91,75)
#3A4D3F
(58,77,63)
#303F33
(48,63,51)
#263127
(38,49,39)
#1C231B
(28,35,27)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #76A187

#76A187
(118,161,135)
#82A991
(130,169,145)
#8EB19B
(142,177,155)
#9AB9A5
(154,185,165)
#A6C1AF
(166,193,175)
#B2C9B9
(178,201,185)
#BED1C3
(190,209,195)
#CAD9CD
(202,217,205)
#D6E1D7
(214,225,215)
#E2E9E1
(226,233,225)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A187; }

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

This text font color is #76A187.


Background Color

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

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

This div background color is #76A187.


Border color

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

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

This div border color is #76A187.


Opacity

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

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

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

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

This text has shadow with #76A187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A187 on black background.


Color preview on white background

This text has color #76A187 on white background.



Black color preview on #76A187 background

This text has black color on #76A187 background.


White color preview on #76A187 background

This text has white color on #76A187 background.