COLOR #777777

HEX: #777777
RGB: (119,119,119)

Color info

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

RGB color model

#777777 color RGB value is (119,119,119).

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

RGB channels and saturation

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

119
119
119

R + G + B ~ 47%. #777777 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 119 + 119 = 357 (100%)
R 119 of 357 ~ 33.33%
G 119 of 357 ~ 33.33%
B 119 of 357 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#777777 color CMYK value is (0,0,0,53).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(0,0,0,53)
C0M0Y0K53 
(0%,0%,0%,53%)
(0.00/0.00/0.00/0.53)	

CMYK percentages

%0
%0
%0
%53.33

Codes

Color #777777 in popluar color models

777777
RGB119119119
HSL0.00%0.47%
HSB/HSV0.00%0.47%
CMYK0.00%0.00%0.00%
53.33%

Color #777777 in popluar number systems.

HEX777777
Decimal119119119
Binary111011111101111110111
Octal167167167

Shades and tints

Shades of #777777

#777777
(119,119,119)
#6D6D6D
(109,109,109)
#636363
(99,99,99)
#595959
(89,89,89)
#4F4F4F
(79,79,79)
#454545
(69,69,69)
#3B3B3B
(59,59,59)
#313131
(49,49,49)
#272727
(39,39,39)
#1D1D1D
(29,29,29)
#131313
(19,19,19)
#000000
(0,0,0)

Tints of #777777

#777777
(119,119,119)
#838383
(131,131,131)
#8F8F8F
(143,143,143)
#9B9B9B
(155,155,155)
#A7A7A7
(167,167,167)
#B3B3B3
(179,179,179)
#BFBFBF
(191,191,191)
#CBCBCB
(203,203,203)
#D7D7D7
(215,215,215)
#E3E3E3
(227,227,227)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777777; }

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

This text font color is #777777.


Background Color

.myBgColor { background-color: #777777; }

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

This div background color is #777777.


Border color

.myBorderColor { border: 1px solid #777777; }

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

This div border color is #777777.


Opacity

.myOpacity80 { color: #777777; opacity: 0.8; }

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

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

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

This text has shadow with #777777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777777 on black background.


Color preview on white background

This text has color #777777 on white background.



Black color preview on #777777 background

This text has black color on #777777 background.


White color preview on #777777 background

This text has white color on #777777 background.