COLOR #76A28D

HEX: #76A28D RGB: (118,162,141)

Color info

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

RGB color model

#76A28D color RGB value is (118,162,141).

RGB: (118,162,141) (46%, 64%, 55%)

RGB channels and saturation

R 118 of 255 = 46%
G 162 of 255 = 64%
B 141 of 255 = 55%

118
162
141

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

Portions of RGB colors in percentages

R + G + B = 118 + 162 + 141 = 421 (100%)
R 118 of 421 ~ 28.03%
G 162 of 421 ~ 38.48%
B 141 of 421 ~ 33.49'%

%28.03
%38.48
%33.49

CMYK color model

#76A28D color CMYK value is (27,0,13,36).

  • cyan value is 27.16%
  • magenta value is 0.00%
  • yellow value is 12.96%
  • key color value is 36.47%

CMYK: (27,0,13,36)
C27M0Y13K36 (27%, 0%, 13%, 36%)
(0.27 / 0.00 / 0.13 / 0.36)

CMYK percentages

%27.16
%0
%12.96
%36.47

Codes

Color #76A28D in popluar color models

76 A2 8D
RGB 118 162 141
HSL 151° 19.13% 54.90%
HSB/HSV 151° 27.16% 63.53%
CMYK 27.16% 0.00% 12.96%
36.47%

Color #76A28D in popluar number systems.

HEX 76 A2 8D
Decimal 118 162 141
Binary 1110110 10100010 10001101
Octal 166 242 215

Shades and tints

Shades of #76A28D

#76A28D
(118,162,141)
#6C9481
(108,148,129)
#628675
(98,134,117)
#587869
(88,120,105)
#4E6A5D
(78,106,93)
#445C51
(68,92,81)
#3A4E45
(58,78,69)
#304039
(48,64,57)
#26322D
(38,50,45)
#1C2421
(28,36,33)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #76A28D

#76A28D
(118,162,141)
#82AA97
(130,170,151)
#8EB2A1
(142,178,161)
#9ABAAB
(154,186,171)
#A6C2B5
(166,194,181)
#B2CABF
(178,202,191)
#BED2C9
(190,210,201)
#CADAD3
(202,218,211)
#D6E2DD
(214,226,221)
#E2EAE7
(226,234,231)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A28D; }

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

This text font color is #76A28D.

Background Color

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

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

This div background color is #76A28D.

Border color

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

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

This div border color is #76A28D.

Opacity

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

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

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

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

This text has shadow with #76A28D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A28D.

Preview

Color preview on black background

This text has color #76A28D on black background.


Color preview on white background

This text has color #76A28D on white background.


Black color preview on #76A28D background

This text has black color on #76A28D background.


White color preview on #76A28D background

This text has white color on #76A28D background.


Related colors

Complementary color

Complementary color for #hex is #895D72.


I love getcolorcode.com

Triadic colors

1 #8D76A2 and #A28D76 with #76A28D are triadic colors.

2 #8DA276 and #A2768D with #76A28D are triadic colors.