COLOR #77868D

HEX: #77868D
RGB: (119,134,141)

Color info

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

RGB color model

#77868D color RGB value is (119,134,141).

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

RGB channels and saturation

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

119
134
141

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

Portions of RGB colors in percentages

R + G + B =
119 + 134 + 141 = 394 (100%)
R 119 of 394 ~ 30.2%
G 134 of 394 ~ 34.01%
B 141 of 394 ~ 35.79%

%30.2
%34.01
%35.79

CMYK color model

#77868D color CMYK value is (16,5,0,45).

  • cyan value is 15.60%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (16,5,0,45) C16M5Y0K45 (16%,5%,0%,45%) (0.16/0.05/0.00/0.45)

CMYK percentages

%15.6
%4.96
%0
%44.71

Codes

Color #77868D in popluar color models

77868D
RGB119134141
HSL199°8.80%50.98%
HSB/HSV199°15.60%55.29%
CMYK15.60%4.96%0.00%
44.71%

Color #77868D in popluar number systems.

HEX77868D
Decimal119134141
Binary11101111000011010001101
Octal167206215

Shades and tints

Shades of #77868D

#77868D
(119,134,141)
#6D7A81
(109,122,129)
#636E75
(99,110,117)
#596269
(89,98,105)
#4F565D
(79,86,93)
#454A51
(69,74,81)
#3B3E45
(59,62,69)
#313239
(49,50,57)
#27262D
(39,38,45)
#1D1A21
(29,26,33)
#130E15
(19,14,21)
#000000
(0,0,0)

Tints of #77868D

#77868D
(119,134,141)
#839197
(131,145,151)
#8F9CA1
(143,156,161)
#9BA7AB
(155,167,171)
#A7B2B5
(167,178,181)
#B3BDBF
(179,189,191)
#BFC8C9
(191,200,201)
#CBD3D3
(203,211,211)
#D7DEDD
(215,222,221)
#E3E9E7
(227,233,231)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77868D; }

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

This text font color is #77868D.


Background Color

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

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

This div background color is #77868D.


Border color

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

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

This div border color is #77868D.


Opacity

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

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

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

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

This text has shadow with #77868D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #77868D on black background.


Color preview on white background

This text has color #77868D on white background.



Black color preview on #77868D background

This text has black color on #77868D background.


White color preview on #77868D background

This text has white color on #77868D background.