COLOR #7F949D

HEX: #7F949D RGB: (127,148,157)

Color info

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

RGB color model

#7F949D color RGB value is (127,148,157).

RGB: (127,148,157) (50%, 58%, 62%)

RGB channels and saturation

R 127 of 255 = 50%
G 148 of 255 = 58%
B 157 of 255 = 62%

127
148
157

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

Portions of RGB colors in percentages

R + G + B = 127 + 148 + 157 = 432 (100%)
R 127 of 432 ~ 29.4%
G 148 of 432 ~ 34.26%
B 157 of 432 ~ 36.34'%

%29.4
%34.26
%36.34

CMYK color model

#7F949D color CMYK value is (19,6,0,38).

  • cyan value is 19.11%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (19,6,0,38)
C19M6Y0K38 (19%, 6%, 0%, 38%)
(0.19 / 0.06 / 0.00 / 0.38)

CMYK percentages

%19.11
%5.73
%0
%38.43

Codes

Color #7F949D in popluar color models

7F 94 9D
RGB 127 148 157
HSL 198° 13.27% 55.69%
HSB/HSV 198° 19.11% 61.57%
CMYK 19.11% 5.73% 0.00%
38.43%

Color #7F949D in popluar number systems.

HEX 7F 94 9D
Decimal 127 148 157
Binary 1111111 10010100 10011101
Octal 177 224 235

Shades and tints

Shades of #7F949D

#7F949D
(127,148,157)
#74878F
(116,135,143)
#697A81
(105,122,129)
#5E6D73
(94,109,115)
#536065
(83,96,101)
#485357
(72,83,87)
#3D4649
(61,70,73)
#32393B
(50,57,59)
#272C2D
(39,44,45)
#1C1F1F
(28,31,31)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #7F949D

#7F949D
(127,148,157)
#8A9DA5
(138,157,165)
#95A6AD
(149,166,173)
#A0AFB5
(160,175,181)
#ABB8BD
(171,184,189)
#B6C1C5
(182,193,197)
#C1CACD
(193,202,205)
#CCD3D5
(204,211,213)
#D7DCDD
(215,220,221)
#E2E5E5
(226,229,229)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F949D; }

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

This text font color is #7F949D.

Background Color

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

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

This div background color is #7F949D.

Border color

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

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

This div border color is #7F949D.

Opacity

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

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

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

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

This text has shadow with #7F949D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F949D.

Preview

Color preview on black background

This text has color #7F949D on black background.


Color preview on white background

This text has color #7F949D on white background.


Black color preview on #7F949D background

This text has black color on #7F949D background.


White color preview on #7F949D background

This text has white color on #7F949D background.


Related colors

Complementary color

Complementary color for #hex is #806B62.


I love getcolorcode.com

Triadic colors

1 #9D7F94 and #949D7F with #7F949D are triadic colors.

2 #9D947F and #947F9D with #7F949D are triadic colors.