COLOR #7F756B

HEX: #7F756B RGB: (127,117,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
117
107

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

Portions of RGB colors in percentages

R + G + B = 127 + 117 + 107 = 351 (100%)
R 127 of 351 ~ 36.18%
G 117 of 351 ~ 33.33%
B 107 of 351 ~ 30.48'%

%36.18
%33.33
%30.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 15.75%
  • key color value is 50.20%
CMYK: (0,8,16,50) C0M8Y16K50 (0%,8%,16%,50%) (0.00/0.08/0.16/0.50) 

CMYK percentages

%0
%7.87
%15.75
%50.2

Codes

Color #7F756B in popluar color models

7F 75 6B
RGB 127 117 107
HSL 30° 8.55% 45.88%
HSB/HSV 30° 15.75% 49.80%
CMYK 0.00% 7.87% 15.75%
50.20%

Color #7F756B in popluar number systems.

HEX 7F 75 6B
Decimal 127 117 107
Binary 1111111 1110101 1101011
Octal 177 165 153

Shades and tints

Shades of #7F756B

#7F756B
(127,117,107)
#746B62
(116,107,98)
#696159
(105,97,89)
#5E5750
(94,87,80)
#534D47
(83,77,71)
#48433E
(72,67,62)
#3D3935
(61,57,53)
#322F2C
(50,47,44)
#272523
(39,37,35)
#1C1B1A
(28,27,26)
#111111
(17,17,17)
#000000
(0,0,0)

Tints of #7F756B

#7F756B
(127,117,107)
#8A8178
(138,129,120)
#958D85
(149,141,133)
#A09992
(160,153,146)
#ABA59F
(171,165,159)
#B6B1AC
(182,177,172)
#C1BDB9
(193,189,185)
#CCC9C6
(204,201,198)
#D7D5D3
(215,213,211)
#E2E1E0
(226,225,224)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F756B; }

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

This text font color is #7F756B.

Background Color

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

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

This div background color is #7F756B.

Border color

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

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

This div border color is #7F756B.

Opacity

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

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

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

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

This text has shadow with #7F756B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F756B.

Preview

Color preview on black background

This text has color #7F756B on black background.


Color preview on white background

This text has color #7F756B on white background.


Black color preview on #7F756B background

This text has black color on #7F756B background.


White color preview on #7F756B background

This text has white color on #7F756B background.


Related colors

Complementary color

Complementary color for #hex is #808A94.


I love getcolorcode.com

Triadic colors

1 #6B7F75 and #756B7F with #7F756B are triadic colors.

2 #6B757F and #757F6B with #7F756B are triadic colors.