COLOR #7B7F7D

HEX: #7B7F7D
RGB: (123,127,125)

Color info

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

RGB color model

#7B7F7D color RGB value is (123,127,125).

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

RGB channels and saturation

R 123 of 255 = 48%
G 127 of 255 = 50%
B 125 of 255 = 49%

123
127
125

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

Portions of RGB colors in percentages

R + G + B =
123 + 127 + 125 = 375 (100%)
R 123 of 375 ~ 32.8%
G 127 of 375 ~ 33.87%
B 125 of 375 ~ 33.33%

%32.8
%33.87
%33.33

CMYK color model

#7B7F7D color CMYK value is (3,0,2,50).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 1.57%
  • key color value is 50.20%
CMYK:
(3,0,2,50)
C3M0Y2K50 
(3%,0%,2%,50%)
(0.03/0.00/0.02/0.50)	

CMYK percentages

%3.15
%0
%1.57
%50.2

Codes

Color #7B7F7D in popluar color models

7B7F7D
RGB123127125
HSL150°1.60%49.02%
HSB/HSV150°3.15%49.80%
CMYK3.15%0.00%1.57%
50.20%

Color #7B7F7D in popluar number systems.

HEX7B7F7D
Decimal123127125
Binary111101111111111111101
Octal173177175

Shades and tints

Shades of #7B7F7D

#7B7F7D
(123,127,125)
#707472
(112,116,114)
#656967
(101,105,103)
#5A5E5C
(90,94,92)
#4F5351
(79,83,81)
#444846
(68,72,70)
#393D3B
(57,61,59)
#2E3230
(46,50,48)
#232725
(35,39,37)
#181C1A
(24,28,26)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #7B7F7D

#7B7F7D
(123,127,125)
#878A88
(135,138,136)
#939593
(147,149,147)
#9FA09E
(159,160,158)
#ABABA9
(171,171,169)
#B7B6B4
(183,182,180)
#C3C1BF
(195,193,191)
#CFCCCA
(207,204,202)
#DBD7D5
(219,215,213)
#E7E2E0
(231,226,224)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7F7D; }

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

This text font color is #7B7F7D.


Background Color

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

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

This div background color is #7B7F7D.


Border color

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

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

This div border color is #7B7F7D.


Opacity

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

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

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

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

This text has shadow with #7B7F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7F7D on black background.


Color preview on white background

This text has color #7B7F7D on white background.



Black color preview on #7B7F7D background

This text has black color on #7B7F7D background.


White color preview on #7B7F7D background

This text has white color on #7B7F7D background.