COLOR #7F8489

HEX: #7F8489 RGB: (127,132,137)

Color info

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

RGB color model

#7F8489 color RGB value is (127,132,137).

RGB: (127,132,137) (50%, 52%, 54%)

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 137 of 255 = 54%

127
132
137

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

Portions of RGB colors in percentages

R + G + B = 127 + 132 + 137 = 396 (100%)
R 127 of 396 ~ 32.07%
G 132 of 396 ~ 33.33%
B 137 of 396 ~ 34.6'%

%32.07
%33.33
%34.6

CMYK color model

#7F8489 color CMYK value is (7,4,0,46).

  • cyan value is 7.30%
  • magenta value is 3.65%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (7,4,0,46)
C7M4Y0K46 (7%, 4%, 0%, 46%)
(0.07 / 0.04 / 0.00 / 0.46)

CMYK percentages

%7.3
%3.65
%0
%46.27

Codes

Color #7F8489 in popluar color models

7F 84 89
RGB 127 132 137
HSL 210° 4.07% 51.76%
HSB/HSV 210° 7.30% 53.73%
CMYK 7.30% 3.65% 0.00%
46.27%

Color #7F8489 in popluar number systems.

HEX 7F 84 89
Decimal 127 132 137
Binary 1111111 10000100 10001001
Octal 177 204 211

Shades and tints

Shades of #7F8489

#7F8489
(127,132,137)
#74787D
(116,120,125)
#696C71
(105,108,113)
#5E6065
(94,96,101)
#535459
(83,84,89)
#48484D
(72,72,77)
#3D3C41
(61,60,65)
#323035
(50,48,53)
#272429
(39,36,41)
#1C181D
(28,24,29)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F8489

#7F8489
(127,132,137)
#8A8F93
(138,143,147)
#959A9D
(149,154,157)
#A0A5A7
(160,165,167)
#ABB0B1
(171,176,177)
#B6BBBB
(182,187,187)
#C1C6C5
(193,198,197)
#CCD1CF
(204,209,207)
#D7DCD9
(215,220,217)
#E2E7E3
(226,231,227)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8489; }

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

This text font color is #7F8489.

Background Color

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

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

This div background color is #7F8489.

Border color

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

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

This div border color is #7F8489.

Opacity

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

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

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

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

This text has shadow with #7F8489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8489.

Preview

Color preview on black background

This text has color #7F8489 on black background.


Color preview on white background

This text has color #7F8489 on white background.


Black color preview on #7F8489 background

This text has black color on #7F8489 background.


White color preview on #7F8489 background

This text has white color on #7F8489 background.


Related colors

Complementary color

Complementary color for #hex is #807B76.


I love getcolorcode.com

Triadic colors

1 #897F84 and #84897F with #7F8489 are triadic colors.

2 #89847F and #847F89 with #7F8489 are triadic colors.