COLOR #76989C

HEX: #76989C
RGB: (118,152,156)

Color info

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

RGB color model

#76989C color RGB value is (118,152,156).

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

RGB channels and saturation

R 118 of 255 = 46%
G 152 of 255 = 60%
B 156 of 255 = 61%

118
152
156

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

Portions of RGB colors in percentages

R + G + B =
118 + 152 + 156 = 426 (100%)
R 118 of 426 ~ 27.7%
G 152 of 426 ~ 35.68%
B 156 of 426 ~ 36.62%

%27.7
%35.68
%36.62

CMYK color model

#76989C color CMYK value is (24,3,0,39).

  • cyan value is 24.36%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(24,3,0,39)
C24M3Y0K39 
(24%,3%,0%,39%)
(0.24/0.03/0.00/0.39)	

CMYK percentages

%24.36
%2.56
%0
%38.82

Codes

Color #76989C in popluar color models

76989C
RGB118152156
HSL186°16.10%53.73%
HSB/HSV186°24.36%61.18%
CMYK24.36%2.56%0.00%
38.82%

Color #76989C in popluar number systems.

HEX76989C
Decimal118152156
Binary11101101001100010011100
Octal166230234

Shades and tints

Shades of #76989C

#76989C
(118,152,156)
#6C8B8E
(108,139,142)
#627E80
(98,126,128)
#587172
(88,113,114)
#4E6464
(78,100,100)
#445756
(68,87,86)
#3A4A48
(58,74,72)
#303D3A
(48,61,58)
#26302C
(38,48,44)
#1C231E
(28,35,30)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #76989C

#76989C
(118,152,156)
#82A1A5
(130,161,165)
#8EAAAE
(142,170,174)
#9AB3B7
(154,179,183)
#A6BCC0
(166,188,192)
#B2C5C9
(178,197,201)
#BECED2
(190,206,210)
#CAD7DB
(202,215,219)
#D6E0E4
(214,224,228)
#E2E9ED
(226,233,237)
#EEF2F6
(238,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76989C color. Also use rgb(118,152,156) instead hex code.

Text Font Color

.myTextColor { color: #76989C; }

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

This text font color is #76989C.


Background Color

.myBgColor { background-color: #76989C; }

<div style="background-color:#76989C">Inner text</div>

This div background color is #76989C.


Border color

.myBorderColor { border: 1px solid #76989C; }

<div style="border:3px solid #76989C">Div</div>

This div border color is #76989C.


Opacity

.myOpacity80 { color: #76989C; opacity: 0.8; }

<p style="color:#76989C;opacity:0.8;">80%</p>

Text with #76989C 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 #76989C;}

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

This text has shadow with #76989C color.

.textShadow {text-shadow: 3px 3px 1px #76989C, 3px 3px 1px red;}

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

This text has shadow with #76989C primary color and red secondary color.


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

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

This text has shadow with #76989C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76989C on black background.


Color preview on white background

This text has color #76989C on white background.



Black color preview on #76989C background

This text has black color on #76989C background.


White color preview on #76989C background

This text has white color on #76989C background.