COLOR #76A89B

HEX: #76A89B
RGB: (118,168,155)

Color info

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

RGB color model

#76A89B color RGB value is (118,168,155).

  • red value is 118;
  • green value is 168;
  • blue value is 155.
RGB:
(118,168,155)
(46%,66%,61%)

RGB channels and saturation

R 118 of 255 = 46%
G 168 of 255 = 66%
B 155 of 255 = 61%

118
168
155

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

Portions of RGB colors in percentages

R + G + B =
118 + 168 + 155 = 441 (100%)
R 118 of 441 ~ 26.76%
G 168 of 441 ~ 38.1%
B 155 of 441 ~ 35.15%

%26.76
%38.1
%35.15

CMYK color model

#76A89B color CMYK value is (30,0,8,34).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 7.74%
  • key color value is 34.12%
CMYK:
(30,0,8,34)
C30M0Y8K34 
(30%,0%,8%,34%)
(0.30/0.00/0.08/0.34)	

CMYK percentages

%29.76
%0
%7.74
%34.12

Codes

Color #76A89B in popluar color models

76A89B
RGB118168155
HSL164°22.32%56.08%
HSB/HSV164°29.76%65.88%
CMYK29.76%0.00%7.74%
34.12%

Color #76A89B in popluar number systems.

HEX76A89B
Decimal118168155
Binary11101101010100010011011
Octal166250233

Shades and tints

Shades of #76A89B

#76A89B
(118,168,155)
#6C998D
(108,153,141)
#628A7F
(98,138,127)
#587B71
(88,123,113)
#4E6C63
(78,108,99)
#445D55
(68,93,85)
#3A4E47
(58,78,71)
#303F39
(48,63,57)
#26302B
(38,48,43)
#1C211D
(28,33,29)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #76A89B

#76A89B
(118,168,155)
#82AFA4
(130,175,164)
#8EB6AD
(142,182,173)
#9ABDB6
(154,189,182)
#A6C4BF
(166,196,191)
#B2CBC8
(178,203,200)
#BED2D1
(190,210,209)
#CAD9DA
(202,217,218)
#D6E0E3
(214,224,227)
#E2E7EC
(226,231,236)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A89B color. Also use rgb(118,168,155) instead hex code.

Text Font Color

.myTextColor { color: #76A89B; }

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

This text font color is #76A89B.


Background Color

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

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

This div background color is #76A89B.


Border color

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

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

This div border color is #76A89B.


Opacity

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

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

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

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

This text has shadow with #76A89B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A89B on black background.


Color preview on white background

This text has color #76A89B on white background.



Black color preview on #76A89B background

This text has black color on #76A89B background.


White color preview on #76A89B background

This text has white color on #76A89B background.