COLOR #7F676B

HEX: #7F676B
RGB: (127,103,107)

Color info

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

RGB color model

#7F676B color RGB value is (127,103,107).

  • red value is 127;
  • green value is 103;
  • blue value is 107.
RGB:
(127,103,107)
(50%,40%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 103 of 255 = 40%
B 107 of 255 = 42%

127
103
107

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

Portions of RGB colors in percentages

R + G + B =
127 + 103 + 107 = 337 (100%)
R 127 of 337 ~ 37.69%
G 103 of 337 ~ 30.56%
B 107 of 337 ~ 31.75%

%37.69
%30.56
%31.75

CMYK color model

#7F676B color CMYK value is (0,19,16,50).

  • cyan value is 0.00%
  • magenta value is 18.90%
  • yellow value is 15.75%
  • key color value is 50.20%
CMYK:
(0,19,16,50)
C0M19Y16K50 
(0%,19%,16%,50%)
(0.00/0.19/0.16/0.50)	

CMYK percentages

%0
%18.9
%15.75
%50.2

Codes

Color #7F676B in popluar color models

7F676B
RGB127103107
HSL350°10.43%45.10%
HSB/HSV350°18.90%49.80%
CMYK0.00%18.90%15.75%
50.20%

Color #7F676B in popluar number systems.

HEX7F676B
Decimal127103107
Binary111111111001111101011
Octal177147153

Shades and tints

Shades of #7F676B

#7F676B
(127,103,107)
#745E62
(116,94,98)
#695559
(105,85,89)
#5E4C50
(94,76,80)
#534347
(83,67,71)
#483A3E
(72,58,62)
#3D3135
(61,49,53)
#32282C
(50,40,44)
#271F23
(39,31,35)
#1C161A
(28,22,26)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #7F676B

#7F676B
(127,103,107)
#8A7478
(138,116,120)
#958185
(149,129,133)
#A08E92
(160,142,146)
#AB9B9F
(171,155,159)
#B6A8AC
(182,168,172)
#C1B5B9
(193,181,185)
#CCC2C6
(204,194,198)
#D7CFD3
(215,207,211)
#E2DCE0
(226,220,224)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F676B; }

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

This text font color is #7F676B.


Background Color

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

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

This div background color is #7F676B.


Border color

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

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

This div border color is #7F676B.


Opacity

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

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

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

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

This text has shadow with #7F676B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F676B on black background.


Color preview on white background

This text has color #7F676B on white background.



Black color preview on #7F676B background

This text has black color on #7F676B background.


White color preview on #7F676B background

This text has white color on #7F676B background.