COLOR #7F899E

HEX: #7F899E RGB: (127,137,158)

Color info

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

RGB color model

#7F899E color RGB value is (127,137,158).

RGB: (127,137,158) (50%, 54%, 62%)

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 158 of 255 = 62%

127
137
158

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

Portions of RGB colors in percentages

R + G + B = 127 + 137 + 158 = 422 (100%)
R 127 of 422 ~ 30.09%
G 137 of 422 ~ 32.46%
B 158 of 422 ~ 37.44'%

%30.09
%32.46
%37.44

CMYK color model

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

  • cyan value is 19.62%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (20,13,0,38)
C20M13Y0K38 (20%, 13%, 0%, 38%)
(0.20 / 0.13 / 0.00 / 0.38)

CMYK percentages

%19.62
%13.29
%0
%38.04

Codes

Color #7F899E in popluar color models

7F 89 9E
RGB 127 137 158
HSL 221° 13.78% 55.88%
HSB/HSV 221° 19.62% 61.96%
CMYK 19.62% 13.29% 0.00%
38.04%

Color #7F899E in popluar number systems.

HEX 7F 89 9E
Decimal 127 137 158
Binary 1111111 10001001 10011110
Octal 177 211 236

Shades and tints

Shades of #7F899E

#7F899E
(127,137,158)
#747D90
(116,125,144)
#697182
(105,113,130)
#5E6574
(94,101,116)
#535966
(83,89,102)
#484D58
(72,77,88)
#3D414A
(61,65,74)
#32353C
(50,53,60)
#27292E
(39,41,46)
#1C1D20
(28,29,32)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #7F899E

#7F899E
(127,137,158)
#8A93A6
(138,147,166)
#959DAE
(149,157,174)
#A0A7B6
(160,167,182)
#ABB1BE
(171,177,190)
#B6BBC6
(182,187,198)
#C1C5CE
(193,197,206)
#CCCFD6
(204,207,214)
#D7D9DE
(215,217,222)
#E2E3E6
(226,227,230)
#EDEDEE
(237,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F899E color. Also use rgb(127,137,158) instead hex code.

Text Font Color

.myTextColor { color: #7F899E; }

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

This text font color is #7F899E.

Background Color

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

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

This div background color is #7F899E.

Border color

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

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

This div border color is #7F899E.

Opacity

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

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

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

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

This text has shadow with #7F899E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F899E.

Preview

Color preview on black background

This text has color #7F899E on black background.


Color preview on white background

This text has color #7F899E on white background.


Black color preview on #7F899E background

This text has black color on #7F899E background.


White color preview on #7F899E background

This text has white color on #7F899E background.


Related colors

Complementary color

Complementary color for #hex is #807661.


I love getcolorcode.com

Triadic colors

1 #9E7F89 and #899E7F with #7F899E are triadic colors.

2 #9E897F and #897F9E with #7F899E are triadic colors.