COLOR #7D7F7F

HEX: #7D7F7F
RGB: (125,127,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
127
127

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

Portions of RGB colors in percentages

R + G + B =
125 + 127 + 127 = 379 (100%)
R 125 of 379 ~ 32.98%
G 127 of 379 ~ 33.51%
B 127 of 379 ~ 33.51%

%32.98
%33.51
%33.51

CMYK color model

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

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

CMYK percentages

%1.57
%0
%0
%50.2

Codes

Color #7D7F7F in popluar color models

7D7F7F
RGB125127127
HSL180°0.79%49.41%
HSB/HSV180°1.57%49.80%
CMYK1.57%0.00%0.00%
50.20%

Color #7D7F7F in popluar number systems.

HEX7D7F7F
Decimal125127127
Binary111110111111111111111
Octal175177177

Shades and tints

Shades of #7D7F7F

#7D7F7F
(125,127,127)
#727474
(114,116,116)
#676969
(103,105,105)
#5C5E5E
(92,94,94)
#515353
(81,83,83)
#464848
(70,72,72)
#3B3D3D
(59,61,61)
#303232
(48,50,50)
#252727
(37,39,39)
#1A1C1C
(26,28,28)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #7D7F7F

#7D7F7F
(125,127,127)
#888A8A
(136,138,138)
#939595
(147,149,149)
#9EA0A0
(158,160,160)
#A9ABAB
(169,171,171)
#B4B6B6
(180,182,182)
#BFC1C1
(191,193,193)
#CACCCC
(202,204,204)
#D5D7D7
(213,215,215)
#E0E2E2
(224,226,226)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7F7F; }

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

This text font color is #7D7F7F.


Background Color

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

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

This div background color is #7D7F7F.


Border color

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

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

This div border color is #7D7F7F.


Opacity

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

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

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

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

This text has shadow with #7D7F7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7F7F on black background.


Color preview on white background

This text has color #7D7F7F on white background.



Black color preview on #7D7F7F background

This text has black color on #7D7F7F background.


White color preview on #7D7F7F background

This text has white color on #7D7F7F background.