COLOR #76A9A3

HEX: #76A9A3
RGB: (118,169,163)

Color info

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

RGB color model

#76A9A3 color RGB value is (118,169,163).

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

RGB channels and saturation

R 118 of 255 = 46%
G 169 of 255 = 66%
B 163 of 255 = 64%

118
169
163

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

Portions of RGB colors in percentages

R + G + B =
118 + 169 + 163 = 450 (100%)
R 118 of 450 ~ 26.22%
G 169 of 450 ~ 37.56%
B 163 of 450 ~ 36.22%

%26.22
%37.56
%36.22

CMYK color model

#76A9A3 color CMYK value is (30,0,4,34).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 33.73%
CMYK:
(30,0,4,34)
C30M0Y4K34 
(30%,0%,4%,34%)
(0.30/0.00/0.04/0.34)	

CMYK percentages

%30.18
%0
%3.55
%33.73

Codes

Color #76A9A3 in popluar color models

76A9A3
RGB118169163
HSL173°22.87%56.27%
HSB/HSV173°30.18%66.27%
CMYK30.18%0.00%3.55%
33.73%

Color #76A9A3 in popluar number systems.

HEX76A9A3
Decimal118169163
Binary11101101010100110100011
Octal166251243

Shades and tints

Shades of #76A9A3

#76A9A3
(118,169,163)
#6C9A95
(108,154,149)
#628B87
(98,139,135)
#587C79
(88,124,121)
#4E6D6B
(78,109,107)
#445E5D
(68,94,93)
#3A4F4F
(58,79,79)
#304041
(48,64,65)
#263133
(38,49,51)
#1C2225
(28,34,37)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #76A9A3

#76A9A3
(118,169,163)
#82B0AB
(130,176,171)
#8EB7B3
(142,183,179)
#9ABEBB
(154,190,187)
#A6C5C3
(166,197,195)
#B2CCCB
(178,204,203)
#BED3D3
(190,211,211)
#CADADB
(202,218,219)
#D6E1E3
(214,225,227)
#E2E8EB
(226,232,235)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A9A3; }

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

This text font color is #76A9A3.


Background Color

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

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

This div background color is #76A9A3.


Border color

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

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

This div border color is #76A9A3.


Opacity

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

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

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

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

This text has shadow with #76A9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A9A3 on black background.


Color preview on white background

This text has color #76A9A3 on white background.



Black color preview on #76A9A3 background

This text has black color on #76A9A3 background.


White color preview on #76A9A3 background

This text has white color on #76A9A3 background.