COLOR #7B797F

HEX: #7B797F
RGB: (123,121,127)

Color info

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

RGB color model

#7B797F color RGB value is (123,121,127).

  • red value is 123;
  • green value is 121;
  • blue value is 127.
RGB:
(123,121,127)
(48%,47%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 121 of 255 = 47%
B 127 of 255 = 50%

123
121
127

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

Portions of RGB colors in percentages

R + G + B =
123 + 121 + 127 = 371 (100%)
R 123 of 371 ~ 33.15%
G 121 of 371 ~ 32.61%
B 127 of 371 ~ 34.23%

%33.15
%32.61
%34.23

CMYK color model

#7B797F color CMYK value is (3,5,0,50).

  • cyan value is 3.15%
  • magenta value is 4.72%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(3,5,0,50)
C3M5Y0K50 
(3%,5%,0%,50%)
(0.03/0.05/0.00/0.50)	

CMYK percentages

%3.15
%4.72
%0
%50.2

Codes

Color #7B797F in popluar color models

7B797F
RGB123121127
HSL260°2.42%48.63%
HSB/HSV260°4.72%49.80%
CMYK3.15%4.72%0.00%
50.20%

Color #7B797F in popluar number systems.

HEX7B797F
Decimal123121127
Binary111101111110011111111
Octal173171177

Shades and tints

Shades of #7B797F

#7B797F
(123,121,127)
#706E74
(112,110,116)
#656369
(101,99,105)
#5A585E
(90,88,94)
#4F4D53
(79,77,83)
#444248
(68,66,72)
#39373D
(57,55,61)
#2E2C32
(46,44,50)
#232127
(35,33,39)
#18161C
(24,22,28)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #7B797F

#7B797F
(123,121,127)
#87858A
(135,133,138)
#939195
(147,145,149)
#9F9DA0
(159,157,160)
#ABA9AB
(171,169,171)
#B7B5B6
(183,181,182)
#C3C1C1
(195,193,193)
#CFCDCC
(207,205,204)
#DBD9D7
(219,217,215)
#E7E5E2
(231,229,226)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B797F color. Also use rgb(123,121,127) instead hex code.

Text Font Color

.myTextColor { color: #7B797F; }

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

This text font color is #7B797F.


Background Color

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

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

This div background color is #7B797F.


Border color

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

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

This div border color is #7B797F.


Opacity

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

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

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

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

This text has shadow with #7B797F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B797F on black background.


Color preview on white background

This text has color #7B797F on white background.



Black color preview on #7B797F background

This text has black color on #7B797F background.


White color preview on #7B797F background

This text has white color on #7B797F background.