COLOR #7D7D8D

HEX: #7D7D8D
RGB: (125,125,141)

Color info

#7D7D8D contains red, green and blue colors in about the same proportion. Web safe color of #7D7D8D is #666699 (or #669).

RGB color model

#7D7D8D color RGB value is (125,125,141).

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

RGB channels and saturation

R 125 of 255 = 49%
G 125 of 255 = 49%
B 141 of 255 = 55%

125
125
141

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

Portions of RGB colors in percentages

R + G + B =
125 + 125 + 141 = 391 (100%)
R 125 of 391 ~ 31.97%
G 125 of 391 ~ 31.97%
B 141 of 391 ~ 36.06%

%31.97
%31.97
%36.06

CMYK color model

#7D7D8D color CMYK value is (11,11,0,45).

  • cyan value is 11.35%
  • magenta value is 11.35%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(11,11,0,45)
C11M11Y0K45 
(11%,11%,0%,45%)
(0.11/0.11/0.00/0.45)	

CMYK percentages

%11.35
%11.35
%0
%44.71

Codes

Color #7D7D8D in popluar color models

7D7D8D
RGB125125141
HSL240°6.56%52.16%
HSB/HSV240°11.35%55.29%
CMYK11.35%11.35%0.00%
44.71%

Color #7D7D8D in popluar number systems.

HEX7D7D8D
Decimal125125141
Binary1111101111110110001101
Octal175175215

Shades and tints

Shades of #7D7D8D

#7D7D8D
(125,125,141)
#727281
(114,114,129)
#676775
(103,103,117)
#5C5C69
(92,92,105)
#51515D
(81,81,93)
#464651
(70,70,81)
#3B3B45
(59,59,69)
#303039
(48,48,57)
#25252D
(37,37,45)
#1A1A21
(26,26,33)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #7D7D8D

#7D7D8D
(125,125,141)
#888897
(136,136,151)
#9393A1
(147,147,161)
#9E9EAB
(158,158,171)
#A9A9B5
(169,169,181)
#B4B4BF
(180,180,191)
#BFBFC9
(191,191,201)
#CACAD3
(202,202,211)
#D5D5DD
(213,213,221)
#E0E0E7
(224,224,231)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7D8D; }

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

This text font color is #7D7D8D.


Background Color

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

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

This div background color is #7D7D8D.


Border color

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

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

This div border color is #7D7D8D.


Opacity

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

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

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

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

This text has shadow with #7D7D8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7D8D on black background.


Color preview on white background

This text has color #7D7D8D on white background.



Black color preview on #7D7D8D background

This text has black color on #7D7D8D background.


White color preview on #7D7D8D background

This text has white color on #7D7D8D background.