COLOR #7F737C

HEX: #7F737C
RGB: (127,115,124)

Color info

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

RGB color model

#7F737C color RGB value is (127,115,124).

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

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 124 of 255 = 49%

127
115
124

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

Portions of RGB colors in percentages

R + G + B =
127 + 115 + 124 = 366 (100%)
R 127 of 366 ~ 34.7%
G 115 of 366 ~ 31.42%
B 124 of 366 ~ 33.88%

%34.7
%31.42
%33.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 2.36%
  • 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
%9.45
%2.36
%50.2

Codes

Color #7F737C in popluar color models

7F737C
RGB127115124
HSL315°4.96%47.45%
HSB/HSV315°9.45%49.80%
CMYK0.00%9.45%2.36%
50.20%

Color #7F737C in popluar number systems.

HEX7F737C
Decimal127115124
Binary111111111100111111100
Octal177163174

Shades and tints

Shades of #7F737C

#7F737C
(127,115,124)
#746971
(116,105,113)
#695F66
(105,95,102)
#5E555B
(94,85,91)
#534B50
(83,75,80)
#484145
(72,65,69)
#3D373A
(61,55,58)
#322D2F
(50,45,47)
#272324
(39,35,36)
#1C1919
(28,25,25)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #7F737C

#7F737C
(127,115,124)
#8A7F87
(138,127,135)
#958B92
(149,139,146)
#A0979D
(160,151,157)
#ABA3A8
(171,163,168)
#B6AFB3
(182,175,179)
#C1BBBE
(193,187,190)
#CCC7C9
(204,199,201)
#D7D3D4
(215,211,212)
#E2DFDF
(226,223,223)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F737C; }

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

This text font color is #7F737C.


Background Color

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

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

This div background color is #7F737C.


Border color

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

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

This div border color is #7F737C.


Opacity

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

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

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

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

This text has shadow with #7F737C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F737C on black background.


Color preview on white background

This text has color #7F737C on white background.



Black color preview on #7F737C background

This text has black color on #7F737C background.


White color preview on #7F737C background

This text has white color on #7F737C background.