COLOR #7D7F7B

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
127
123

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

Portions of RGB colors in percentages

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

%33.33
%33.87
%32.8

CMYK color model

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

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

CMYK percentages

%1.57
%0
%3.15
%50.2

Codes

Color #7D7F7B in popluar color models

7D7F7B
RGB125127123
HSL90°1.60%49.02%
HSB/HSV90°3.15%49.80%
CMYK1.57%0.00%3.15%
50.20%

Color #7D7F7B in popluar number systems.

HEX7D7F7B
Decimal125127123
Binary111110111111111111011
Octal175177173

Shades and tints

Shades of #7D7F7B

#7D7F7B
(125,127,123)
#727470
(114,116,112)
#676965
(103,105,101)
#5C5E5A
(92,94,90)
#51534F
(81,83,79)
#464844
(70,72,68)
#3B3D39
(59,61,57)
#30322E
(48,50,46)
#252723
(37,39,35)
#1A1C18
(26,28,24)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #7D7F7B

#7D7F7B
(125,127,123)
#888A87
(136,138,135)
#939593
(147,149,147)
#9EA09F
(158,160,159)
#A9ABAB
(169,171,171)
#B4B6B7
(180,182,183)
#BFC1C3
(191,193,195)
#CACCCF
(202,204,207)
#D5D7DB
(213,215,219)
#E0E2E7
(224,226,231)
#EBEDF3
(235,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7F7B; }

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

This text font color is #7D7F7B.


Background Color

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

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

This div background color is #7D7F7B.


Border color

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

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

This div border color is #7D7F7B.


Opacity

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

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

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

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

This text has shadow with #7D7F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7F7B on black background.


Color preview on white background

This text has color #7D7F7B on white background.



Black color preview on #7D7F7B background

This text has black color on #7D7F7B background.


White color preview on #7D7F7B background

This text has white color on #7D7F7B background.