COLOR #76A39A

HEX: #76A39A
RGB: (118,163,154)

Color info

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

RGB color model

#76A39A color RGB value is (118,163,154).

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

RGB channels and saturation

R 118 of 255 = 46%
G 163 of 255 = 64%
B 154 of 255 = 60%

118
163
154

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

Portions of RGB colors in percentages

R + G + B =
118 + 163 + 154 = 435 (100%)
R 118 of 435 ~ 27.13%
G 163 of 435 ~ 37.47%
B 154 of 435 ~ 35.4%

%27.13
%37.47
%35.4

CMYK color model

#76A39A color CMYK value is (28,0,6,36).

  • cyan value is 27.61%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 36.08%
CMYK: (28,0,6,36) C28M0Y6K36 (28%,0%,6%,36%) (0.28/0.00/0.06/0.36)

CMYK percentages

%27.61
%0
%5.52
%36.08

Codes

Color #76A39A in popluar color models

76A39A
RGB118163154
HSL168°19.65%55.10%
HSB/HSV168°27.61%63.92%
CMYK27.61%0.00%5.52%
36.08%

Color #76A39A in popluar number systems.

HEX76A39A
Decimal118163154
Binary11101101010001110011010
Octal166243232

Shades and tints

Shades of #76A39A

#76A39A
(118,163,154)
#6C958C
(108,149,140)
#62877E
(98,135,126)
#587970
(88,121,112)
#4E6B62
(78,107,98)
#445D54
(68,93,84)
#3A4F46
(58,79,70)
#304138
(48,65,56)
#26332A
(38,51,42)
#1C251C
(28,37,28)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #76A39A

#76A39A
(118,163,154)
#82ABA3
(130,171,163)
#8EB3AC
(142,179,172)
#9ABBB5
(154,187,181)
#A6C3BE
(166,195,190)
#B2CBC7
(178,203,199)
#BED3D0
(190,211,208)
#CADBD9
(202,219,217)
#D6E3E2
(214,227,226)
#E2EBEB
(226,235,235)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A39A; }

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

This text font color is #76A39A.


Background Color

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

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

This div background color is #76A39A.


Border color

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

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

This div border color is #76A39A.


Opacity

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

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

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

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

This text has shadow with #76A39A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #76A39A on black background.


Color preview on white background

This text has color #76A39A on white background.



Black color preview on #76A39A background

This text has black color on #76A39A background.


White color preview on #76A39A background

This text has white color on #76A39A background.