COLOR #7F756F

HEX: #7F756F RGB: (127,117,111)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
117
111

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

Portions of RGB colors in percentages

R + G + B = 127 + 117 + 111 = 355 (100%)
R 127 of 355 ~ 35.77%
G 117 of 355 ~ 32.96%
B 111 of 355 ~ 31.27'%

%35.77
%32.96
%31.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 12.60%
  • key color value is 50.20%
CMYK: (0,8,13,50) C0M8Y13K50 (0%,8%,13%,50%) (0.00/0.08/0.13/0.50) 

CMYK percentages

%0
%7.87
%12.6
%50.2

Codes

Color #7F756F in popluar color models

7F 75 6F
RGB 127 117 111
HSL 23° 6.72% 46.67%
HSB/HSV 23° 12.60% 49.80%
CMYK 0.00% 7.87% 12.60%
50.20%

Color #7F756F in popluar number systems.

HEX 7F 75 6F
Decimal 127 117 111
Binary 1111111 1110101 1101111
Octal 177 165 157

Shades and tints

Shades of #7F756F

#7F756F
(127,117,111)
#746B65
(116,107,101)
#69615B
(105,97,91)
#5E5751
(94,87,81)
#534D47
(83,77,71)
#48433D
(72,67,61)
#3D3933
(61,57,51)
#322F29
(50,47,41)
#27251F
(39,37,31)
#1C1B15
(28,27,21)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #7F756F

#7F756F
(127,117,111)
#8A817C
(138,129,124)
#958D89
(149,141,137)
#A09996
(160,153,150)
#ABA5A3
(171,165,163)
#B6B1B0
(182,177,176)
#C1BDBD
(193,189,189)
#CCC9CA
(204,201,202)
#D7D5D7
(215,213,215)
#E2E1E4
(226,225,228)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F756F; }

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

This text font color is #7F756F.

Background Color

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

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

This div background color is #7F756F.

Border color

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

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

This div border color is #7F756F.

Opacity

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

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

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

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

This text has shadow with #7F756F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F756F.

Preview

Color preview on black background

This text has color #7F756F on black background.


Color preview on white background

This text has color #7F756F on white background.


Black color preview on #7F756F background

This text has black color on #7F756F background.


White color preview on #7F756F background

This text has white color on #7F756F background.


Related colors

Complementary color

Complementary color for #hex is #808A90.


I love getcolorcode.com

Triadic colors

1 #6F7F75 and #756F7F with #7F756F are triadic colors.

2 #6F757F and #757F6F with #7F756F are triadic colors.