COLOR #7F525F

HEX: #7F525F RGB: (127,82,95)

Color info

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

RGB color model

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

RGB: (127,82,95) (50%, 32%, 37%)

RGB channels and saturation

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

127
82
95

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

Portions of RGB colors in percentages

R + G + B = 127 + 82 + 95 = 304 (100%)
R 127 of 304 ~ 41.78%
G 82 of 304 ~ 26.97%
B 95 of 304 ~ 31.25'%

%41.78
%26.97
%31.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 25.20%
  • key color value is 50.20%

CMYK: (0,35,25,50)
C0M35Y25K50 (0%, 35%, 25%, 50%)
(0.00 / 0.35 / 0.25 / 0.50)

CMYK percentages

%0
%35.43
%25.2
%50.2

Codes

Color #7F525F in popluar color models

7F 52 5F
RGB 127 82 95
HSL 343° 21.53% 40.98%
HSB/HSV 343° 35.43% 49.80%
CMYK 0.00% 35.43% 25.20%
50.20%

Color #7F525F in popluar number systems.

HEX 7F 52 5F
Decimal 127 82 95
Binary 1111111 1010010 1011111
Octal 177 122 137

Shades and tints

Shades of #7F525F

#7F525F
(127,82,95)
#744B57
(116,75,87)
#69444F
(105,68,79)
#5E3D47
(94,61,71)
#53363F
(83,54,63)
#482F37
(72,47,55)
#3D282F
(61,40,47)
#322127
(50,33,39)
#271A1F
(39,26,31)
#1C1317
(28,19,23)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #7F525F

#7F525F
(127,82,95)
#8A616D
(138,97,109)
#95707B
(149,112,123)
#A07F89
(160,127,137)
#AB8E97
(171,142,151)
#B69DA5
(182,157,165)
#C1ACB3
(193,172,179)
#CCBBC1
(204,187,193)
#D7CACF
(215,202,207)
#E2D9DD
(226,217,221)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F525F; }

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

This text font color is #7F525F.

Background Color

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

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

This div background color is #7F525F.

Border color

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

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

This div border color is #7F525F.

Opacity

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

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

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

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

This text has shadow with #7F525F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F525F.

Preview

Color preview on black background

This text has color #7F525F on black background.


Color preview on white background

This text has color #7F525F on white background.


Black color preview on #7F525F background

This text has black color on #7F525F background.


White color preview on #7F525F background

This text has white color on #7F525F background.


Related colors

Complementary color

Complementary color for #hex is #80ADA0.


I love getcolorcode.com

Triadic colors

1 #5F7F52 and #525F7F with #7F525F are triadic colors.

2 #5F527F and #527F5F with #7F525F are triadic colors.