COLOR #76A882

HEX: #76A882
RGB: (118,168,130)

Color info

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

RGB color model

#76A882 color RGB value is (118,168,130).

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

RGB channels and saturation

R 118 of 255 = 46%
G 168 of 255 = 66%
B 130 of 255 = 51%

118
168
130

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

Portions of RGB colors in percentages

R + G + B =
118 + 168 + 130 = 416 (100%)
R 118 of 416 ~ 28.37%
G 168 of 416 ~ 40.38%
B 130 of 416 ~ 31.25%

%28.37
%40.38
%31.25

CMYK color model

#76A882 color CMYK value is (30,0,23,34).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 34.12%
CMYK:
(30,0,23,34)
C30M0Y23K34 
(30%,0%,23%,34%)
(0.30/0.00/0.23/0.34)	

CMYK percentages

%29.76
%0
%22.62
%34.12

Codes

Color #76A882 in popluar color models

76A882
RGB118168130
HSL134°22.32%56.08%
HSB/HSV134°29.76%65.88%
CMYK29.76%0.00%22.62%
34.12%

Color #76A882 in popluar number systems.

HEX76A882
Decimal118168130
Binary11101101010100010000010
Octal166250202

Shades and tints

Shades of #76A882

#76A882
(118,168,130)
#6C9977
(108,153,119)
#628A6C
(98,138,108)
#587B61
(88,123,97)
#4E6C56
(78,108,86)
#445D4B
(68,93,75)
#3A4E40
(58,78,64)
#303F35
(48,63,53)
#26302A
(38,48,42)
#1C211F
(28,33,31)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #76A882

#76A882
(118,168,130)
#82AF8D
(130,175,141)
#8EB698
(142,182,152)
#9ABDA3
(154,189,163)
#A6C4AE
(166,196,174)
#B2CBB9
(178,203,185)
#BED2C4
(190,210,196)
#CAD9CF
(202,217,207)
#D6E0DA
(214,224,218)
#E2E7E5
(226,231,229)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A882; }

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

This text font color is #76A882.


Background Color

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

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

This div background color is #76A882.


Border color

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

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

This div border color is #76A882.


Opacity

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

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

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

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

This text has shadow with #76A882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A882 on black background.


Color preview on white background

This text has color #76A882 on white background.



Black color preview on #76A882 background

This text has black color on #76A882 background.


White color preview on #76A882 background

This text has white color on #76A882 background.