COLOR #7F979C

HEX: #7F979C
RGB: (127,151,156)

Color info

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

RGB color model

#7F979C color RGB value is (127,151,156).

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

RGB channels and saturation

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

127
151
156

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

Portions of RGB colors in percentages

R + G + B =
127 + 151 + 156 = 434 (100%)
R 127 of 434 ~ 29.26%
G 151 of 434 ~ 34.79%
B 156 of 434 ~ 35.94%

%29.26
%34.79
%35.94

CMYK color model

#7F979C color CMYK value is (19,3,0,39).

  • cyan value is 18.59%
  • magenta value is 3.21%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(19,3,0,39)
C19M3Y0K39 
(19%,3%,0%,39%)
(0.19/0.03/0.00/0.39)	

CMYK percentages

%18.59
%3.21
%0
%38.82

Codes

Color #7F979C in popluar color models

7F979C
RGB127151156
HSL190°12.78%55.49%
HSB/HSV190°18.59%61.18%
CMYK18.59%3.21%0.00%
38.82%

Color #7F979C in popluar number systems.

HEX7F979C
Decimal127151156
Binary11111111001011110011100
Octal177227234

Shades and tints

Shades of #7F979C

#7F979C
(127,151,156)
#748A8E
(116,138,142)
#697D80
(105,125,128)
#5E7072
(94,112,114)
#536364
(83,99,100)
#485656
(72,86,86)
#3D4948
(61,73,72)
#323C3A
(50,60,58)
#272F2C
(39,47,44)
#1C221E
(28,34,30)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #7F979C

#7F979C
(127,151,156)
#8AA0A5
(138,160,165)
#95A9AE
(149,169,174)
#A0B2B7
(160,178,183)
#ABBBC0
(171,187,192)
#B6C4C9
(182,196,201)
#C1CDD2
(193,205,210)
#CCD6DB
(204,214,219)
#D7DFE4
(215,223,228)
#E2E8ED
(226,232,237)
#EDF1F6
(237,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F979C; }

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

This text font color is #7F979C.


Background Color

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

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

This div background color is #7F979C.


Border color

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

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

This div border color is #7F979C.


Opacity

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

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

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

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

This text has shadow with #7F979C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F979C on black background.


Color preview on white background

This text has color #7F979C on white background.



Black color preview on #7F979C background

This text has black color on #7F979C background.


White color preview on #7F979C background

This text has white color on #7F979C background.