COLOR #7F6A7F

HEX: #7F6A7F
RGB: (127,106,127)

Color info

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

RGB color model

#7F6A7F color RGB value is (127,106,127).

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

RGB channels and saturation

R 127 of 255 = 50%
G 106 of 255 = 42%
B 127 of 255 = 50%

127
106
127

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

Portions of RGB colors in percentages

R + G + B =
127 + 106 + 127 = 360 (100%)
R 127 of 360 ~ 35.28%
G 106 of 360 ~ 29.44%
B 127 of 360 ~ 35.28%

%35.28
%29.44
%35.28

CMYK color model

#7F6A7F color CMYK value is (0,17,0,50).

  • cyan value is 0.00%
  • magenta value is 16.54%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(0,17,0,50)
C0M17Y0K50 
(0%,17%,0%,50%)
(0.00/0.17/0.00/0.50)	

CMYK percentages

%0
%16.54
%0
%50.2

Codes

Color #7F6A7F in popluar color models

7F6A7F
RGB127106127
HSL300°9.01%45.69%
HSB/HSV300°16.54%49.80%
CMYK0.00%16.54%0.00%
50.20%

Color #7F6A7F in popluar number systems.

HEX7F6A7F
Decimal127106127
Binary111111111010101111111
Octal177152177

Shades and tints

Shades of #7F6A7F

#7F6A7F
(127,106,127)
#746174
(116,97,116)
#695869
(105,88,105)
#5E4F5E
(94,79,94)
#534653
(83,70,83)
#483D48
(72,61,72)
#3D343D
(61,52,61)
#322B32
(50,43,50)
#272227
(39,34,39)
#1C191C
(28,25,28)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #7F6A7F

#7F6A7F
(127,106,127)
#8A778A
(138,119,138)
#958495
(149,132,149)
#A091A0
(160,145,160)
#AB9EAB
(171,158,171)
#B6ABB6
(182,171,182)
#C1B8C1
(193,184,193)
#CCC5CC
(204,197,204)
#D7D2D7
(215,210,215)
#E2DFE2
(226,223,226)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6A7F; }

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

This text font color is #7F6A7F.


Background Color

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

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

This div background color is #7F6A7F.


Border color

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

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

This div border color is #7F6A7F.


Opacity

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

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

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

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

This text has shadow with #7F6A7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6A7F on black background.


Color preview on white background

This text has color #7F6A7F on white background.



Black color preview on #7F6A7F background

This text has black color on #7F6A7F background.


White color preview on #7F6A7F background

This text has white color on #7F6A7F background.