COLOR #7F989F

HEX: #7F989F RGB: (127,152,159)

Color info

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

RGB color model

#7F989F color RGB value is (127,152,159).

RGB: (127,152,159) (50%, 60%, 62%)

RGB channels and saturation

R 127 of 255 = 50%
G 152 of 255 = 60%
B 159 of 255 = 62%

127
152
159

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

Portions of RGB colors in percentages

R + G + B = 127 + 152 + 159 = 438 (100%)
R 127 of 438 ~ 29%
G 152 of 438 ~ 34.7%
B 159 of 438 ~ 36.3'%

%29
%34.7
%36.3

CMYK color model

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

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

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

CMYK percentages

%20.13
%4.4
%0
%37.65

Codes

Color #7F989F in popluar color models

7F 98 9F
RGB 127 152 159
HSL 193° 14.29% 56.08%
HSB/HSV 193° 20.13% 62.35%
CMYK 20.13% 4.40% 0.00%
37.65%

Color #7F989F in popluar number systems.

HEX 7F 98 9F
Decimal 127 152 159
Binary 1111111 10011000 10011111
Octal 177 230 237

Shades and tints

Shades of #7F989F

#7F989F
(127,152,159)
#748B91
(116,139,145)
#697E83
(105,126,131)
#5E7175
(94,113,117)
#536467
(83,100,103)
#485759
(72,87,89)
#3D4A4B
(61,74,75)
#323D3D
(50,61,61)
#27302F
(39,48,47)
#1C2321
(28,35,33)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #7F989F

#7F989F
(127,152,159)
#8AA1A7
(138,161,167)
#95AAAF
(149,170,175)
#A0B3B7
(160,179,183)
#ABBCBF
(171,188,191)
#B6C5C7
(182,197,199)
#C1CECF
(193,206,207)
#CCD7D7
(204,215,215)
#D7E0DF
(215,224,223)
#E2E9E7
(226,233,231)
#EDF2EF
(237,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F989F; }

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

This text font color is #7F989F.

Background Color

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

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

This div background color is #7F989F.

Border color

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

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

This div border color is #7F989F.

Opacity

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

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

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

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

This text has shadow with #7F989F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F989F.

Preview

Color preview on black background

This text has color #7F989F on black background.


Color preview on white background

This text has color #7F989F on white background.


Black color preview on #7F989F background

This text has black color on #7F989F background.


White color preview on #7F989F background

This text has white color on #7F989F background.


Related colors

Complementary color

Complementary color for #hex is #806760.


I love getcolorcode.com

Triadic colors

1 #9F7F98 and #989F7F with #7F989F are triadic colors.

2 #9F987F and #987F9F with #7F989F are triadic colors.