COLOR #777F83

HEX: #777F83
RGB: (119,127,131)

Color info

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

RGB color model

#777F83 color RGB value is (119,127,131).

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

RGB channels and saturation

R 119 of 255 = 47%
G 127 of 255 = 50%
B 131 of 255 = 51%

119
127
131

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

Portions of RGB colors in percentages

R + G + B =
119 + 127 + 131 = 377 (100%)
R 119 of 377 ~ 31.56%
G 127 of 377 ~ 33.69%
B 131 of 377 ~ 34.75%

%31.56
%33.69
%34.75

CMYK color model

#777F83 color CMYK value is (9,3,0,49).

  • cyan value is 9.16%
  • magenta value is 3.05%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(9,3,0,49)
C9M3Y0K49 
(9%,3%,0%,49%)
(0.09/0.03/0.00/0.49)	

CMYK percentages

%9.16
%3.05
%0
%48.63

Codes

Color #777F83 in popluar color models

777F83
RGB119127131
HSL200°4.80%49.02%
HSB/HSV200°9.16%51.37%
CMYK9.16%3.05%0.00%
48.63%

Color #777F83 in popluar number systems.

HEX777F83
Decimal119127131
Binary1110111111111110000011
Octal167177203

Shades and tints

Shades of #777F83

#777F83
(119,127,131)
#6D7478
(109,116,120)
#63696D
(99,105,109)
#595E62
(89,94,98)
#4F5357
(79,83,87)
#45484C
(69,72,76)
#3B3D41
(59,61,65)
#313236
(49,50,54)
#27272B
(39,39,43)
#1D1C20
(29,28,32)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #777F83

#777F83
(119,127,131)
#838A8E
(131,138,142)
#8F9599
(143,149,153)
#9BA0A4
(155,160,164)
#A7ABAF
(167,171,175)
#B3B6BA
(179,182,186)
#BFC1C5
(191,193,197)
#CBCCD0
(203,204,208)
#D7D7DB
(215,215,219)
#E3E2E6
(227,226,230)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777F83; }

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

This text font color is #777F83.


Background Color

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

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

This div background color is #777F83.


Border color

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

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

This div border color is #777F83.


Opacity

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

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

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

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

This text has shadow with #777F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777F83 on black background.


Color preview on white background

This text has color #777F83 on white background.



Black color preview on #777F83 background

This text has black color on #777F83 background.


White color preview on #777F83 background

This text has white color on #777F83 background.