COLOR #7F646F

HEX: #7F646F
RGB: (127,100,111)

Color info

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

RGB color model

#7F646F color RGB value is (127,100,111).

  • red value is 127;
  • green value is 100;
  • blue value is 111.
RGB:
(127,100,111)
(50%,39%,44%)

RGB channels and saturation

R 127 of 255 = 50%
G 100 of 255 = 39%
B 111 of 255 = 44%

127
100
111

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

Portions of RGB colors in percentages

R + G + B =
127 + 100 + 111 = 338 (100%)
R 127 of 338 ~ 37.57%
G 100 of 338 ~ 29.59%
B 111 of 338 ~ 32.84%

%37.57
%29.59
%32.84

CMYK color model

#7F646F color CMYK value is (0,21,13,50).

  • cyan value is 0.00%
  • magenta value is 21.26%
  • yellow value is 12.60%
  • key color value is 50.20%
CMYK:
(0,21,13,50)
C0M21Y13K50 
(0%,21%,13%,50%)
(0.00/0.21/0.13/0.50)	

CMYK percentages

%0
%21.26
%12.6
%50.2

Codes

Color #7F646F in popluar color models

7F646F
RGB127100111
HSL336°11.89%44.51%
HSB/HSV336°21.26%49.80%
CMYK0.00%21.26%12.60%
50.20%

Color #7F646F in popluar number systems.

HEX7F646F
Decimal127100111
Binary111111111001001101111
Octal177144157

Shades and tints

Shades of #7F646F

#7F646F
(127,100,111)
#745B65
(116,91,101)
#69525B
(105,82,91)
#5E4951
(94,73,81)
#534047
(83,64,71)
#48373D
(72,55,61)
#3D2E33
(61,46,51)
#322529
(50,37,41)
#271C1F
(39,28,31)
#1C1315
(28,19,21)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #7F646F

#7F646F
(127,100,111)
#8A727C
(138,114,124)
#958089
(149,128,137)
#A08E96
(160,142,150)
#AB9CA3
(171,156,163)
#B6AAB0
(182,170,176)
#C1B8BD
(193,184,189)
#CCC6CA
(204,198,202)
#D7D4D7
(215,212,215)
#E2E2E4
(226,226,228)
#EDF0F1
(237,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F646F; }

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

This text font color is #7F646F.


Background Color

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

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

This div background color is #7F646F.


Border color

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

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

This div border color is #7F646F.


Opacity

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

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

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

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

This text has shadow with #7F646F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F646F on black background.


Color preview on white background

This text has color #7F646F on white background.



Black color preview on #7F646F background

This text has black color on #7F646F background.


White color preview on #7F646F background

This text has white color on #7F646F background.