COLOR #7F767C

HEX: #7F767C
RGB: (127,118,124)

Color info

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

RGB color model

#7F767C color RGB value is (127,118,124).

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

RGB channels and saturation

R 127 of 255 = 50%
G 118 of 255 = 46%
B 124 of 255 = 49%

127
118
124

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

Portions of RGB colors in percentages

R + G + B =
127 + 118 + 124 = 369 (100%)
R 127 of 369 ~ 34.42%
G 118 of 369 ~ 31.98%
B 124 of 369 ~ 33.6%

%34.42
%31.98
%33.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.09%
  • yellow value is 2.36%
  • key color value is 50.20%
CMYK:
(0,7,2,50)
C0M7Y2K50 
(0%,7%,2%,50%)
(0.00/0.07/0.02/0.50)	

CMYK percentages

%0
%7.09
%2.36
%50.2

Codes

Color #7F767C in popluar color models

7F767C
RGB127118124
HSL320°3.67%48.04%
HSB/HSV320°7.09%49.80%
CMYK0.00%7.09%2.36%
50.20%

Color #7F767C in popluar number systems.

HEX7F767C
Decimal127118124
Binary111111111101101111100
Octal177166174

Shades and tints

Shades of #7F767C

#7F767C
(127,118,124)
#746C71
(116,108,113)
#696266
(105,98,102)
#5E585B
(94,88,91)
#534E50
(83,78,80)
#484445
(72,68,69)
#3D3A3A
(61,58,58)
#32302F
(50,48,47)
#272624
(39,38,36)
#1C1C19
(28,28,25)
#11120E
(17,18,14)
#000000
(0,0,0)

Tints of #7F767C

#7F767C
(127,118,124)
#8A8287
(138,130,135)
#958E92
(149,142,146)
#A09A9D
(160,154,157)
#ABA6A8
(171,166,168)
#B6B2B3
(182,178,179)
#C1BEBE
(193,190,190)
#CCCAC9
(204,202,201)
#D7D6D4
(215,214,212)
#E2E2DF
(226,226,223)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F767C; }

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

This text font color is #7F767C.


Background Color

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

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

This div background color is #7F767C.


Border color

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

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

This div border color is #7F767C.


Opacity

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

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

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

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

This text has shadow with #7F767C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F767C on black background.


Color preview on white background

This text has color #7F767C on white background.



Black color preview on #7F767C background

This text has black color on #7F767C background.


White color preview on #7F767C background

This text has white color on #7F767C background.