COLOR #77777E

HEX: #77777E
RGB: (119,119,126)

Color info

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

RGB color model

#77777E color RGB value is (119,119,126).

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

RGB channels and saturation

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

119
119
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 119 + 126 = 364 (100%)
R 119 of 364 ~ 32.69%
G 119 of 364 ~ 32.69%
B 126 of 364 ~ 34.62%

%32.69
%32.69
%34.62

CMYK color model

#77777E color CMYK value is (6,6,0,51).

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

CMYK percentages

%5.56
%5.56
%0
%50.59

Codes

Color #77777E in popluar color models

77777E
RGB119119126
HSL240°2.86%48.04%
HSB/HSV240°5.56%49.41%
CMYK5.56%5.56%0.00%
50.59%

Color #77777E in popluar number systems.

HEX77777E
Decimal119119126
Binary111011111101111111110
Octal167167176

Shades and tints

Shades of #77777E

#77777E
(119,119,126)
#6D6D73
(109,109,115)
#636368
(99,99,104)
#59595D
(89,89,93)
#4F4F52
(79,79,82)
#454547
(69,69,71)
#3B3B3C
(59,59,60)
#313131
(49,49,49)
#272726
(39,39,38)
#1D1D1B
(29,29,27)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #77777E

#77777E
(119,119,126)
#838389
(131,131,137)
#8F8F94
(143,143,148)
#9B9B9F
(155,155,159)
#A7A7AA
(167,167,170)
#B3B3B5
(179,179,181)
#BFBFC0
(191,191,192)
#CBCBCB
(203,203,203)
#D7D7D6
(215,215,214)
#E3E3E1
(227,227,225)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77777E; }

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

This text font color is #77777E.


Background Color

.myBgColor { background-color: #77777E; }

<div style="background-color:#77777E">Inner text</div>

This div background color is #77777E.


Border color

.myBorderColor { border: 1px solid #77777E; }

<div style="border:3px solid #77777E">Div</div>

This div border color is #77777E.


Opacity

.myOpacity80 { color: #77777E; opacity: 0.8; }

<p style="color:#77777E;opacity:0.8;">80%</p>

Text with #77777E 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 #77777E;}

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

This text has shadow with #77777E color.

.textShadow {text-shadow: 3px 3px 1px #77777E, 3px 3px 1px red;}

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

This text has shadow with #77777E primary color and red secondary color.


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

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

This text has shadow with #77777E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77777E on black background.


Color preview on white background

This text has color #77777E on white background.



Black color preview on #77777E background

This text has black color on #77777E background.


White color preview on #77777E background

This text has white color on #77777E background.