COLOR #76A486

HEX: #76A486
RGB: (118,164,134)

Color info

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

RGB color model

#76A486 color RGB value is (118,164,134).

  • red value is 118;
  • green value is 164;
  • blue value is 134.
RGB:
(118,164,134)
(46%,64%,53%)

RGB channels and saturation

R 118 of 255 = 46%
G 164 of 255 = 64%
B 134 of 255 = 53%

118
164
134

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

Portions of RGB colors in percentages

R + G + B =
118 + 164 + 134 = 416 (100%)
R 118 of 416 ~ 28.37%
G 164 of 416 ~ 39.42%
B 134 of 416 ~ 32.21%

%28.37
%39.42
%32.21

CMYK color model

#76A486 color CMYK value is (28,0,18,36).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 18.29%
  • key color value is 35.69%
CMYK:
(28,0,18,36)
C28M0Y18K36 
(28%,0%,18%,36%)
(0.28/0.00/0.18/0.36)	

CMYK percentages

%28.05
%0
%18.29
%35.69

Codes

Color #76A486 in popluar color models

76A486
RGB118164134
HSL141°20.18%55.29%
HSB/HSV141°28.05%64.31%
CMYK28.05%0.00%18.29%
35.69%

Color #76A486 in popluar number systems.

HEX76A486
Decimal118164134
Binary11101101010010010000110
Octal166244206

Shades and tints

Shades of #76A486

#76A486
(118,164,134)
#6C967A
(108,150,122)
#62886E
(98,136,110)
#587A62
(88,122,98)
#4E6C56
(78,108,86)
#445E4A
(68,94,74)
#3A503E
(58,80,62)
#304232
(48,66,50)
#263426
(38,52,38)
#1C261A
(28,38,26)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #76A486

#76A486
(118,164,134)
#82AC91
(130,172,145)
#8EB49C
(142,180,156)
#9ABCA7
(154,188,167)
#A6C4B2
(166,196,178)
#B2CCBD
(178,204,189)
#BED4C8
(190,212,200)
#CADCD3
(202,220,211)
#D6E4DE
(214,228,222)
#E2ECE9
(226,236,233)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A486 color. Also use rgb(118,164,134) instead hex code.

Text Font Color

.myTextColor { color: #76A486; }

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

This text font color is #76A486.


Background Color

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

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

This div background color is #76A486.


Border color

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

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

This div border color is #76A486.


Opacity

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

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

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

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

This text has shadow with #76A486 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A486 on black background.


Color preview on white background

This text has color #76A486 on white background.



Black color preview on #76A486 background

This text has black color on #76A486 background.


White color preview on #76A486 background

This text has white color on #76A486 background.