COLOR #76A992

HEX: #76A992
RGB: (118,169,146)

Color info

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

RGB color model

#76A992 color RGB value is (118,169,146).

  • red value is 118;
  • green value is 169;
  • blue value is 146.
RGB:
(118,169,146)
(46%,66%,57%)

RGB channels and saturation

R 118 of 255 = 46%
G 169 of 255 = 66%
B 146 of 255 = 57%

118
169
146

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

Portions of RGB colors in percentages

R + G + B =
118 + 169 + 146 = 433 (100%)
R 118 of 433 ~ 27.25%
G 169 of 433 ~ 39.03%
B 146 of 433 ~ 33.72%

%27.25
%39.03
%33.72

CMYK color model

#76A992 color CMYK value is (30,0,14,34).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(30,0,14,34)
C30M0Y14K34 
(30%,0%,14%,34%)
(0.30/0.00/0.14/0.34)	

CMYK percentages

%30.18
%0
%13.61
%33.73

Codes

Color #76A992 in popluar color models

76A992
RGB118169146
HSL153°22.87%56.27%
HSB/HSV153°30.18%66.27%
CMYK30.18%0.00%13.61%
33.73%

Color #76A992 in popluar number systems.

HEX76A992
Decimal118169146
Binary11101101010100110010010
Octal166251222

Shades and tints

Shades of #76A992

#76A992
(118,169,146)
#6C9A85
(108,154,133)
#628B78
(98,139,120)
#587C6B
(88,124,107)
#4E6D5E
(78,109,94)
#445E51
(68,94,81)
#3A4F44
(58,79,68)
#304037
(48,64,55)
#26312A
(38,49,42)
#1C221D
(28,34,29)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #76A992

#76A992
(118,169,146)
#82B09B
(130,176,155)
#8EB7A4
(142,183,164)
#9ABEAD
(154,190,173)
#A6C5B6
(166,197,182)
#B2CCBF
(178,204,191)
#BED3C8
(190,211,200)
#CADAD1
(202,218,209)
#D6E1DA
(214,225,218)
#E2E8E3
(226,232,227)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A992 color. Also use rgb(118,169,146) instead hex code.

Text Font Color

.myTextColor { color: #76A992; }

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

This text font color is #76A992.


Background Color

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

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

This div background color is #76A992.


Border color

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

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

This div border color is #76A992.


Opacity

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

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

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

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

This text has shadow with #76A992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A992 on black background.


Color preview on white background

This text has color #76A992 on white background.



Black color preview on #76A992 background

This text has black color on #76A992 background.


White color preview on #76A992 background

This text has white color on #76A992 background.