COLOR #76A88C

HEX: #76A88C RGB: (118,168,140)

Color info

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

RGB color model

#76A88C color RGB value is (118,168,140).

RGB: (118,168,140) (46%, 66%, 55%)

RGB channels and saturation

R 118 of 255 = 46%
G 168 of 255 = 66%
B 140 of 255 = 55%

118
168
140

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

Portions of RGB colors in percentages

R + G + B = 118 + 168 + 140 = 426 (100%)
R 118 of 426 ~ 27.7%
G 168 of 426 ~ 39.44%
B 140 of 426 ~ 32.86'%

%27.7
%39.44
%32.86

CMYK color model

#76A88C color CMYK value is (30,0,17,34).

  • cyan value is 29.76%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 34.12%
CMYK: (30,0,17,34) C30M0Y17K34 (30%,0%,17%,34%) (0.30/0.00/0.17/0.34) 

CMYK percentages

%29.76
%0
%16.67
%34.12

Codes

Color #76A88C in popluar color models

76 A8 8C
RGB 118 168 140
HSL 146° 22.32% 56.08%
HSB/HSV 146° 29.76% 65.88%
CMYK 29.76% 0.00% 16.67%
34.12%

Color #76A88C in popluar number systems.

HEX 76 A8 8C
Decimal 118 168 140
Binary 1110110 10101000 10001100
Octal 166 250 214

Shades and tints

Shades of #76A88C

#76A88C
(118,168,140)
#6C9980
(108,153,128)
#628A74
(98,138,116)
#587B68
(88,123,104)
#4E6C5C
(78,108,92)
#445D50
(68,93,80)
#3A4E44
(58,78,68)
#303F38
(48,63,56)
#26302C
(38,48,44)
#1C2120
(28,33,32)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #76A88C

#76A88C
(118,168,140)
#82AF96
(130,175,150)
#8EB6A0
(142,182,160)
#9ABDAA
(154,189,170)
#A6C4B4
(166,196,180)
#B2CBBE
(178,203,190)
#BED2C8
(190,210,200)
#CAD9D2
(202,217,210)
#D6E0DC
(214,224,220)
#E2E7E6
(226,231,230)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A88C; }

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

This text font color is #76A88C.

Background Color

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

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

This div background color is #76A88C.

Border color

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

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

This div border color is #76A88C.

Opacity

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

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

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

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

This text has shadow with #76A88C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A88C.

Preview

Color preview on black background

This text has color #76A88C on black background.


Color preview on white background

This text has color #76A88C on white background.


Black color preview on #76A88C background

This text has black color on #76A88C background.


White color preview on #76A88C background

This text has white color on #76A88C background.


Related colors

Complementary color

Complementary color for #hex is #895773.


I love getcolorcode.com

Triadic colors

1 #8C76A8 and #A88C76 with #76A88C are triadic colors.

2 #8CA876 and #A8768C with #76A88C are triadic colors.