COLOR #7F7477

HEX: #7F7477
RGB: (127,116,119)

Color info

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

RGB color model

#7F7477 color RGB value is (127,116,119).

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

RGB channels and saturation

R 127 of 255 = 50%
G 116 of 255 = 45%
B 119 of 255 = 47%

127
116
119

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

Portions of RGB colors in percentages

R + G + B =
127 + 116 + 119 = 362 (100%)
R 127 of 362 ~ 35.08%
G 116 of 362 ~ 32.04%
B 119 of 362 ~ 32.87%

%35.08
%32.04
%32.87

CMYK color model

#7F7477 color CMYK value is (0,9,6,50).

  • cyan value is 0.00%
  • magenta value is 8.66%
  • yellow value is 6.30%
  • key color value is 50.20%
CMYK: (0,9,6,50) C0M9Y6K50 (0%,9%,6%,50%) (0.00/0.09/0.06/0.50)

CMYK percentages

%0
%8.66
%6.3
%50.2

Codes

Color #7F7477 in popluar color models

7F7477
RGB127116119
HSL344°4.53%47.65%
HSB/HSV344°8.66%49.80%
CMYK0.00%8.66%6.30%
50.20%

Color #7F7477 in popluar number systems.

HEX7F7477
Decimal127116119
Binary111111111101001110111
Octal177164167

Shades and tints

Shades of #7F7477

#7F7477
(127,116,119)
#746A6D
(116,106,109)
#696063
(105,96,99)
#5E5659
(94,86,89)
#534C4F
(83,76,79)
#484245
(72,66,69)
#3D383B
(61,56,59)
#322E31
(50,46,49)
#272427
(39,36,39)
#1C1A1D
(28,26,29)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #7F7477

#7F7477
(127,116,119)
#8A8083
(138,128,131)
#958C8F
(149,140,143)
#A0989B
(160,152,155)
#ABA4A7
(171,164,167)
#B6B0B3
(182,176,179)
#C1BCBF
(193,188,191)
#CCC8CB
(204,200,203)
#D7D4D7
(215,212,215)
#E2E0E3
(226,224,227)
#EDECEF
(237,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7477; }

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

This text font color is #7F7477.


Background Color

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

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

This div background color is #7F7477.


Border color

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

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

This div border color is #7F7477.


Opacity

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

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

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

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

This text has shadow with #7F7477 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #7F7477 on black background.


Color preview on white background

This text has color #7F7477 on white background.



Black color preview on #7F7477 background

This text has black color on #7F7477 background.


White color preview on #7F7477 background

This text has white color on #7F7477 background.