COLOR #7F747D

HEX: #7F747D
RGB: (127,116,125)

Color info

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

RGB color model

#7F747D color RGB value is (127,116,125).

  • red value is 127;
  • green value is 116;
  • blue value is 125.
RGB:
(127,116,125)
(50%,45%,49%)

RGB channels and saturation

R 127 of 255 = 50%
G 116 of 255 = 45%
B 125 of 255 = 49%

127
116
125

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

Portions of RGB colors in percentages

R + G + B =
127 + 116 + 125 = 368 (100%)
R 127 of 368 ~ 34.51%
G 116 of 368 ~ 31.52%
B 125 of 368 ~ 33.97%

%34.51
%31.52
%33.97

CMYK color model

#7F747D color CMYK value is (0,9,2,50).

  • cyan value is 0.00%
  • magenta value is 8.66%
  • yellow value is 1.57%
  • key color value is 50.20%
CMYK:
(0,9,2,50)
C0M9Y2K50 
(0%,9%,2%,50%)
(0.00/0.09/0.02/0.50)	

CMYK percentages

%0
%8.66
%1.57
%50.2

Codes

Color #7F747D in popluar color models

7F747D
RGB127116125
HSL311°4.53%47.65%
HSB/HSV311°8.66%49.80%
CMYK0.00%8.66%1.57%
50.20%

Color #7F747D in popluar number systems.

HEX7F747D
Decimal127116125
Binary111111111101001111101
Octal177164175

Shades and tints

Shades of #7F747D

#7F747D
(127,116,125)
#746A72
(116,106,114)
#696067
(105,96,103)
#5E565C
(94,86,92)
#534C51
(83,76,81)
#484246
(72,66,70)
#3D383B
(61,56,59)
#322E30
(50,46,48)
#272425
(39,36,37)
#1C1A1A
(28,26,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #7F747D

#7F747D
(127,116,125)
#8A8088
(138,128,136)
#958C93
(149,140,147)
#A0989E
(160,152,158)
#ABA4A9
(171,164,169)
#B6B0B4
(182,176,180)
#C1BCBF
(193,188,191)
#CCC8CA
(204,200,202)
#D7D4D5
(215,212,213)
#E2E0E0
(226,224,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F747D color. Also use rgb(127,116,125) instead hex code.

Text Font Color

.myTextColor { color: #7F747D; }

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

This text font color is #7F747D.


Background Color

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

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

This div background color is #7F747D.


Border color

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

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

This div border color is #7F747D.


Opacity

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

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

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

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

This text has shadow with #7F747D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F747D on black background.


Color preview on white background

This text has color #7F747D on white background.



Black color preview on #7F747D background

This text has black color on #7F747D background.


White color preview on #7F747D background

This text has white color on #7F747D background.