COLOR #7D979D

HEX: #7D979D RGB: (125,151,157)

Color info

#7D979D contains red, green and blue colors in about the same proportion. Web safe color of #7D979D is #669999 (or #699).

RGB color model

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

RGB: (125,151,157) (49%, 59%, 62%)

RGB channels and saturation

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

125
151
157

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

Portions of RGB colors in percentages

R + G + B = 125 + 151 + 157 = 433 (100%)
R 125 of 433 ~ 28.87%
G 151 of 433 ~ 34.87%
B 157 of 433 ~ 36.26'%

%28.87
%34.87
%36.26

CMYK color model

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

  • cyan value is 20.38%
  • magenta value is 3.82%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (20,4,0,38)
C20M4Y0K38 (20%, 4%, 0%, 38%)
(0.20 / 0.04 / 0.00 / 0.38)

CMYK percentages

%20.38
%3.82
%0
%38.43

Codes

Color #7D979D in popluar color models

7D 97 9D
RGB 125 151 157
HSL 191° 14.04% 55.29%
HSB/HSV 191° 20.38% 61.57%
CMYK 20.38% 3.82% 0.00%
38.43%

Color #7D979D in popluar number systems.

HEX 7D 97 9D
Decimal 125 151 157
Binary 1111101 10010111 10011101
Octal 175 227 235

Shades and tints

Shades of #7D979D

#7D979D
(125,151,157)
#728A8F
(114,138,143)
#677D81
(103,125,129)
#5C7073
(92,112,115)
#516365
(81,99,101)
#465657
(70,86,87)
#3B4949
(59,73,73)
#303C3B
(48,60,59)
#252F2D
(37,47,45)
#1A221F
(26,34,31)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #7D979D

#7D979D
(125,151,157)
#88A0A5
(136,160,165)
#93A9AD
(147,169,173)
#9EB2B5
(158,178,181)
#A9BBBD
(169,187,189)
#B4C4C5
(180,196,197)
#BFCDCD
(191,205,205)
#CAD6D5
(202,214,213)
#D5DFDD
(213,223,221)
#E0E8E5
(224,232,229)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D979D; }

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

This text font color is #7D979D.

Background Color

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

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

This div background color is #7D979D.

Border color

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

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

This div border color is #7D979D.

Opacity

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

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

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

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

This text has shadow with #7D979D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D979D.

Preview

Color preview on black background

This text has color #7D979D on black background.


Color preview on white background

This text has color #7D979D on white background.


Black color preview on #7D979D background

This text has black color on #7D979D background.


White color preview on #7D979D background

This text has white color on #7D979D background.


Related colors

Complementary color

Complementary color for #hex is #826862.


I love getcolorcode.com

Triadic colors

1 #9D7D97 and #979D7D with #7D979D are triadic colors.

2 #9D977D and #977D9D with #7D979D are triadic colors.