COLOR #7F7D7D

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

Color info

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

RGB color model

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

RGB: (127,125,125) (50%, 49%, 49%)

RGB channels and saturation

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

127
125
125

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

Portions of RGB colors in percentages

R + G + B = 127 + 125 + 125 = 377 (100%)
R 127 of 377 ~ 33.69%
G 125 of 377 ~ 33.16%
B 125 of 377 ~ 33.16'%

%33.69
%33.16
%33.16

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.57%
  • yellow value is 1.57%
  • key color value is 50.20%

CMYK: (0,2,2,50)
C0M2Y2K50 (0%, 2%, 2%, 50%)
(0.00 / 0.02 / 0.02 / 0.50)

CMYK percentages

%0
%1.57
%1.57
%50.2

Codes

Color #7F7D7D in popluar color models

7F 7D 7D
RGB 127 125 125
HSL 0.79% 49.41%
HSB/HSV 1.57% 49.80%
CMYK 0.00% 1.57% 1.57%
50.20%

Color #7F7D7D in popluar number systems.

HEX 7F 7D 7D
Decimal 127 125 125
Binary 1111111 1111101 1111101
Octal 177 175 175

Shades and tints

Shades of #7F7D7D

#7F7D7D
(127,125,125)
#747272
(116,114,114)
#696767
(105,103,103)
#5E5C5C
(94,92,92)
#535151
(83,81,81)
#484646
(72,70,70)
#3D3B3B
(61,59,59)
#323030
(50,48,48)
#272525
(39,37,37)
#1C1A1A
(28,26,26)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #7F7D7D

#7F7D7D
(127,125,125)
#8A8888
(138,136,136)
#959393
(149,147,147)
#A09E9E
(160,158,158)
#ABA9A9
(171,169,169)
#B6B4B4
(182,180,180)
#C1BFBF
(193,191,191)
#CCCACA
(204,202,202)
#D7D5D5
(215,213,213)
#E2E0E0
(226,224,224)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7D7D; }

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

This text font color is #7F7D7D.

Background Color

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

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

This div background color is #7F7D7D.

Border color

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

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

This div border color is #7F7D7D.

Opacity

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

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

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

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

This text has shadow with #7F7D7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7D7D.

Preview

Color preview on black background

This text has color #7F7D7D on black background.


Color preview on white background

This text has color #7F7D7D on white background.


Black color preview on #7F7D7D background

This text has black color on #7F7D7D background.


White color preview on #7F7D7D background

This text has white color on #7F7D7D background.


Related colors

Complementary color

Complementary color for #hex is #808282.


I love getcolorcode.com