COLOR #76A49F

HEX: #76A49F
RGB: (118,164,159)

Color info

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

RGB color model

#76A49F color RGB value is (118,164,159).

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

RGB channels and saturation

R 118 of 255 = 46%
G 164 of 255 = 64%
B 159 of 255 = 62%

118
164
159

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

Portions of RGB colors in percentages

R + G + B =
118 + 164 + 159 = 441 (100%)
R 118 of 441 ~ 26.76%
G 164 of 441 ~ 37.19%
B 159 of 441 ~ 36.05%

%26.76
%37.19
%36.05

CMYK color model

#76A49F color CMYK value is (28,0,3,36).

  • cyan value is 28.05%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 35.69%
CMYK:
(28,0,3,36)
C28M0Y3K36 
(28%,0%,3%,36%)
(0.28/0.00/0.03/0.36)	

CMYK percentages

%28.05
%0
%3.05
%35.69

Codes

Color #76A49F in popluar color models

76A49F
RGB118164159
HSL173°20.18%55.29%
HSB/HSV173°28.05%64.31%
CMYK28.05%0.00%3.05%
35.69%

Color #76A49F in popluar number systems.

HEX76A49F
Decimal118164159
Binary11101101010010010011111
Octal166244237

Shades and tints

Shades of #76A49F

#76A49F
(118,164,159)
#6C9691
(108,150,145)
#628883
(98,136,131)
#587A75
(88,122,117)
#4E6C67
(78,108,103)
#445E59
(68,94,89)
#3A504B
(58,80,75)
#30423D
(48,66,61)
#26342F
(38,52,47)
#1C2621
(28,38,33)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #76A49F

#76A49F
(118,164,159)
#82ACA7
(130,172,167)
#8EB4AF
(142,180,175)
#9ABCB7
(154,188,183)
#A6C4BF
(166,196,191)
#B2CCC7
(178,204,199)
#BED4CF
(190,212,207)
#CADCD7
(202,220,215)
#D6E4DF
(214,228,223)
#E2ECE7
(226,236,231)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A49F; }

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

This text font color is #76A49F.


Background Color

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

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

This div background color is #76A49F.


Border color

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

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

This div border color is #76A49F.


Opacity

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

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

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

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

This text has shadow with #76A49F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A49F on black background.


Color preview on white background

This text has color #76A49F on white background.



Black color preview on #76A49F background

This text has black color on #76A49F background.


White color preview on #76A49F background

This text has white color on #76A49F background.