COLOR #76A59C

HEX: #76A59C RGB: (118,165,156)

Color info

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

RGB color model

#76A59C color RGB value is (118,165,156).

RGB: (118,165,156) (46%, 65%, 61%)

RGB channels and saturation

R 118 of 255 = 46%
G 165 of 255 = 65%
B 156 of 255 = 61%

118
165
156

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

Portions of RGB colors in percentages

R + G + B = 118 + 165 + 156 = 439 (100%)
R 118 of 439 ~ 26.88%
G 165 of 439 ~ 37.59%
B 156 of 439 ~ 35.54'%

%26.88
%37.59
%35.54

CMYK color model

#76A59C color CMYK value is (28,0,5,35).

  • cyan value is 28.48%
  • magenta value is 0.00%
  • yellow value is 5.45%
  • key color value is 35.29%
CMYK: (28,0,5,35) C28M0Y5K35 (28%,0%,5%,35%) (0.28/0.00/0.05/0.35) 

CMYK percentages

%28.48
%0
%5.45
%35.29

Codes

Color #76A59C in popluar color models

76 A5 9C
RGB 118 165 156
HSL 169° 20.70% 55.49%
HSB/HSV 169° 28.48% 64.71%
CMYK 28.48% 0.00% 5.45%
35.29%

Color #76A59C in popluar number systems.

HEX 76 A5 9C
Decimal 118 165 156
Binary 1110110 10100101 10011100
Octal 166 245 234

Shades and tints

Shades of #76A59C

#76A59C
(118,165,156)
#6C968E
(108,150,142)
#628780
(98,135,128)
#587872
(88,120,114)
#4E6964
(78,105,100)
#445A56
(68,90,86)
#3A4B48
(58,75,72)
#303C3A
(48,60,58)
#262D2C
(38,45,44)
#1C1E1E
(28,30,30)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #76A59C

#76A59C
(118,165,156)
#82ADA5
(130,173,165)
#8EB5AE
(142,181,174)
#9ABDB7
(154,189,183)
#A6C5C0
(166,197,192)
#B2CDC9
(178,205,201)
#BED5D2
(190,213,210)
#CADDDB
(202,221,219)
#D6E5E4
(214,229,228)
#E2EDED
(226,237,237)
#EEF5F6
(238,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A59C color. Also use rgb(118,165,156) instead hex code.

Text Font Color

.myTextColor { color: #76A59C; }

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

This text font color is #76A59C.

Background Color

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

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

This div background color is #76A59C.

Border color

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

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

This div border color is #76A59C.

Opacity

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

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

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

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

This text has shadow with #76A59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A59C.

Preview

Color preview on black background

This text has color #76A59C on black background.


Color preview on white background

This text has color #76A59C on white background.


Black color preview on #76A59C background

This text has black color on #76A59C background.


White color preview on #76A59C background

This text has white color on #76A59C background.


Related colors

Complementary color

Complementary color for #hex is #895A63.


I love getcolorcode.com

Triadic colors

1 #9C76A5 and #A59C76 with #76A59C are triadic colors.

2 #9CA576 and #A5769C with #76A59C are triadic colors.