COLOR #7F524B

HEX: #7F524B RGB: (127,82,75)

Color info

#7F524B contains red, green and blue colors in about the same proportion. Web safe color of #7F524B is #666633 (or #663).

RGB color model

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

RGB: (127,82,75) (50%, 32%, 29%)

RGB channels and saturation

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

127
82
75

R + G + B ~ 37%. #7F524B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 127 + 82 + 75 = 284 (100%)
R 127 of 284 ~ 44.72%
G 82 of 284 ~ 28.87%
B 75 of 284 ~ 26.41'%

%44.72
%28.87
%26.41

CMYK color model

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

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

CMYK: (0,35,41,50)
C0M35Y41K50 (0%, 35%, 41%, 50%)
(0.00 / 0.35 / 0.41 / 0.50)

CMYK percentages

%0
%35.43
%40.94
%50.2

Codes

Color #7F524B in popluar color models

7F 52 4B
RGB 127 82 75
HSL 25.74% 39.61%
HSB/HSV 40.94% 49.80%
CMYK 0.00% 35.43% 40.94%
50.20%

Color #7F524B in popluar number systems.

HEX 7F 52 4B
Decimal 127 82 75
Binary 1111111 1010010 1001011
Octal 177 122 113

Shades and tints

Shades of #7F524B

#7F524B
(127,82,75)
#744B45
(116,75,69)
#69443F
(105,68,63)
#5E3D39
(94,61,57)
#533633
(83,54,51)
#482F2D
(72,47,45)
#3D2827
(61,40,39)
#322121
(50,33,33)
#271A1B
(39,26,27)
#1C1315
(28,19,21)
#110C0F
(17,12,15)
#000000
(0,0,0)

Tints of #7F524B

#7F524B
(127,82,75)
#8A615B
(138,97,91)
#95706B
(149,112,107)
#A07F7B
(160,127,123)
#AB8E8B
(171,142,139)
#B69D9B
(182,157,155)
#C1ACAB
(193,172,171)
#CCBBBB
(204,187,187)
#D7CACB
(215,202,203)
#E2D9DB
(226,217,219)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F524B; }

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

This text font color is #7F524B.

Background Color

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

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

This div background color is #7F524B.

Border color

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

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

This div border color is #7F524B.

Opacity

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

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

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

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

This text has shadow with #7F524B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F524B.

Preview

Color preview on black background

This text has color #7F524B on black background.


Color preview on white background

This text has color #7F524B on white background.


Black color preview on #7F524B background

This text has black color on #7F524B background.


White color preview on #7F524B background

This text has white color on #7F524B background.


Related colors

Complementary color

Complementary color for #hex is #80ADB4.


I love getcolorcode.com

Triadic colors

1 #4B7F52 and #524B7F with #7F524B are triadic colors.

2 #4B527F and #527F4B with #7F524B are triadic colors.