COLOR #777A7E

HEX: #777A7E
RGB: (119,122,126)

Color info

#777A7E contains red, green and blue colors in about the same proportion. Web safe color of #777A7E is #666666 (or #666).

RGB color model

#777A7E color RGB value is (119,122,126).

  • red value is 119;
  • green value is 122;
  • blue value is 126.
RGB:
(119,122,126)
(47%,48%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 122 of 255 = 48%
B 126 of 255 = 49%

119
122
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 122 + 126 = 367 (100%)
R 119 of 367 ~ 32.43%
G 122 of 367 ~ 33.24%
B 126 of 367 ~ 34.33%

%32.43
%33.24
%34.33

CMYK color model

#777A7E color CMYK value is (6,3,0,51).

  • cyan value is 5.56%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(6,3,0,51)
C6M3Y0K51 
(6%,3%,0%,51%)
(0.06/0.03/0.00/0.51)	

CMYK percentages

%5.56
%3.17
%0
%50.59

Codes

Color #777A7E in popluar color models

777A7E
RGB119122126
HSL214°2.86%48.04%
HSB/HSV214°5.56%49.41%
CMYK5.56%3.17%0.00%
50.59%

Color #777A7E in popluar number systems.

HEX777A7E
Decimal119122126
Binary111011111110101111110
Octal167172176

Shades and tints

Shades of #777A7E

#777A7E
(119,122,126)
#6D6F73
(109,111,115)
#636468
(99,100,104)
#59595D
(89,89,93)
#4F4E52
(79,78,82)
#454347
(69,67,71)
#3B383C
(59,56,60)
#312D31
(49,45,49)
#272226
(39,34,38)
#1D171B
(29,23,27)
#130C10
(19,12,16)
#000000
(0,0,0)

Tints of #777A7E

#777A7E
(119,122,126)
#838689
(131,134,137)
#8F9294
(143,146,148)
#9B9E9F
(155,158,159)
#A7AAAA
(167,170,170)
#B3B6B5
(179,182,181)
#BFC2C0
(191,194,192)
#CBCECB
(203,206,203)
#D7DAD6
(215,218,214)
#E3E6E1
(227,230,225)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777A7E color. Also use rgb(119,122,126) instead hex code.

Text Font Color

.myTextColor { color: #777A7E; }

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

This text font color is #777A7E.


Background Color

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

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

This div background color is #777A7E.


Border color

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

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

This div border color is #777A7E.


Opacity

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

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

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

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

This text has shadow with #777A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A7E on black background.


Color preview on white background

This text has color #777A7E on white background.



Black color preview on #777A7E background

This text has black color on #777A7E background.


White color preview on #777A7E background

This text has white color on #777A7E background.