COLOR #76B197

HEX: #76B197
RGB: (118,177,151)

Color info

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

RGB color model

#76B197 color RGB value is (118,177,151).

  • red value is 118;
  • green value is 177;
  • blue value is 151.
RGB:
(118,177,151)
(46%,69%,59%)

RGB channels and saturation

R 118 of 255 = 46%
G 177 of 255 = 69%
B 151 of 255 = 59%

118
177
151

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

Portions of RGB colors in percentages

R + G + B =
118 + 177 + 151 = 446 (100%)
R 118 of 446 ~ 26.46%
G 177 of 446 ~ 39.69%
B 151 of 446 ~ 33.86%

%26.46
%39.69
%33.86

CMYK color model

#76B197 color CMYK value is (33,0,15,31).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 30.59%
CMYK:
(33,0,15,31)
C33M0Y15K31 
(33%,0%,15%,31%)
(0.33/0.00/0.15/0.31)	

CMYK percentages

%33.33
%0
%14.69
%30.59

Codes

Color #76B197 in popluar color models

76B197
RGB118177151
HSL154°27.44%57.84%
HSB/HSV154°33.33%69.41%
CMYK33.33%0.00%14.69%
30.59%

Color #76B197 in popluar number systems.

HEX76B197
Decimal118177151
Binary11101101011000110010111
Octal166261227

Shades and tints

Shades of #76B197

#76B197
(118,177,151)
#6CA18A
(108,161,138)
#62917D
(98,145,125)
#588170
(88,129,112)
#4E7163
(78,113,99)
#446156
(68,97,86)
#3A5149
(58,81,73)
#30413C
(48,65,60)
#26312F
(38,49,47)
#1C2122
(28,33,34)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #76B197

#76B197
(118,177,151)
#82B8A0
(130,184,160)
#8EBFA9
(142,191,169)
#9AC6B2
(154,198,178)
#A6CDBB
(166,205,187)
#B2D4C4
(178,212,196)
#BEDBCD
(190,219,205)
#CAE2D6
(202,226,214)
#D6E9DF
(214,233,223)
#E2F0E8
(226,240,232)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B197; }

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

This text font color is #76B197.


Background Color

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

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

This div background color is #76B197.


Border color

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

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

This div border color is #76B197.


Opacity

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

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

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

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

This text has shadow with #76B197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B197 on black background.


Color preview on white background

This text has color #76B197 on white background.



Black color preview on #76B197 background

This text has black color on #76B197 background.


White color preview on #76B197 background

This text has white color on #76B197 background.