COLOR #76B190

HEX: #76B190 RGB: (118,177,144)

Color info

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

RGB color model

#76B190 color RGB value is (118,177,144).

RGB: (118,177,144) (46%, 69%, 56%)

RGB channels and saturation

R 118 of 255 = 46%
G 177 of 255 = 69%
B 144 of 255 = 56%

118
177
144

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

Portions of RGB colors in percentages

R + G + B = 118 + 177 + 144 = 439 (100%)
R 118 of 439 ~ 26.88%
G 177 of 439 ~ 40.32%
B 144 of 439 ~ 32.8'%

%26.88
%40.32
%32.8

CMYK color model

#76B190 color CMYK value is (33,0,19,31).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 30.59%

CMYK: (33,0,19,31)
C33M0Y19K31 (33%, 0%, 19%, 31%)
(0.33 / 0.00 / 0.19 / 0.31)

CMYK percentages

%33.33
%0
%18.64
%30.59

Codes

Color #76B190 in popluar color models

76 B1 90
RGB 118 177 144
HSL 146° 27.44% 57.84%
HSB/HSV 146° 33.33% 69.41%
CMYK 33.33% 0.00% 18.64%
30.59%

Color #76B190 in popluar number systems.

HEX 76 B1 90
Decimal 118 177 144
Binary 1110110 10110001 10010000
Octal 166 261 220

Shades and tints

Shades of #76B190

#76B190
(118,177,144)
#6CA183
(108,161,131)
#629176
(98,145,118)
#588169
(88,129,105)
#4E715C
(78,113,92)
#44614F
(68,97,79)
#3A5142
(58,81,66)
#304135
(48,65,53)
#263128
(38,49,40)
#1C211B
(28,33,27)
#12110E
(18,17,14)
#000000
(0,0,0)

Tints of #76B190

#76B190
(118,177,144)
#82B89A
(130,184,154)
#8EBFA4
(142,191,164)
#9AC6AE
(154,198,174)
#A6CDB8
(166,205,184)
#B2D4C2
(178,212,194)
#BEDBCC
(190,219,204)
#CAE2D6
(202,226,214)
#D6E9E0
(214,233,224)
#E2F0EA
(226,240,234)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B190 color. Also use rgb(118,177,144) instead hex code.

Text Font Color

.myTextColor { color: #76B190; }

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

This text font color is #76B190.

Background Color

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

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

This div background color is #76B190.

Border color

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

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

This div border color is #76B190.

Opacity

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

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

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

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

This text has shadow with #76B190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B190.

Preview

Color preview on black background

This text has color #76B190 on black background.


Color preview on white background

This text has color #76B190 on white background.


Black color preview on #76B190 background

This text has black color on #76B190 background.


White color preview on #76B190 background

This text has white color on #76B190 background.


Related colors

Complementary color

Complementary color for #hex is #894E6F.


I love getcolorcode.com

Triadic colors

1 #9076B1 and #B19076 with #76B190 are triadic colors.

2 #90B176 and #B17690 with #76B190 are triadic colors.