COLOR #7B807F

HEX: #7B807F
RGB: (123,128,127)

Color info

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

RGB color model

#7B807F color RGB value is (123,128,127).

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

RGB channels and saturation

R 123 of 255 = 48%
G 128 of 255 = 50%
B 127 of 255 = 50%

123
128
127

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

Portions of RGB colors in percentages

R + G + B =
123 + 128 + 127 = 378 (100%)
R 123 of 378 ~ 32.54%
G 128 of 378 ~ 33.86%
B 127 of 378 ~ 33.6%

%32.54
%33.86
%33.6

CMYK color model

#7B807F color CMYK value is (4,0,1,50).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 49.80%
CMYK:
(4,0,1,50)
C4M0Y1K50 
(4%,0%,1%,50%)
(0.04/0.00/0.01/0.50)	

CMYK percentages

%3.91
%0
%0.78
%49.8

Codes

Color #7B807F in popluar color models

7B807F
RGB123128127
HSL168°1.99%49.22%
HSB/HSV168°3.91%50.20%
CMYK3.91%0.00%0.78%
49.80%

Color #7B807F in popluar number systems.

HEX7B807F
Decimal123128127
Binary1111011100000001111111
Octal173200177

Shades and tints

Shades of #7B807F

#7B807F
(123,128,127)
#707574
(112,117,116)
#656A69
(101,106,105)
#5A5F5E
(90,95,94)
#4F5453
(79,84,83)
#444948
(68,73,72)
#393E3D
(57,62,61)
#2E3332
(46,51,50)
#232827
(35,40,39)
#181D1C
(24,29,28)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #7B807F

#7B807F
(123,128,127)
#878B8A
(135,139,138)
#939695
(147,150,149)
#9FA1A0
(159,161,160)
#ABACAB
(171,172,171)
#B7B7B6
(183,183,182)
#C3C2C1
(195,194,193)
#CFCDCC
(207,205,204)
#DBD8D7
(219,216,215)
#E7E3E2
(231,227,226)
#F3EEED
(243,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B807F; }

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

This text font color is #7B807F.


Background Color

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

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

This div background color is #7B807F.


Border color

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

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

This div border color is #7B807F.


Opacity

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

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

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

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

This text has shadow with #7B807F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B807F on black background.


Color preview on white background

This text has color #7B807F on white background.



Black color preview on #7B807F background

This text has black color on #7B807F background.


White color preview on #7B807F background

This text has white color on #7B807F background.