COLOR #7F686D

HEX: #7F686D
RGB: (127,104,109)

Color info

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

RGB color model

#7F686D color RGB value is (127,104,109).

  • red value is 127;
  • green value is 104;
  • blue value is 109.
RGB:
(127,104,109)
(50%,41%,43%)

RGB channels and saturation

R 127 of 255 = 50%
G 104 of 255 = 41%
B 109 of 255 = 43%

127
104
109

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

Portions of RGB colors in percentages

R + G + B =
127 + 104 + 109 = 340 (100%)
R 127 of 340 ~ 37.35%
G 104 of 340 ~ 30.59%
B 109 of 340 ~ 32.06%

%37.35
%30.59
%32.06

CMYK color model

#7F686D color CMYK value is (0,18,14,50).

  • cyan value is 0.00%
  • magenta value is 18.11%
  • yellow value is 14.17%
  • key color value is 50.20%
CMYK:
(0,18,14,50)
C0M18Y14K50 
(0%,18%,14%,50%)
(0.00/0.18/0.14/0.50)	

CMYK percentages

%0
%18.11
%14.17
%50.2

Codes

Color #7F686D in popluar color models

7F686D
RGB127104109
HSL347°9.96%45.29%
HSB/HSV347°18.11%49.80%
CMYK0.00%18.11%14.17%
50.20%

Color #7F686D in popluar number systems.

HEX7F686D
Decimal127104109
Binary111111111010001101101
Octal177150155

Shades and tints

Shades of #7F686D

#7F686D
(127,104,109)
#745F64
(116,95,100)
#69565B
(105,86,91)
#5E4D52
(94,77,82)
#534449
(83,68,73)
#483B40
(72,59,64)
#3D3237
(61,50,55)
#32292E
(50,41,46)
#272025
(39,32,37)
#1C171C
(28,23,28)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #7F686D

#7F686D
(127,104,109)
#8A757A
(138,117,122)
#958287
(149,130,135)
#A08F94
(160,143,148)
#AB9CA1
(171,156,161)
#B6A9AE
(182,169,174)
#C1B6BB
(193,182,187)
#CCC3C8
(204,195,200)
#D7D0D5
(215,208,213)
#E2DDE2
(226,221,226)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F686D; }

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

This text font color is #7F686D.


Background Color

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

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

This div background color is #7F686D.


Border color

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

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

This div border color is #7F686D.


Opacity

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

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

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

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

This text has shadow with #7F686D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F686D on black background.


Color preview on white background

This text has color #7F686D on white background.



Black color preview on #7F686D background

This text has black color on #7F686D background.


White color preview on #7F686D background

This text has white color on #7F686D background.