COLOR #7F909B

HEX: #7F909B
RGB: (127,144,155)

Color info

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

RGB color model

#7F909B color RGB value is (127,144,155).

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

RGB channels and saturation

R 127 of 255 = 50%
G 144 of 255 = 56%
B 155 of 255 = 61%

127
144
155

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

Portions of RGB colors in percentages

R + G + B =
127 + 144 + 155 = 426 (100%)
R 127 of 426 ~ 29.81%
G 144 of 426 ~ 33.8%
B 155 of 426 ~ 36.38%

%29.81
%33.8
%36.38

CMYK color model

#7F909B color CMYK value is (18,7,0,39).

  • cyan value is 18.06%
  • magenta value is 7.10%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(18,7,0,39)
C18M7Y0K39 
(18%,7%,0%,39%)
(0.18/0.07/0.00/0.39)	

CMYK percentages

%18.06
%7.1
%0
%39.22

Codes

Color #7F909B in popluar color models

7F909B
RGB127144155
HSL204°12.28%55.29%
HSB/HSV204°18.06%60.78%
CMYK18.06%7.10%0.00%
39.22%

Color #7F909B in popluar number systems.

HEX7F909B
Decimal127144155
Binary11111111001000010011011
Octal177220233

Shades and tints

Shades of #7F909B

#7F909B
(127,144,155)
#74838D
(116,131,141)
#69767F
(105,118,127)
#5E6971
(94,105,113)
#535C63
(83,92,99)
#484F55
(72,79,85)
#3D4247
(61,66,71)
#323539
(50,53,57)
#27282B
(39,40,43)
#1C1B1D
(28,27,29)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #7F909B

#7F909B
(127,144,155)
#8A9AA4
(138,154,164)
#95A4AD
(149,164,173)
#A0AEB6
(160,174,182)
#ABB8BF
(171,184,191)
#B6C2C8
(182,194,200)
#C1CCD1
(193,204,209)
#CCD6DA
(204,214,218)
#D7E0E3
(215,224,227)
#E2EAEC
(226,234,236)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F909B; }

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

This text font color is #7F909B.


Background Color

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

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

This div background color is #7F909B.


Border color

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

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

This div border color is #7F909B.


Opacity

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

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

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

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

This text has shadow with #7F909B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F909B on black background.


Color preview on white background

This text has color #7F909B on white background.



Black color preview on #7F909B background

This text has black color on #7F909B background.


White color preview on #7F909B background

This text has white color on #7F909B background.