COLOR #7F949F

HEX: #7F949F RGB: (127,148,159)

Color info

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

RGB color model

#7F949F color RGB value is (127,148,159).

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

RGB channels and saturation

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

127
148
159

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

Portions of RGB colors in percentages

R + G + B = 127 + 148 + 159 = 434 (100%)
R 127 of 434 ~ 29.26%
G 148 of 434 ~ 34.1%
B 159 of 434 ~ 36.64'%

%29.26
%34.1
%36.64

CMYK color model

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

  • cyan value is 20.13%
  • magenta value is 6.92%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (20,7,0,38)
C20M7Y0K38 (20%, 7%, 0%, 38%)
(0.20 / 0.07 / 0.00 / 0.38)

CMYK percentages

%20.13
%6.92
%0
%37.65

Codes

Color #7F949F in popluar color models

7F 94 9F
RGB 127 148 159
HSL 201° 14.29% 56.08%
HSB/HSV 201° 20.13% 62.35%
CMYK 20.13% 6.92% 0.00%
37.65%

Color #7F949F in popluar number systems.

HEX 7F 94 9F
Decimal 127 148 159
Binary 1111111 10010100 10011111
Octal 177 224 237

Shades and tints

Shades of #7F949F

#7F949F
(127,148,159)
#748791
(116,135,145)
#697A83
(105,122,131)
#5E6D75
(94,109,117)
#536067
(83,96,103)
#485359
(72,83,89)
#3D464B
(61,70,75)
#32393D
(50,57,61)
#272C2F
(39,44,47)
#1C1F21
(28,31,33)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #7F949F

#7F949F
(127,148,159)
#8A9DA7
(138,157,167)
#95A6AF
(149,166,175)
#A0AFB7
(160,175,183)
#ABB8BF
(171,184,191)
#B6C1C7
(182,193,199)
#C1CACF
(193,202,207)
#CCD3D7
(204,211,215)
#D7DCDF
(215,220,223)
#E2E5E7
(226,229,231)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F949F; }

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

This text font color is #7F949F.

Background Color

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

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

This div background color is #7F949F.

Border color

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

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

This div border color is #7F949F.

Opacity

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

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

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

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

This text has shadow with #7F949F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F949F.

Preview

Color preview on black background

This text has color #7F949F on black background.


Color preview on white background

This text has color #7F949F on white background.


Black color preview on #7F949F background

This text has black color on #7F949F background.


White color preview on #7F949F background

This text has white color on #7F949F background.


Related colors

Complementary color

Complementary color for #hex is #806B60.


I love getcolorcode.com

Triadic colors

1 #9F7F94 and #949F7F with #7F949F are triadic colors.

2 #9F947F and #947F9F with #7F949F are triadic colors.