COLOR #76959A

HEX: #76959A
RGB: (118,149,154)

Color info

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

RGB color model

#76959A color RGB value is (118,149,154).

  • red value is 118;
  • green value is 149;
  • blue value is 154.
RGB:
(118,149,154)
(46%,58%,60%)

RGB channels and saturation

R 118 of 255 = 46%
G 149 of 255 = 58%
B 154 of 255 = 60%

118
149
154

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

Portions of RGB colors in percentages

R + G + B =
118 + 149 + 154 = 421 (100%)
R 118 of 421 ~ 28.03%
G 149 of 421 ~ 35.39%
B 154 of 421 ~ 36.58%

%28.03
%35.39
%36.58

CMYK color model

#76959A color CMYK value is (23,3,0,40).

  • cyan value is 23.38%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(23,3,0,40)
C23M3Y0K40 
(23%,3%,0%,40%)
(0.23/0.03/0.00/0.40)	

CMYK percentages

%23.38
%3.25
%0
%39.61

Codes

Color #76959A in popluar color models

76959A
RGB118149154
HSL188°15.13%53.33%
HSB/HSV188°23.38%60.39%
CMYK23.38%3.25%0.00%
39.61%

Color #76959A in popluar number systems.

HEX76959A
Decimal118149154
Binary11101101001010110011010
Octal166225232

Shades and tints

Shades of #76959A

#76959A
(118,149,154)
#6C888C
(108,136,140)
#627B7E
(98,123,126)
#586E70
(88,110,112)
#4E6162
(78,97,98)
#445454
(68,84,84)
#3A4746
(58,71,70)
#303A38
(48,58,56)
#262D2A
(38,45,42)
#1C201C
(28,32,28)
#12130E
(18,19,14)
#000000
(0,0,0)

Tints of #76959A

#76959A
(118,149,154)
#829EA3
(130,158,163)
#8EA7AC
(142,167,172)
#9AB0B5
(154,176,181)
#A6B9BE
(166,185,190)
#B2C2C7
(178,194,199)
#BECBD0
(190,203,208)
#CAD4D9
(202,212,217)
#D6DDE2
(214,221,226)
#E2E6EB
(226,230,235)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76959A color. Also use rgb(118,149,154) instead hex code.

Text Font Color

.myTextColor { color: #76959A; }

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

This text font color is #76959A.


Background Color

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

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

This div background color is #76959A.


Border color

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

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

This div border color is #76959A.


Opacity

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

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

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

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

This text has shadow with #76959A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76959A on black background.


Color preview on white background

This text has color #76959A on white background.



Black color preview on #76959A background

This text has black color on #76959A background.


White color preview on #76959A background

This text has white color on #76959A background.