COLOR #787D7C

HEX: #787D7C RGB: (120,125,124)

Color info

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

RGB color model

#787D7C color RGB value is (120,125,124).

RGB: (120,125,124) (47%, 49%, 49%)

RGB channels and saturation

R 120 of 255 = 47%
G 125 of 255 = 49%
B 124 of 255 = 49%

120
125
124

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

Portions of RGB colors in percentages

R + G + B = 120 + 125 + 124 = 369 (100%)
R 120 of 369 ~ 32.52%
G 125 of 369 ~ 33.88%
B 124 of 369 ~ 33.6'%

%32.52
%33.88
%33.6

CMYK color model

#787D7C color CMYK value is (4,0,1,51).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 50.98%
CMYK: (4,0,1,51) C4M0Y1K51 (4%,0%,1%,51%) (0.04/0.00/0.01/0.51) 

CMYK percentages

%4
%0
%0.8
%50.98

Codes

Color #787D7C in popluar color models

78 7D 7C
RGB 120 125 124
HSL 168° 2.04% 48.04%
HSB/HSV 168° 4.00% 49.02%
CMYK 4.00% 0.00% 0.80%
50.98%

Color #787D7C in popluar number systems.

HEX 78 7D 7C
Decimal 120 125 124
Binary 1111000 1111101 1111100
Octal 170 175 174

Shades and tints

Shades of #787D7C

#787D7C
(120,125,124)
#6E7271
(110,114,113)
#646766
(100,103,102)
#5A5C5B
(90,92,91)
#505150
(80,81,80)
#464645
(70,70,69)
#3C3B3A
(60,59,58)
#32302F
(50,48,47)
#282524
(40,37,36)
#1E1A19
(30,26,25)
#140F0E
(20,15,14)
#000000
(0,0,0)

Tints of #787D7C

#787D7C
(120,125,124)
#848887
(132,136,135)
#909392
(144,147,146)
#9C9E9D
(156,158,157)
#A8A9A8
(168,169,168)
#B4B4B3
(180,180,179)
#C0BFBE
(192,191,190)
#CCCAC9
(204,202,201)
#D8D5D4
(216,213,212)
#E4E0DF
(228,224,223)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787D7C color. Also use rgb(120,125,124) instead hex code.

Text Font Color

.myTextColor { color: #787D7C; }

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

This text font color is #787D7C.

Background Color

.myBgColor { background-color: #787D7C; }

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

This div background color is #787D7C.

Border color

.myBorderColor { border: 1px solid #787D7C; }

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

This div border color is #787D7C.

Opacity

.myOpacity80 { color: #787D7C; opacity: 0.8; }

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

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

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

This text has shadow with #787D7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787D7C.

Preview

Color preview on black background

This text has color #787D7C on black background.


Color preview on white background

This text has color #787D7C on white background.


Black color preview on #787D7C background

This text has black color on #787D7C background.


White color preview on #787D7C background

This text has white color on #787D7C background.


Related colors

Complementary color

Complementary color for #hex is #878283.


I love getcolorcode.com

Triadic colors

1 #7C787D and #7D7C78 with #787D7C are triadic colors.

2 #7C7D78 and #7D787C with #787D7C are triadic colors.