COLOR #7F717C

HEX: #7F717C
RGB: (127,113,124)

Color info

#7F717C contains red, green and blue colors in about the same proportion. Web safe color of #7F717C is #666666 (or #666).

RGB color model

#7F717C color RGB value is (127,113,124).

  • red value is 127;
  • green value is 113;
  • blue value is 124.
RGB:
(127,113,124)
(50%,44%,49%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 124 of 255 = 49%

127
113
124

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

Portions of RGB colors in percentages

R + G + B =
127 + 113 + 124 = 364 (100%)
R 127 of 364 ~ 34.89%
G 113 of 364 ~ 31.04%
B 124 of 364 ~ 34.07%

%34.89
%31.04
%34.07

CMYK color model

#7F717C color CMYK value is (0,11,2,50).

  • cyan value is 0.00%
  • magenta value is 11.02%
  • yellow value is 2.36%
  • key color value is 50.20%
CMYK:
(0,11,2,50)
C0M11Y2K50 
(0%,11%,2%,50%)
(0.00/0.11/0.02/0.50)	

CMYK percentages

%0
%11.02
%2.36
%50.2

Codes

Color #7F717C in popluar color models

7F717C
RGB127113124
HSL313°5.83%47.06%
HSB/HSV313°11.02%49.80%
CMYK0.00%11.02%2.36%
50.20%

Color #7F717C in popluar number systems.

HEX7F717C
Decimal127113124
Binary111111111100011111100
Octal177161174

Shades and tints

Shades of #7F717C

#7F717C
(127,113,124)
#746771
(116,103,113)
#695D66
(105,93,102)
#5E535B
(94,83,91)
#534950
(83,73,80)
#483F45
(72,63,69)
#3D353A
(61,53,58)
#322B2F
(50,43,47)
#272124
(39,33,36)
#1C1719
(28,23,25)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #7F717C

#7F717C
(127,113,124)
#8A7D87
(138,125,135)
#958992
(149,137,146)
#A0959D
(160,149,157)
#ABA1A8
(171,161,168)
#B6ADB3
(182,173,179)
#C1B9BE
(193,185,190)
#CCC5C9
(204,197,201)
#D7D1D4
(215,209,212)
#E2DDDF
(226,221,223)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F717C color. Also use rgb(127,113,124) instead hex code.

Text Font Color

.myTextColor { color: #7F717C; }

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

This text font color is #7F717C.


Background Color

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

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

This div background color is #7F717C.


Border color

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

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

This div border color is #7F717C.


Opacity

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

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

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

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

This text has shadow with #7F717C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F717C on black background.


Color preview on white background

This text has color #7F717C on white background.



Black color preview on #7F717C background

This text has black color on #7F717C background.


White color preview on #7F717C background

This text has white color on #7F717C background.