COLOR #76988A

HEX: #76988A
RGB: (118,152,138)

Color info

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

RGB color model

#76988A color RGB value is (118,152,138).

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

RGB channels and saturation

R 118 of 255 = 46%
G 152 of 255 = 60%
B 138 of 255 = 54%

118
152
138

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

Portions of RGB colors in percentages

R + G + B =
118 + 152 + 138 = 408 (100%)
R 118 of 408 ~ 28.92%
G 152 of 408 ~ 37.25%
B 138 of 408 ~ 33.82%

%28.92
%37.25
%33.82

CMYK color model

#76988A color CMYK value is (22,0,9,40).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 40.39%
CMYK:
(22,0,9,40)
C22M0Y9K40 
(22%,0%,9%,40%)
(0.22/0.00/0.09/0.40)	

CMYK percentages

%22.37
%0
%9.21
%40.39

Codes

Color #76988A in popluar color models

76988A
RGB118152138
HSL155°14.17%52.94%
HSB/HSV155°22.37%59.61%
CMYK22.37%0.00%9.21%
40.39%

Color #76988A in popluar number systems.

HEX76988A
Decimal118152138
Binary11101101001100010001010
Octal166230212

Shades and tints

Shades of #76988A

#76988A
(118,152,138)
#6C8B7E
(108,139,126)
#627E72
(98,126,114)
#587166
(88,113,102)
#4E645A
(78,100,90)
#44574E
(68,87,78)
#3A4A42
(58,74,66)
#303D36
(48,61,54)
#26302A
(38,48,42)
#1C231E
(28,35,30)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #76988A

#76988A
(118,152,138)
#82A194
(130,161,148)
#8EAA9E
(142,170,158)
#9AB3A8
(154,179,168)
#A6BCB2
(166,188,178)
#B2C5BC
(178,197,188)
#BECEC6
(190,206,198)
#CAD7D0
(202,215,208)
#D6E0DA
(214,224,218)
#E2E9E4
(226,233,228)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76988A; }

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

This text font color is #76988A.


Background Color

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

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

This div background color is #76988A.


Border color

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

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

This div border color is #76988A.


Opacity

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

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

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

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

This text has shadow with #76988A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76988A on black background.


Color preview on white background

This text has color #76988A on white background.



Black color preview on #76988A background

This text has black color on #76988A background.


White color preview on #76988A background

This text has white color on #76988A background.