COLOR #7B787C

HEX: #7B787C
RGB: (123,120,124)

Color info

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

RGB color model

#7B787C color RGB value is (123,120,124).

  • red value is 123;
  • green value is 120;
  • blue value is 124.
RGB:
(123,120,124)
(48%,47%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 124 of 255 = 49%

123
120
124

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

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 124 = 367 (100%)
R 123 of 367 ~ 33.51%
G 120 of 367 ~ 32.7%
B 124 of 367 ~ 33.79%

%33.51
%32.7
%33.79

CMYK color model

#7B787C color CMYK value is (1,3,0,51).

  • cyan value is 0.81%
  • magenta value is 3.23%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(1,3,0,51)
C1M3Y0K51 
(1%,3%,0%,51%)
(0.01/0.03/0.00/0.51)	

CMYK percentages

%0.81
%3.23
%0
%51.37

Codes

Color #7B787C in popluar color models

7B787C
RGB123120124
HSL285°1.64%47.84%
HSB/HSV285°3.23%48.63%
CMYK0.81%3.23%0.00%
51.37%

Color #7B787C in popluar number systems.

HEX7B787C
Decimal123120124
Binary111101111110001111100
Octal173170174

Shades and tints

Shades of #7B787C

#7B787C
(123,120,124)
#706E71
(112,110,113)
#656466
(101,100,102)
#5A5A5B
(90,90,91)
#4F5050
(79,80,80)
#444645
(68,70,69)
#393C3A
(57,60,58)
#2E322F
(46,50,47)
#232824
(35,40,36)
#181E19
(24,30,25)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #7B787C

#7B787C
(123,120,124)
#878487
(135,132,135)
#939092
(147,144,146)
#9F9C9D
(159,156,157)
#ABA8A8
(171,168,168)
#B7B4B3
(183,180,179)
#C3C0BE
(195,192,190)
#CFCCC9
(207,204,201)
#DBD8D4
(219,216,212)
#E7E4DF
(231,228,223)
#F3F0EA
(243,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B787C color. Also use rgb(123,120,124) instead hex code.

Text Font Color

.myTextColor { color: #7B787C; }

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

This text font color is #7B787C.


Background Color

.myBgColor { background-color: #7B787C; }

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

This div background color is #7B787C.


Border color

.myBorderColor { border: 1px solid #7B787C; }

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

This div border color is #7B787C.


Opacity

.myOpacity80 { color: #7B787C; opacity: 0.8; }

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

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

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

This text has shadow with #7B787C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B787C on black background.


Color preview on white background

This text has color #7B787C on white background.



Black color preview on #7B787C background

This text has black color on #7B787C background.


White color preview on #7B787C background

This text has white color on #7B787C background.