COLOR #7D767F

HEX: #7D767F
RGB: (125,118,127)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

125
118
127

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

Portions of RGB colors in percentages

R + G + B =
125 + 118 + 127 = 370 (100%)
R 125 of 370 ~ 33.78%
G 118 of 370 ~ 31.89%
B 127 of 370 ~ 34.32%

%33.78
%31.89
%34.32

CMYK color model

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

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

CMYK percentages

%1.57
%7.09
%0
%50.2

Codes

Color #7D767F in popluar color models

7D767F
RGB125118127
HSL287°3.67%48.04%
HSB/HSV287°7.09%49.80%
CMYK1.57%7.09%0.00%
50.20%

Color #7D767F in popluar number systems.

HEX7D767F
Decimal125118127
Binary111110111101101111111
Octal175166177

Shades and tints

Shades of #7D767F

#7D767F
(125,118,127)
#726C74
(114,108,116)
#676269
(103,98,105)
#5C585E
(92,88,94)
#514E53
(81,78,83)
#464448
(70,68,72)
#3B3A3D
(59,58,61)
#303032
(48,48,50)
#252627
(37,38,39)
#1A1C1C
(26,28,28)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #7D767F

#7D767F
(125,118,127)
#88828A
(136,130,138)
#938E95
(147,142,149)
#9E9AA0
(158,154,160)
#A9A6AB
(169,166,171)
#B4B2B6
(180,178,182)
#BFBEC1
(191,190,193)
#CACACC
(202,202,204)
#D5D6D7
(213,214,215)
#E0E2E2
(224,226,226)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D767F; }

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

This text font color is #7D767F.


Background Color

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

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

This div background color is #7D767F.


Border color

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

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

This div border color is #7D767F.


Opacity

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

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

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

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

This text has shadow with #7D767F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D767F on black background.


Color preview on white background

This text has color #7D767F on white background.



Black color preview on #7D767F background

This text has black color on #7D767F background.


White color preview on #7D767F background

This text has white color on #7D767F background.