COLOR #76988E

HEX: #76988E
RGB: (118,152,142)

Color info

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

RGB color model

#76988E color RGB value is (118,152,142).

  • red value is 118;
  • green value is 152;
  • blue value is 142.
RGB:
(118,152,142)
(46%,60%,56%)

RGB channels and saturation

R 118 of 255 = 46%
G 152 of 255 = 60%
B 142 of 255 = 56%

118
152
142

R + G + B ~ 54%. #76988E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 152 + 142 = 412 (100%)
R 118 of 412 ~ 28.64%
G 152 of 412 ~ 36.89%
B 142 of 412 ~ 34.47%

%28.64
%36.89
%34.47

CMYK color model

#76988E color CMYK value is (22,0,7,40).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 6.58%
  • key color value is 40.39%
CMYK:
(22,0,7,40)
C22M0Y7K40 
(22%,0%,7%,40%)
(0.22/0.00/0.07/0.40)	

CMYK percentages

%22.37
%0
%6.58
%40.39

Codes

Color #76988E in popluar color models

76988E
RGB118152142
HSL162°14.17%52.94%
HSB/HSV162°22.37%59.61%
CMYK22.37%0.00%6.58%
40.39%

Color #76988E in popluar number systems.

HEX76988E
Decimal118152142
Binary11101101001100010001110
Octal166230216

Shades and tints

Shades of #76988E

#76988E
(118,152,142)
#6C8B82
(108,139,130)
#627E76
(98,126,118)
#58716A
(88,113,106)
#4E645E
(78,100,94)
#445752
(68,87,82)
#3A4A46
(58,74,70)
#303D3A
(48,61,58)
#26302E
(38,48,46)
#1C2322
(28,35,34)
#121616
(18,22,22)
#000000
(0,0,0)

Tints of #76988E

#76988E
(118,152,142)
#82A198
(130,161,152)
#8EAAA2
(142,170,162)
#9AB3AC
(154,179,172)
#A6BCB6
(166,188,182)
#B2C5C0
(178,197,192)
#BECECA
(190,206,202)
#CAD7D4
(202,215,212)
#D6E0DE
(214,224,222)
#E2E9E8
(226,233,232)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76988E color. Also use rgb(118,152,142) instead hex code.

Text Font Color

.myTextColor { color: #76988E; }

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

This text font color is #76988E.


Background Color

.myBgColor { background-color: #76988E; }

<div style="background-color:#76988E">Inner text</div>

This div background color is #76988E.


Border color

.myBorderColor { border: 1px solid #76988E; }

<div style="border:3px solid #76988E">Div</div>

This div border color is #76988E.


Opacity

.myOpacity80 { color: #76988E; opacity: 0.8; }

<p style="color:#76988E;opacity:0.8;">80%</p>

Text with #76988E 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 #76988E;}

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

This text has shadow with #76988E color.

.textShadow {text-shadow: 3px 3px 1px #76988E, 3px 3px 1px red;}

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

This text has shadow with #76988E primary color and red secondary color.


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

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

This text has shadow with #76988E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76988E on black background.


Color preview on white background

This text has color #76988E on white background.



Black color preview on #76988E background

This text has black color on #76988E background.


White color preview on #76988E background

This text has white color on #76988E background.