COLOR #7F9089

HEX: #7F9089
RGB: (127,144,137)

Color info

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

RGB color model

#7F9089 color RGB value is (127,144,137).

  • red value is 127;
  • green value is 144;
  • blue value is 137.
RGB:
(127,144,137)
(50%,56%,54%)

RGB channels and saturation

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

127
144
137

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

Portions of RGB colors in percentages

R + G + B =
127 + 144 + 137 = 408 (100%)
R 127 of 408 ~ 31.13%
G 144 of 408 ~ 35.29%
B 137 of 408 ~ 33.58%

%31.13
%35.29
%33.58

CMYK color model

#7F9089 color CMYK value is (12,0,5,44).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 4.86%
  • key color value is 43.53%
CMYK:
(12,0,5,44)
C12M0Y5K44 
(12%,0%,5%,44%)
(0.12/0.00/0.05/0.44)	

CMYK percentages

%11.81
%0
%4.86
%43.53

Codes

Color #7F9089 in popluar color models

7F9089
RGB127144137
HSL155°7.11%53.14%
HSB/HSV155°11.81%56.47%
CMYK11.81%0.00%4.86%
43.53%

Color #7F9089 in popluar number systems.

HEX7F9089
Decimal127144137
Binary11111111001000010001001
Octal177220211

Shades and tints

Shades of #7F9089

#7F9089
(127,144,137)
#74837D
(116,131,125)
#697671
(105,118,113)
#5E6965
(94,105,101)
#535C59
(83,92,89)
#484F4D
(72,79,77)
#3D4241
(61,66,65)
#323535
(50,53,53)
#272829
(39,40,41)
#1C1B1D
(28,27,29)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #7F9089

#7F9089
(127,144,137)
#8A9A93
(138,154,147)
#95A49D
(149,164,157)
#A0AEA7
(160,174,167)
#ABB8B1
(171,184,177)
#B6C2BB
(182,194,187)
#C1CCC5
(193,204,197)
#CCD6CF
(204,214,207)
#D7E0D9
(215,224,217)
#E2EAE3
(226,234,227)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9089; }

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

This text font color is #7F9089.


Background Color

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

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

This div background color is #7F9089.


Border color

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

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

This div border color is #7F9089.


Opacity

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

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

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

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

This text has shadow with #7F9089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9089 on black background.


Color preview on white background

This text has color #7F9089 on white background.



Black color preview on #7F9089 background

This text has black color on #7F9089 background.


White color preview on #7F9089 background

This text has white color on #7F9089 background.