COLOR #7F527F

HEX: #7F527F
RGB: (127,82,127)

Color info

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

RGB color model

#7F527F color RGB value is (127,82,127).

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

RGB channels and saturation

R 127 of 255 = 50%
G 82 of 255 = 32%
B 127 of 255 = 50%

127
82
127

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

Portions of RGB colors in percentages

R + G + B =
127 + 82 + 127 = 336 (100%)
R 127 of 336 ~ 37.8%
G 82 of 336 ~ 24.4%
B 127 of 336 ~ 37.8%

%37.8
%24.4
%37.8

CMYK color model

#7F527F color CMYK value is (0,35,0,50).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(0,35,0,50)
C0M35Y0K50 
(0%,35%,0%,50%)
(0.00/0.35/0.00/0.50)	

CMYK percentages

%0
%35.43
%0
%50.2

Codes

Color #7F527F in popluar color models

7F527F
RGB12782127
HSL300°21.53%40.98%
HSB/HSV300°35.43%49.80%
CMYK0.00%35.43%0.00%
50.20%

Color #7F527F in popluar number systems.

HEX7F527F
Decimal12782127
Binary111111110100101111111
Octal177122177

Shades and tints

Shades of #7F527F

#7F527F
(127,82,127)
#744B74
(116,75,116)
#694469
(105,68,105)
#5E3D5E
(94,61,94)
#533653
(83,54,83)
#482F48
(72,47,72)
#3D283D
(61,40,61)
#322132
(50,33,50)
#271A27
(39,26,39)
#1C131C
(28,19,28)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F527F

#7F527F
(127,82,127)
#8A618A
(138,97,138)
#957095
(149,112,149)
#A07FA0
(160,127,160)
#AB8EAB
(171,142,171)
#B69DB6
(182,157,182)
#C1ACC1
(193,172,193)
#CCBBCC
(204,187,204)
#D7CAD7
(215,202,215)
#E2D9E2
(226,217,226)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F527F; }

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

This text font color is #7F527F.


Background Color

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

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

This div background color is #7F527F.


Border color

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

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

This div border color is #7F527F.


Opacity

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

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

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

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

This text has shadow with #7F527F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F527F on black background.


Color preview on white background

This text has color #7F527F on white background.



Black color preview on #7F527F background

This text has black color on #7F527F background.


White color preview on #7F527F background

This text has white color on #7F527F background.