COLOR #7D7D9D

HEX: #7D7D9D
RGB: (125,125,157)

Color info

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

RGB color model

#7D7D9D color RGB value is (125,125,157).

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

RGB channels and saturation

R 125 of 255 = 49%
G 125 of 255 = 49%
B 157 of 255 = 62%

125
125
157

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

Portions of RGB colors in percentages

R + G + B =
125 + 125 + 157 = 407 (100%)
R 125 of 407 ~ 30.71%
G 125 of 407 ~ 30.71%
B 157 of 407 ~ 38.57%

%30.71
%30.71
%38.57

CMYK color model

#7D7D9D color CMYK value is (20,20,0,38).

  • cyan value is 20.38%
  • magenta value is 20.38%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(20,20,0,38)
C20M20Y0K38 
(20%,20%,0%,38%)
(0.20/0.20/0.00/0.38)	

CMYK percentages

%20.38
%20.38
%0
%38.43

Codes

Color #7D7D9D in popluar color models

7D7D9D
RGB125125157
HSL240°14.04%55.29%
HSB/HSV240°20.38%61.57%
CMYK20.38%20.38%0.00%
38.43%

Color #7D7D9D in popluar number systems.

HEX7D7D9D
Decimal125125157
Binary1111101111110110011101
Octal175175235

Shades and tints

Shades of #7D7D9D

#7D7D9D
(125,125,157)
#72728F
(114,114,143)
#676781
(103,103,129)
#5C5C73
(92,92,115)
#515165
(81,81,101)
#464657
(70,70,87)
#3B3B49
(59,59,73)
#30303B
(48,48,59)
#25252D
(37,37,45)
#1A1A1F
(26,26,31)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #7D7D9D

#7D7D9D
(125,125,157)
#8888A5
(136,136,165)
#9393AD
(147,147,173)
#9E9EB5
(158,158,181)
#A9A9BD
(169,169,189)
#B4B4C5
(180,180,197)
#BFBFCD
(191,191,205)
#CACAD5
(202,202,213)
#D5D5DD
(213,213,221)
#E0E0E5
(224,224,229)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D7D9D; }

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

This text font color is #7D7D9D.


Background Color

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

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

This div background color is #7D7D9D.


Border color

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

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

This div border color is #7D7D9D.


Opacity

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

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

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

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

This text has shadow with #7D7D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D7D9D on black background.


Color preview on white background

This text has color #7D7D9D on white background.



Black color preview on #7D7D9D background

This text has black color on #7D7D9D background.


White color preview on #7D7D9D background

This text has white color on #7D7D9D background.