COLOR #787D7F

HEX: #787D7F
RGB: (120,125,127)

Color info

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

RGB color model

#787D7F color RGB value is (120,125,127).

  • red value is 120;
  • green value is 125;
  • blue value is 127.
RGB:
(120,125,127)
(47%,49%,50%)

RGB channels and saturation

R 120 of 255 = 47%
G 125 of 255 = 49%
B 127 of 255 = 50%

120
125
127

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

Portions of RGB colors in percentages

R + G + B =
120 + 125 + 127 = 372 (100%)
R 120 of 372 ~ 32.26%
G 125 of 372 ~ 33.6%
B 127 of 372 ~ 34.14%

%32.26
%33.6
%34.14

CMYK color model

#787D7F color CMYK value is (6,2,0,50).

  • cyan value is 5.51%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(6,2,0,50)
C6M2Y0K50 
(6%,2%,0%,50%)
(0.06/0.02/0.00/0.50)	

CMYK percentages

%5.51
%1.57
%0
%50.2

Codes

Color #787D7F in popluar color models

787D7F
RGB120125127
HSL197°2.83%48.43%
HSB/HSV197°5.51%49.80%
CMYK5.51%1.57%0.00%
50.20%

Color #787D7F in popluar number systems.

HEX787D7F
Decimal120125127
Binary111100011111011111111
Octal170175177

Shades and tints

Shades of #787D7F

#787D7F
(120,125,127)
#6E7274
(110,114,116)
#646769
(100,103,105)
#5A5C5E
(90,92,94)
#505153
(80,81,83)
#464648
(70,70,72)
#3C3B3D
(60,59,61)
#323032
(50,48,50)
#282527
(40,37,39)
#1E1A1C
(30,26,28)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #787D7F

#787D7F
(120,125,127)
#84888A
(132,136,138)
#909395
(144,147,149)
#9C9EA0
(156,158,160)
#A8A9AB
(168,169,171)
#B4B4B6
(180,180,182)
#C0BFC1
(192,191,193)
#CCCACC
(204,202,204)
#D8D5D7
(216,213,215)
#E4E0E2
(228,224,226)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787D7F; }

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

This text font color is #787D7F.


Background Color

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

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

This div background color is #787D7F.


Border color

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

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

This div border color is #787D7F.


Opacity

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

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

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

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

This text has shadow with #787D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787D7F on black background.


Color preview on white background

This text has color #787D7F on white background.



Black color preview on #787D7F background

This text has black color on #787D7F background.


White color preview on #787D7F background

This text has white color on #787D7F background.