COLOR #7F8289

HEX: #7F8289 RGB: (127,130,137)

Color info

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

RGB color model

#7F8289 color RGB value is (127,130,137).

RGB: (127,130,137) (50%, 51%, 54%)

RGB channels and saturation

R 127 of 255 = 50%
G 130 of 255 = 51%
B 137 of 255 = 54%

127
130
137

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

Portions of RGB colors in percentages

R + G + B = 127 + 130 + 137 = 394 (100%)
R 127 of 394 ~ 32.23%
G 130 of 394 ~ 32.99%
B 137 of 394 ~ 34.77'%

%32.23
%32.99
%34.77

CMYK color model

#7F8289 color CMYK value is (7,5,0,46).

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

CMYK: (7,5,0,46)
C7M5Y0K46 (7%, 5%, 0%, 46%)
(0.07 / 0.05 / 0.00 / 0.46)

CMYK percentages

%7.3
%5.11
%0
%46.27

Codes

Color #7F8289 in popluar color models

7F 82 89
RGB 127 130 137
HSL 222° 4.07% 51.76%
HSB/HSV 222° 7.30% 53.73%
CMYK 7.30% 5.11% 0.00%
46.27%

Color #7F8289 in popluar number systems.

HEX 7F 82 89
Decimal 127 130 137
Binary 1111111 10000010 10001001
Octal 177 202 211

Shades and tints

Shades of #7F8289

#7F8289
(127,130,137)
#74777D
(116,119,125)
#696C71
(105,108,113)
#5E6165
(94,97,101)
#535659
(83,86,89)
#484B4D
(72,75,77)
#3D4041
(61,64,65)
#323535
(50,53,53)
#272A29
(39,42,41)
#1C1F1D
(28,31,29)
#111411
(17,20,17)
#000000
(0,0,0)

Tints of #7F8289

#7F8289
(127,130,137)
#8A8D93
(138,141,147)
#95989D
(149,152,157)
#A0A3A7
(160,163,167)
#ABAEB1
(171,174,177)
#B6B9BB
(182,185,187)
#C1C4C5
(193,196,197)
#CCCFCF
(204,207,207)
#D7DAD9
(215,218,217)
#E2E5E3
(226,229,227)
#EDF0ED
(237,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8289; }

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

This text font color is #7F8289.

Background Color

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

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

This div background color is #7F8289.

Border color

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

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

This div border color is #7F8289.

Opacity

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

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

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

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

This text has shadow with #7F8289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8289.

Preview

Color preview on black background

This text has color #7F8289 on black background.


Color preview on white background

This text has color #7F8289 on white background.


Black color preview on #7F8289 background

This text has black color on #7F8289 background.


White color preview on #7F8289 background

This text has white color on #7F8289 background.


Related colors

Complementary color

Complementary color for #hex is #807D76.


I love getcolorcode.com

Triadic colors

1 #897F82 and #82897F with #7F8289 are triadic colors.

2 #89827F and #827F89 with #7F8289 are triadic colors.