COLOR #76A19F

HEX: #76A19F
RGB: (118,161,159)

Color info

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

RGB color model

#76A19F color RGB value is (118,161,159).

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

RGB channels and saturation

R 118 of 255 = 46%
G 161 of 255 = 63%
B 159 of 255 = 62%

118
161
159

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

Portions of RGB colors in percentages

R + G + B =
118 + 161 + 159 = 438 (100%)
R 118 of 438 ~ 26.94%
G 161 of 438 ~ 36.76%
B 159 of 438 ~ 36.3%

%26.94
%36.76
%36.3

CMYK color model

#76A19F color CMYK value is (27,0,1,37).

  • cyan value is 26.71%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 36.86%
CMYK:
(27,0,1,37)
C27M0Y1K37 
(27%,0%,1%,37%)
(0.27/0.00/0.01/0.37)	

CMYK percentages

%26.71
%0
%1.24
%36.86

Codes

Color #76A19F in popluar color models

76A19F
RGB118161159
HSL177°18.61%54.71%
HSB/HSV177°26.71%63.14%
CMYK26.71%0.00%1.24%
36.86%

Color #76A19F in popluar number systems.

HEX76A19F
Decimal118161159
Binary11101101010000110011111
Octal166241237

Shades and tints

Shades of #76A19F

#76A19F
(118,161,159)
#6C9391
(108,147,145)
#628583
(98,133,131)
#587775
(88,119,117)
#4E6967
(78,105,103)
#445B59
(68,91,89)
#3A4D4B
(58,77,75)
#303F3D
(48,63,61)
#26312F
(38,49,47)
#1C2321
(28,35,33)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #76A19F

#76A19F
(118,161,159)
#82A9A7
(130,169,167)
#8EB1AF
(142,177,175)
#9AB9B7
(154,185,183)
#A6C1BF
(166,193,191)
#B2C9C7
(178,201,199)
#BED1CF
(190,209,207)
#CAD9D7
(202,217,215)
#D6E1DF
(214,225,223)
#E2E9E7
(226,233,231)
#EEF1EF
(238,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A19F; }

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

This text font color is #76A19F.


Background Color

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

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

This div background color is #76A19F.


Border color

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

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

This div border color is #76A19F.


Opacity

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

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

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

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

This text has shadow with #76A19F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A19F on black background.


Color preview on white background

This text has color #76A19F on white background.



Black color preview on #76A19F background

This text has black color on #76A19F background.


White color preview on #76A19F background

This text has white color on #76A19F background.