COLOR #77878D

HEX: #77878D
RGB: (119,135,141)

Color info

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

RGB color model

#77878D color RGB value is (119,135,141).

  • red value is 119;
  • green value is 135;
  • blue value is 141.
RGB:
(119,135,141)
(47%,53%,55%)

RGB channels and saturation

R 119 of 255 = 47%
G 135 of 255 = 53%
B 141 of 255 = 55%

119
135
141

R + G + B ~ 52%. #77878D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 135 + 141 = 395 (100%)
R 119 of 395 ~ 30.13%
G 135 of 395 ~ 34.18%
B 141 of 395 ~ 35.7%

%30.13
%34.18
%35.7

CMYK color model

#77878D color CMYK value is (16,4,0,45).

  • cyan value is 15.60%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(16,4,0,45)
C16M4Y0K45 
(16%,4%,0%,45%)
(0.16/0.04/0.00/0.45)	

CMYK percentages

%15.6
%4.26
%0
%44.71

Codes

Color #77878D in popluar color models

77878D
RGB119135141
HSL196°8.80%50.98%
HSB/HSV196°15.60%55.29%
CMYK15.60%4.26%0.00%
44.71%

Color #77878D in popluar number systems.

HEX77878D
Decimal119135141
Binary11101111000011110001101
Octal167207215

Shades and tints

Shades of #77878D

#77878D
(119,135,141)
#6D7B81
(109,123,129)
#636F75
(99,111,117)
#596369
(89,99,105)
#4F575D
(79,87,93)
#454B51
(69,75,81)
#3B3F45
(59,63,69)
#313339
(49,51,57)
#27272D
(39,39,45)
#1D1B21
(29,27,33)
#130F15
(19,15,21)
#000000
(0,0,0)

Tints of #77878D

#77878D
(119,135,141)
#839197
(131,145,151)
#8F9BA1
(143,155,161)
#9BA5AB
(155,165,171)
#A7AFB5
(167,175,181)
#B3B9BF
(179,185,191)
#BFC3C9
(191,195,201)
#CBCDD3
(203,205,211)
#D7D7DD
(215,215,221)
#E3E1E7
(227,225,231)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77878D color. Also use rgb(119,135,141) instead hex code.

Text Font Color

.myTextColor { color: #77878D; }

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

This text font color is #77878D.


Background Color

.myBgColor { background-color: #77878D; }

<div style="background-color:#77878D">Inner text</div>

This div background color is #77878D.


Border color

.myBorderColor { border: 1px solid #77878D; }

<div style="border:3px solid #77878D">Div</div>

This div border color is #77878D.


Opacity

.myOpacity80 { color: #77878D; opacity: 0.8; }

<p style="color:#77878D;opacity:0.8;">80%</p>

Text with #77878D 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 #77878D;}

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

This text has shadow with #77878D color.

.textShadow {text-shadow: 3px 3px 1px #77878D, 3px 3px 1px red;}

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

This text has shadow with #77878D primary color and red secondary color.


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

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

This text has shadow with #77878D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77878D on black background.


Color preview on white background

This text has color #77878D on white background.



Black color preview on #77878D background

This text has black color on #77878D background.


White color preview on #77878D background

This text has white color on #77878D background.