COLOR #76A280

HEX: #76A280 RGB: (118,162,128)

Color info

#76A280 contains red, green and blue colors in about the same proportion. Web safe color of #76A280 is #669966 (or #696).

RGB color model

#76A280 color RGB value is (118,162,128).

RGB: (118,162,128) (46%, 64%, 50%)

RGB channels and saturation

R 118 of 255 = 46%
G 162 of 255 = 64%
B 128 of 255 = 50%

118
162
128

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

Portions of RGB colors in percentages

R + G + B = 118 + 162 + 128 = 408 (100%)
R 118 of 408 ~ 28.92%
G 162 of 408 ~ 39.71%
B 128 of 408 ~ 31.37'%

%28.92
%39.71
%31.37

CMYK color model

#76A280 color CMYK value is (27,0,21,36).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 20.99%
  • key color value is 36.47%
CMYK: (27,0,21,36) C27M0Y21K36 (27%,0%,21%,36%) (0.27/0.00/0.21/0.36) 

CMYK percentages

%27.16
%0
%20.99
%36.47

Codes

Color #76A280 in popluar color models

76 A2 80
RGB 118 162 128
HSL 134° 19.13% 54.90%
HSB/HSV 134° 27.16% 63.53%
CMYK 27.16% 0.00% 20.99%
36.47%

Color #76A280 in popluar number systems.

HEX 76 A2 80
Decimal 118 162 128
Binary 1110110 10100010 10000000
Octal 166 242 200

Shades and tints

Shades of #76A280

#76A280
(118,162,128)
#6C9475
(108,148,117)
#62866A
(98,134,106)
#58785F
(88,120,95)
#4E6A54
(78,106,84)
#445C49
(68,92,73)
#3A4E3E
(58,78,62)
#304033
(48,64,51)
#263228
(38,50,40)
#1C241D
(28,36,29)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #76A280

#76A280
(118,162,128)
#82AA8B
(130,170,139)
#8EB296
(142,178,150)
#9ABAA1
(154,186,161)
#A6C2AC
(166,194,172)
#B2CAB7
(178,202,183)
#BED2C2
(190,210,194)
#CADACD
(202,218,205)
#D6E2D8
(214,226,216)
#E2EAE3
(226,234,227)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A280 color. Also use rgb(118,162,128) instead hex code.

Text Font Color

.myTextColor { color: #76A280; }

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

This text font color is #76A280.

Background Color

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

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

This div background color is #76A280.

Border color

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

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

This div border color is #76A280.

Opacity

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

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

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

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

This text has shadow with #76A280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A280.

Preview

Color preview on black background

This text has color #76A280 on black background.


Color preview on white background

This text has color #76A280 on white background.


Black color preview on #76A280 background

This text has black color on #76A280 background.


White color preview on #76A280 background

This text has white color on #76A280 background.


Related colors

Complementary color

Complementary color for #hex is #895D7F.


I love getcolorcode.com

Triadic colors

1 #8076A2 and #A28076 with #76A280 are triadic colors.

2 #80A276 and #A27680 with #76A280 are triadic colors.