COLOR #787977

HEX: #787977 RGB: (120,121,119)

Color info

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

RGB color model

#787977 color RGB value is (120,121,119).

RGB: (120,121,119) (47%, 47%, 47%)

RGB channels and saturation

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

120
121
119

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

Portions of RGB colors in percentages

R + G + B = 120 + 121 + 119 = 360 (100%)
R 120 of 360 ~ 33.33%
G 121 of 360 ~ 33.61%
B 119 of 360 ~ 33.06'%

%33.33
%33.61
%33.06

CMYK color model

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

  • cyan value is 0.83%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 52.55%

CMYK: (1,0,2,53)
C1M0Y2K53 (1%, 0%, 2%, 53%)
(0.01 / 0.00 / 0.02 / 0.53)

CMYK percentages

%0.83
%0
%1.65
%52.55

Codes

Color #787977 in popluar color models

78 79 77
RGB 120 121 119
HSL 90° 0.83% 47.06%
HSB/HSV 90° 1.65% 47.45%
CMYK 0.83% 0.00% 1.65%
52.55%

Color #787977 in popluar number systems.

HEX 78 79 77
Decimal 120 121 119
Binary 1111000 1111001 1110111
Octal 170 171 167

Shades and tints

Shades of #787977

#787977
(120,121,119)
#6E6E6D
(110,110,109)
#646363
(100,99,99)
#5A5859
(90,88,89)
#504D4F
(80,77,79)
#464245
(70,66,69)
#3C373B
(60,55,59)
#322C31
(50,44,49)
#282127
(40,33,39)
#1E161D
(30,22,29)
#140B13
(20,11,19)
#000000
(0,0,0)

Tints of #787977

#787977
(120,121,119)
#848583
(132,133,131)
#90918F
(144,145,143)
#9C9D9B
(156,157,155)
#A8A9A7
(168,169,167)
#B4B5B3
(180,181,179)
#C0C1BF
(192,193,191)
#CCCDCB
(204,205,203)
#D8D9D7
(216,217,215)
#E4E5E3
(228,229,227)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787977; }

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

This text font color is #787977.

Background Color

.myBgColor { background-color: #787977; }

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

This div background color is #787977.

Border color

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

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

This div border color is #787977.

Opacity

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

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

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

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

This text has shadow with #787977 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787977.

Preview

Color preview on black background

This text has color #787977 on black background.


Color preview on white background

This text has color #787977 on white background.


Black color preview on #787977 background

This text has black color on #787977 background.


White color preview on #787977 background

This text has white color on #787977 background.


Related colors

Complementary color

Complementary color for #hex is #878688.


I love getcolorcode.com

Triadic colors

1 #777879 and #797778 with #787977 are triadic colors.

2 #777978 and #797877 with #787977 are triadic colors.