COLOR #7F627F

HEX: #7F627F
RGB: (127,98,127)

Color info

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

RGB color model

#7F627F color RGB value is (127,98,127).

  • red value is 127;
  • green value is 98;
  • blue value is 127.
RGB:
(127,98,127)
(50%,38%,50%)

RGB channels and saturation

R 127 of 255 = 50%
G 98 of 255 = 38%
B 127 of 255 = 50%

127
98
127

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

Portions of RGB colors in percentages

R + G + B =
127 + 98 + 127 = 352 (100%)
R 127 of 352 ~ 36.08%
G 98 of 352 ~ 27.84%
B 127 of 352 ~ 36.08%

%36.08
%27.84
%36.08

CMYK color model

#7F627F color CMYK value is (0,23,0,50).

  • cyan value is 0.00%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(0,23,0,50)
C0M23Y0K50 
(0%,23%,0%,50%)
(0.00/0.23/0.00/0.50)	

CMYK percentages

%0
%22.83
%0
%50.2

Codes

Color #7F627F in popluar color models

7F627F
RGB12798127
HSL300°12.89%44.12%
HSB/HSV300°22.83%49.80%
CMYK0.00%22.83%0.00%
50.20%

Color #7F627F in popluar number systems.

HEX7F627F
Decimal12798127
Binary111111111000101111111
Octal177142177

Shades and tints

Shades of #7F627F

#7F627F
(127,98,127)
#745A74
(116,90,116)
#695269
(105,82,105)
#5E4A5E
(94,74,94)
#534253
(83,66,83)
#483A48
(72,58,72)
#3D323D
(61,50,61)
#322A32
(50,42,50)
#272227
(39,34,39)
#1C1A1C
(28,26,28)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #7F627F

#7F627F
(127,98,127)
#8A708A
(138,112,138)
#957E95
(149,126,149)
#A08CA0
(160,140,160)
#AB9AAB
(171,154,171)
#B6A8B6
(182,168,182)
#C1B6C1
(193,182,193)
#CCC4CC
(204,196,204)
#D7D2D7
(215,210,215)
#E2E0E2
(226,224,226)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F627F; }

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

This text font color is #7F627F.


Background Color

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

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

This div background color is #7F627F.


Border color

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

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

This div border color is #7F627F.


Opacity

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

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

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

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

This text has shadow with #7F627F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F627F on black background.


Color preview on white background

This text has color #7F627F on white background.



Black color preview on #7F627F background

This text has black color on #7F627F background.


White color preview on #7F627F background

This text has white color on #7F627F background.