COLOR #7F757F

HEX: #7F757F RGB: (127,117,127)

Color info

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

RGB color model

#7F757F color RGB value is (127,117,127).

RGB: (127,117,127) (50%, 46%, 50%)

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 127 of 255 = 50%

127
117
127

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

Portions of RGB colors in percentages

R + G + B = 127 + 117 + 127 = 371 (100%)
R 127 of 371 ~ 34.23%
G 117 of 371 ~ 31.54%
B 127 of 371 ~ 34.23'%

%34.23
%31.54
%34.23

CMYK color model

#7F757F color CMYK value is (0,8,0,50).

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

CMYK: (0,8,0,50)
C0M8Y0K50 (0%, 8%, 0%, 50%)
(0.00 / 0.08 / 0.00 / 0.50)

CMYK percentages

%0
%7.87
%0
%50.2

Codes

Color #7F757F in popluar color models

7F 75 7F
RGB 127 117 127
HSL 300° 4.10% 47.84%
HSB/HSV 300° 7.87% 49.80%
CMYK 0.00% 7.87% 0.00%
50.20%

Color #7F757F in popluar number systems.

HEX 7F 75 7F
Decimal 127 117 127
Binary 1111111 1110101 1111111
Octal 177 165 177

Shades and tints

Shades of #7F757F

#7F757F
(127,117,127)
#746B74
(116,107,116)
#696169
(105,97,105)
#5E575E
(94,87,94)
#534D53
(83,77,83)
#484348
(72,67,72)
#3D393D
(61,57,61)
#322F32
(50,47,50)
#272527
(39,37,39)
#1C1B1C
(28,27,28)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #7F757F

#7F757F
(127,117,127)
#8A818A
(138,129,138)
#958D95
(149,141,149)
#A099A0
(160,153,160)
#ABA5AB
(171,165,171)
#B6B1B6
(182,177,182)
#C1BDC1
(193,189,193)
#CCC9CC
(204,201,204)
#D7D5D7
(215,213,215)
#E2E1E2
(226,225,226)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F757F; }

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

This text font color is #7F757F.

Background Color

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

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

This div background color is #7F757F.

Border color

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

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

This div border color is #7F757F.

Opacity

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

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

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

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

This text has shadow with #7F757F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F757F.

Preview

Color preview on black background

This text has color #7F757F on black background.


Color preview on white background

This text has color #7F757F on white background.


Black color preview on #7F757F background

This text has black color on #7F757F background.


White color preview on #7F757F background

This text has white color on #7F757F background.


Related colors

Complementary color

Complementary color for #hex is #808A80.


I love getcolorcode.com

Triadic colors

1 #7F7F75 and #757F7F with #7F757F are triadic colors.

2 #7F757F and #757F7F with #7F757F are triadic colors.