COLOR #7F807D

HEX: #7F807D
RGB: (127,128,125)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
128
125

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

Portions of RGB colors in percentages

R + G + B =
127 + 128 + 125 = 380 (100%)
R 127 of 380 ~ 33.42%
G 128 of 380 ~ 33.68%
B 125 of 380 ~ 32.89%

%33.42
%33.68
%32.89

CMYK color model

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

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 2.34%
  • key color value is 49.80%
CMYK:
(1,0,2,50)
C1M0Y2K50 
(1%,0%,2%,50%)
(0.01/0.00/0.02/0.50)	

CMYK percentages

%0.78
%0
%2.34
%49.8

Codes

Color #7F807D in popluar color models

7F807D
RGB127128125
HSL80°1.19%49.61%
HSB/HSV80°2.34%50.20%
CMYK0.78%0.00%2.34%
49.80%

Color #7F807D in popluar number systems.

HEX7F807D
Decimal127128125
Binary1111111100000001111101
Octal177200175

Shades and tints

Shades of #7F807D

#7F807D
(127,128,125)
#747572
(116,117,114)
#696A67
(105,106,103)
#5E5F5C
(94,95,92)
#535451
(83,84,81)
#484946
(72,73,70)
#3D3E3B
(61,62,59)
#323330
(50,51,48)
#272825
(39,40,37)
#1C1D1A
(28,29,26)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #7F807D

#7F807D
(127,128,125)
#8A8B88
(138,139,136)
#959693
(149,150,147)
#A0A19E
(160,161,158)
#ABACA9
(171,172,169)
#B6B7B4
(182,183,180)
#C1C2BF
(193,194,191)
#CCCDCA
(204,205,202)
#D7D8D5
(215,216,213)
#E2E3E0
(226,227,224)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F807D; }

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

This text font color is #7F807D.


Background Color

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

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

This div background color is #7F807D.


Border color

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

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

This div border color is #7F807D.


Opacity

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

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

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

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

This text has shadow with #7F807D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F807D on black background.


Color preview on white background

This text has color #7F807D on white background.



Black color preview on #7F807D background

This text has black color on #7F807D background.


White color preview on #7F807D background

This text has white color on #7F807D background.