COLOR #777F85

HEX: #777F85
RGB: (119,127,133)

Color info

#777F85 contains red, green and blue colors in about the same proportion. Web safe color of #777F85 is #666699 (or #669).

RGB color model

#777F85 color RGB value is (119,127,133).

  • red value is 119;
  • green value is 127;
  • blue value is 133.
RGB: (119,127,133) (47%,50%,52%)

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 133 of 255 = 52%

119
127
133

R + G + B ~ 50%. #777F85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 133 = 379 (100%)
R 119 of 379 ~ 31.4%
G 127 of 379 ~ 33.51%
B 133 of 379 ~ 35.09%

%31.4
%33.51
%35.09

CMYK color model

#777F85 color CMYK value is (11,5,0,48).

  • cyan value is 10.53%
  • magenta value is 4.51%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK: (11,5,0,48) C11M5Y0K48 (11%,5%,0%,48%) (0.11/0.05/0.00/0.48)

CMYK percentages

%10.53
%4.51
%0
%47.84

Codes

Color #777F85 in popluar color models

777F85
RGB119127133
HSL206°5.56%49.41%
HSB/HSV206°10.53%52.16%
CMYK10.53%4.51%0.00%
47.84%

Color #777F85 in popluar number systems.

HEX777F85
Decimal119127133
Binary1110111111111110000101
Octal167177205

Shades and tints

Shades of #777F85

#777F85
(119,127,133)
#6D7479
(109,116,121)
#63696D
(99,105,109)
#595E61
(89,94,97)
#4F5355
(79,83,85)
#454849
(69,72,73)
#3B3D3D
(59,61,61)
#313231
(49,50,49)
#272725
(39,39,37)
#1D1C19
(29,28,25)
#13110D
(19,17,13)
#000000
(0,0,0)

Tints of #777F85

#777F85
(119,127,133)
#838A90
(131,138,144)
#8F959B
(143,149,155)
#9BA0A6
(155,160,166)
#A7ABB1
(167,171,177)
#B3B6BC
(179,182,188)
#BFC1C7
(191,193,199)
#CBCCD2
(203,204,210)
#D7D7DD
(215,215,221)
#E3E2E8
(227,226,232)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777F85 color. Also use rgb(119,127,133) instead hex code.

Text Font Color

.myTextColor { color: #777F85; }

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

This text font color is #777F85.


Background Color

.myBgColor { background-color: #777F85; }

<div style="background-color:#777F85">Inner text</div>

This div background color is #777F85.


Border color

.myBorderColor { border: 1px solid #777F85; }

<div style="border:3px solid #777F85">Div</div>

This div border color is #777F85.


Opacity

.myOpacity80 { color: #777F85; opacity: 0.8; }

<p style="color:#777F85;opacity:0.8;">80%</p>

Text with #777F85 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 #777F85;}

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

This text has shadow with #777F85 color.

.textShadow {text-shadow: 3px 3px 1px #777F85, 3px 3px 1px red;}

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

This text has shadow with #777F85 primary color and red secondary color.


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

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

This text has shadow with #777F85 and red colors in old Internet Explorer.


Div box shadow color

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

Preview

Color preview on black background

This text has color #777F85 on black background.


Color preview on white background

This text has color #777F85 on white background.



Black color preview on #777F85 background

This text has black color on #777F85 background.


White color preview on #777F85 background

This text has white color on #777F85 background.