COLOR #7F707F

HEX: #7F707F RGB: (127,112,127)

Color info

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

RGB color model

#7F707F color RGB value is (127,112,127).

RGB: (127,112,127) (50%, 44%, 50%)

RGB channels and saturation

R 127 of 255 = 50%
G 112 of 255 = 44%
B 127 of 255 = 50%

127
112
127

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

Portions of RGB colors in percentages

R + G + B = 127 + 112 + 127 = 366 (100%)
R 127 of 366 ~ 34.7%
G 112 of 366 ~ 30.6%
B 127 of 366 ~ 34.7'%

%34.7
%30.6
%34.7

CMYK color model

#7F707F color CMYK value is (0,12,0,50).

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (0,12,0,50)
C0M12Y0K50 (0%, 12%, 0%, 50%)
(0.00 / 0.12 / 0.00 / 0.50)

CMYK percentages

%0
%11.81
%0
%50.2

Codes

Color #7F707F in popluar color models

7F 70 7F
RGB 127 112 127
HSL 300° 6.28% 46.86%
HSB/HSV 300° 11.81% 49.80%
CMYK 0.00% 11.81% 0.00%
50.20%

Color #7F707F in popluar number systems.

HEX 7F 70 7F
Decimal 127 112 127
Binary 1111111 1110000 1111111
Octal 177 160 177

Shades and tints

Shades of #7F707F

#7F707F
(127,112,127)
#746674
(116,102,116)
#695C69
(105,92,105)
#5E525E
(94,82,94)
#534853
(83,72,83)
#483E48
(72,62,72)
#3D343D
(61,52,61)
#322A32
(50,42,50)
#272027
(39,32,39)
#1C161C
(28,22,28)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F707F

#7F707F
(127,112,127)
#8A7D8A
(138,125,138)
#958A95
(149,138,149)
#A097A0
(160,151,160)
#ABA4AB
(171,164,171)
#B6B1B6
(182,177,182)
#C1BEC1
(193,190,193)
#CCCBCC
(204,203,204)
#D7D8D7
(215,216,215)
#E2E5E2
(226,229,226)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F707F; }

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

This text font color is #7F707F.

Background Color

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

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

This div background color is #7F707F.

Border color

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

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

This div border color is #7F707F.

Opacity

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

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

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

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

This text has shadow with #7F707F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F707F.

Preview

Color preview on black background

This text has color #7F707F on black background.


Color preview on white background

This text has color #7F707F on white background.


Black color preview on #7F707F background

This text has black color on #7F707F background.


White color preview on #7F707F background

This text has white color on #7F707F background.


Related colors

Complementary color

Complementary color for #hex is #808F80.


I love getcolorcode.com

Triadic colors

1 #7F7F70 and #707F7F with #7F707F are triadic colors.

2 #7F707F and #707F7F with #7F707F are triadic colors.