COLOR #777979

HEX: #777979
RGB: (119,121,121)

Color info

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

RGB color model

#777979 color RGB value is (119,121,121).

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

RGB channels and saturation

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

119
121
121

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

Portions of RGB colors in percentages

R + G + B =
119 + 121 + 121 = 361 (100%)
R 119 of 361 ~ 32.96%
G 121 of 361 ~ 33.52%
B 121 of 361 ~ 33.52%

%32.96
%33.52
%33.52

CMYK color model

#777979 color CMYK value is (2,0,0,53).

  • cyan value is 1.65%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(2,0,0,53)
C2M0Y0K53 
(2%,0%,0%,53%)
(0.02/0.00/0.00/0.53)	

CMYK percentages

%1.65
%0
%0
%52.55

Codes

Color #777979 in popluar color models

777979
RGB119121121
HSL180°0.83%47.06%
HSB/HSV180°1.65%47.45%
CMYK1.65%0.00%0.00%
52.55%

Color #777979 in popluar number systems.

HEX777979
Decimal119121121
Binary111011111110011111001
Octal167171171

Shades and tints

Shades of #777979

#777979
(119,121,121)
#6D6E6E
(109,110,110)
#636363
(99,99,99)
#595858
(89,88,88)
#4F4D4D
(79,77,77)
#454242
(69,66,66)
#3B3737
(59,55,55)
#312C2C
(49,44,44)
#272121
(39,33,33)
#1D1616
(29,22,22)
#130B0B
(19,11,11)
#000000
(0,0,0)

Tints of #777979

#777979
(119,121,121)
#838585
(131,133,133)
#8F9191
(143,145,145)
#9B9D9D
(155,157,157)
#A7A9A9
(167,169,169)
#B3B5B5
(179,181,181)
#BFC1C1
(191,193,193)
#CBCDCD
(203,205,205)
#D7D9D9
(215,217,217)
#E3E5E5
(227,229,229)
#EFF1F1
(239,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777979; }

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

This text font color is #777979.


Background Color

.myBgColor { background-color: #777979; }

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

This div background color is #777979.


Border color

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

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

This div border color is #777979.


Opacity

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

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

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

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

This text has shadow with #777979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777979 on black background.


Color preview on white background

This text has color #777979 on white background.



Black color preview on #777979 background

This text has black color on #777979 background.


White color preview on #777979 background

This text has white color on #777979 background.