COLOR #7F898F

HEX: #7F898F RGB: (127,137,143)

Color info

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

RGB color model

#7F898F color RGB value is (127,137,143).

RGB: (127,137,143) (50%, 54%, 56%)

RGB channels and saturation

R 127 of 255 = 50%
G 137 of 255 = 54%
B 143 of 255 = 56%

127
137
143

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

Portions of RGB colors in percentages

R + G + B = 127 + 137 + 143 = 407 (100%)
R 127 of 407 ~ 31.2%
G 137 of 407 ~ 33.66%
B 143 of 407 ~ 35.14'%

%31.2
%33.66
%35.14

CMYK color model

#7F898F color CMYK value is (11,4,0,44).

  • cyan value is 11.19%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (11,4,0,44)
C11M4Y0K44 (11%, 4%, 0%, 44%)
(0.11 / 0.04 / 0.00 / 0.44)

CMYK percentages

%11.19
%4.2
%0
%43.92

Codes

Color #7F898F in popluar color models

7F 89 8F
RGB 127 137 143
HSL 203° 6.67% 52.94%
HSB/HSV 203° 11.19% 56.08%
CMYK 11.19% 4.20% 0.00%
43.92%

Color #7F898F in popluar number systems.

HEX 7F 89 8F
Decimal 127 137 143
Binary 1111111 10001001 10001111
Octal 177 211 217

Shades and tints

Shades of #7F898F

#7F898F
(127,137,143)
#747D82
(116,125,130)
#697175
(105,113,117)
#5E6568
(94,101,104)
#53595B
(83,89,91)
#484D4E
(72,77,78)
#3D4141
(61,65,65)
#323534
(50,53,52)
#272927
(39,41,39)
#1C1D1A
(28,29,26)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #7F898F

#7F898F
(127,137,143)
#8A9399
(138,147,153)
#959DA3
(149,157,163)
#A0A7AD
(160,167,173)
#ABB1B7
(171,177,183)
#B6BBC1
(182,187,193)
#C1C5CB
(193,197,203)
#CCCFD5
(204,207,213)
#D7D9DF
(215,217,223)
#E2E3E9
(226,227,233)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F898F; }

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

This text font color is #7F898F.

Background Color

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

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

This div background color is #7F898F.

Border color

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

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

This div border color is #7F898F.

Opacity

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

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

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

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

This text has shadow with #7F898F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F898F.

Preview

Color preview on black background

This text has color #7F898F on black background.


Color preview on white background

This text has color #7F898F on white background.


Black color preview on #7F898F background

This text has black color on #7F898F background.


White color preview on #7F898F background

This text has white color on #7F898F background.


Related colors

Complementary color

Complementary color for #hex is #807670.


I love getcolorcode.com

Triadic colors

1 #8F7F89 and #898F7F with #7F898F are triadic colors.

2 #8F897F and #897F8F with #7F898F are triadic colors.