COLOR #7D807F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
128
127

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

Portions of RGB colors in percentages

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

%32.89
%33.68
%33.42

CMYK color model

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

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

CMYK percentages

%2.34
%0
%0.78
%49.8

Codes

Color #7D807F in popluar color models

7D807F
RGB125128127
HSL160°1.19%49.61%
HSB/HSV160°2.34%50.20%
CMYK2.34%0.00%0.78%
49.80%

Color #7D807F in popluar number systems.

HEX7D807F
Decimal125128127
Binary1111101100000001111111
Octal175200177

Shades and tints

Shades of #7D807F

#7D807F
(125,128,127)
#727574
(114,117,116)
#676A69
(103,106,105)
#5C5F5E
(92,95,94)
#515453
(81,84,83)
#464948
(70,73,72)
#3B3E3D
(59,62,61)
#303332
(48,51,50)
#252827
(37,40,39)
#1A1D1C
(26,29,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #7D807F

#7D807F
(125,128,127)
#888B8A
(136,139,138)
#939695
(147,150,149)
#9EA1A0
(158,161,160)
#A9ACAB
(169,172,171)
#B4B7B6
(180,183,182)
#BFC2C1
(191,194,193)
#CACDCC
(202,205,204)
#D5D8D7
(213,216,215)
#E0E3E2
(224,227,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D807F; }

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

This text font color is #7D807F.


Background Color

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

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

This div background color is #7D807F.


Border color

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

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

This div border color is #7D807F.


Opacity

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

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

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

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

This text has shadow with #7D807F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D807F on black background.


Color preview on white background

This text has color #7D807F on white background.



Black color preview on #7D807F background

This text has black color on #7D807F background.


White color preview on #7D807F background

This text has white color on #7D807F background.