COLOR #7F9389

HEX: #7F9389 RGB: (127,147,137)

Color info

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

RGB color model

#7F9389 color RGB value is (127,147,137).

RGB: (127,147,137) (50%, 58%, 54%)

RGB channels and saturation

R 127 of 255 = 50%
G 147 of 255 = 58%
B 137 of 255 = 54%

127
147
137

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

Portions of RGB colors in percentages

R + G + B = 127 + 147 + 137 = 411 (100%)
R 127 of 411 ~ 30.9%
G 147 of 411 ~ 35.77%
B 137 of 411 ~ 33.33'%

%30.9
%35.77
%33.33

CMYK color model

#7F9389 color CMYK value is (14,0,7,42).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 42.35%

CMYK: (14,0,7,42)
C14M0Y7K42 (14%, 0%, 7%, 42%)
(0.14 / 0.00 / 0.07 / 0.42)

CMYK percentages

%13.61
%0
%6.8
%42.35

Codes

Color #7F9389 in popluar color models

7F 93 89
RGB 127 147 137
HSL 150° 8.47% 53.73%
HSB/HSV 150° 13.61% 57.65%
CMYK 13.61% 0.00% 6.80%
42.35%

Color #7F9389 in popluar number systems.

HEX 7F 93 89
Decimal 127 147 137
Binary 1111111 10010011 10001001
Octal 177 223 211

Shades and tints

Shades of #7F9389

#7F9389
(127,147,137)
#74867D
(116,134,125)
#697971
(105,121,113)
#5E6C65
(94,108,101)
#535F59
(83,95,89)
#48524D
(72,82,77)
#3D4541
(61,69,65)
#323835
(50,56,53)
#272B29
(39,43,41)
#1C1E1D
(28,30,29)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #7F9389

#7F9389
(127,147,137)
#8A9C93
(138,156,147)
#95A59D
(149,165,157)
#A0AEA7
(160,174,167)
#ABB7B1
(171,183,177)
#B6C0BB
(182,192,187)
#C1C9C5
(193,201,197)
#CCD2CF
(204,210,207)
#D7DBD9
(215,219,217)
#E2E4E3
(226,228,227)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9389; }

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

This text font color is #7F9389.

Background Color

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

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

This div background color is #7F9389.

Border color

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

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

This div border color is #7F9389.

Opacity

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

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

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

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

This text has shadow with #7F9389 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9389.

Preview

Color preview on black background

This text has color #7F9389 on black background.


Color preview on white background

This text has color #7F9389 on white background.


Black color preview on #7F9389 background

This text has black color on #7F9389 background.


White color preview on #7F9389 background

This text has white color on #7F9389 background.


Related colors

Complementary color

Complementary color for #hex is #806C76.


I love getcolorcode.com

Triadic colors

1 #897F93 and #93897F with #7F9389 are triadic colors.

2 #89937F and #937F89 with #7F9389 are triadic colors.