COLOR #7F979B

HEX: #7F979B
RGB: (127,151,155)

Color info

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

RGB color model

#7F979B color RGB value is (127,151,155).

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

RGB channels and saturation

R 127 of 255 = 50%
G 151 of 255 = 59%
B 155 of 255 = 61%

127
151
155

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

Portions of RGB colors in percentages

R + G + B =
127 + 151 + 155 = 433 (100%)
R 127 of 433 ~ 29.33%
G 151 of 433 ~ 34.87%
B 155 of 433 ~ 35.8%

%29.33
%34.87
%35.8

CMYK color model

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

  • cyan value is 18.06%
  • magenta value is 2.58%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(18,3,0,39)
C18M3Y0K39 
(18%,3%,0%,39%)
(0.18/0.03/0.00/0.39)	

CMYK percentages

%18.06
%2.58
%0
%39.22

Codes

Color #7F979B in popluar color models

7F979B
RGB127151155
HSL189°12.28%55.29%
HSB/HSV189°18.06%60.78%
CMYK18.06%2.58%0.00%
39.22%

Color #7F979B in popluar number systems.

HEX7F979B
Decimal127151155
Binary11111111001011110011011
Octal177227233

Shades and tints

Shades of #7F979B

#7F979B
(127,151,155)
#748A8D
(116,138,141)
#697D7F
(105,125,127)
#5E7071
(94,112,113)
#536363
(83,99,99)
#485655
(72,86,85)
#3D4947
(61,73,71)
#323C39
(50,60,57)
#272F2B
(39,47,43)
#1C221D
(28,34,29)
#11150F
(17,21,15)
#000000
(0,0,0)

Tints of #7F979B

#7F979B
(127,151,155)
#8AA0A4
(138,160,164)
#95A9AD
(149,169,173)
#A0B2B6
(160,178,182)
#ABBBBF
(171,187,191)
#B6C4C8
(182,196,200)
#C1CDD1
(193,205,209)
#CCD6DA
(204,214,218)
#D7DFE3
(215,223,227)
#E2E8EC
(226,232,236)
#EDF1F5
(237,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F979B; }

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

This text font color is #7F979B.


Background Color

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

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

This div background color is #7F979B.


Border color

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

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

This div border color is #7F979B.


Opacity

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

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

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

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

This text has shadow with #7F979B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F979B on black background.


Color preview on white background

This text has color #7F979B on white background.



Black color preview on #7F979B background

This text has black color on #7F979B background.


White color preview on #7F979B background

This text has white color on #7F979B background.