COLOR #77979B

HEX: #77979B
RGB: (119,151,155)

Color info

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

RGB color model

#77979B color RGB value is (119,151,155).

  • red value is 119;
  • green value is 151;
  • blue value is 155.
RGB:
(119,151,155)
(47%,59%,61%)

RGB channels and saturation

R 119 of 255 = 47%
G 151 of 255 = 59%
B 155 of 255 = 61%

119
151
155

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

Portions of RGB colors in percentages

R + G + B =
119 + 151 + 155 = 425 (100%)
R 119 of 425 ~ 28%
G 151 of 425 ~ 35.53%
B 155 of 425 ~ 36.47%

%28
%35.53
%36.47

CMYK color model

#77979B color CMYK value is (23,3,0,39).

  • cyan value is 23.23%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(23,3,0,39)
C23M3Y0K39 
(23%,3%,0%,39%)
(0.23/0.03/0.00/0.39)	

CMYK percentages

%23.23
%2.58
%0
%39.22

Codes

Color #77979B in popluar color models

77979B
RGB119151155
HSL187°15.25%53.73%
HSB/HSV187°23.23%60.78%
CMYK23.23%2.58%0.00%
39.22%

Color #77979B in popluar number systems.

HEX77979B
Decimal119151155
Binary11101111001011110011011
Octal167227233

Shades and tints

Shades of #77979B

#77979B
(119,151,155)
#6D8A8D
(109,138,141)
#637D7F
(99,125,127)
#597071
(89,112,113)
#4F6363
(79,99,99)
#455655
(69,86,85)
#3B4947
(59,73,71)
#313C39
(49,60,57)
#272F2B
(39,47,43)
#1D221D
(29,34,29)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #77979B

#77979B
(119,151,155)
#83A0A4
(131,160,164)
#8FA9AD
(143,169,173)
#9BB2B6
(155,178,182)
#A7BBBF
(167,187,191)
#B3C4C8
(179,196,200)
#BFCDD1
(191,205,209)
#CBD6DA
(203,214,218)
#D7DFE3
(215,223,227)
#E3E8EC
(227,232,236)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77979B color. Also use rgb(119,151,155) instead hex code.

Text Font Color

.myTextColor { color: #77979B; }

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

This text font color is #77979B.


Background Color

.myBgColor { background-color: #77979B; }

<div style="background-color:#77979B">Inner text</div>

This div background color is #77979B.


Border color

.myBorderColor { border: 1px solid #77979B; }

<div style="border:3px solid #77979B">Div</div>

This div border color is #77979B.


Opacity

.myOpacity80 { color: #77979B; opacity: 0.8; }

<p style="color:#77979B;opacity:0.8;">80%</p>

Text with #77979B 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 #77979B;}

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

This text has shadow with #77979B color.

.textShadow {text-shadow: 3px 3px 1px #77979B, 3px 3px 1px red;}

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

This text has shadow with #77979B primary color and red secondary color.


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

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

This text has shadow with #77979B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77979B on black background.


Color preview on white background

This text has color #77979B on white background.



Black color preview on #77979B background

This text has black color on #77979B background.


White color preview on #77979B background

This text has white color on #77979B background.