COLOR #7F7571

HEX: #7F7571 RGB: (127,117,113)

Color info

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

RGB color model

#7F7571 color RGB value is (127,117,113).

RGB: (127,117,113) (50%, 46%, 44%)

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 113 of 255 = 44%

127
117
113

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

Portions of RGB colors in percentages

R + G + B = 127 + 117 + 113 = 357 (100%)
R 127 of 357 ~ 35.57%
G 117 of 357 ~ 32.77%
B 113 of 357 ~ 31.65'%

%35.57
%32.77
%31.65

CMYK color model

#7F7571 color CMYK value is (0,8,11,50).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 11.02%
  • key color value is 50.20%

CMYK: (0,8,11,50)
C0M8Y11K50 (0%, 8%, 11%, 50%)
(0.00 / 0.08 / 0.11 / 0.50)

CMYK percentages

%0
%7.87
%11.02
%50.2

Codes

Color #7F7571 in popluar color models

7F 75 71
RGB 127 117 113
HSL 17° 5.83% 47.06%
HSB/HSV 17° 11.02% 49.80%
CMYK 0.00% 7.87% 11.02%
50.20%

Color #7F7571 in popluar number systems.

HEX 7F 75 71
Decimal 127 117 113
Binary 1111111 1110101 1110001
Octal 177 165 161

Shades and tints

Shades of #7F7571

#7F7571
(127,117,113)
#746B67
(116,107,103)
#69615D
(105,97,93)
#5E5753
(94,87,83)
#534D49
(83,77,73)
#48433F
(72,67,63)
#3D3935
(61,57,53)
#322F2B
(50,47,43)
#272521
(39,37,33)
#1C1B17
(28,27,23)
#11110D
(17,17,13)
#000000
(0,0,0)

Tints of #7F7571

#7F7571
(127,117,113)
#8A817D
(138,129,125)
#958D89
(149,141,137)
#A09995
(160,153,149)
#ABA5A1
(171,165,161)
#B6B1AD
(182,177,173)
#C1BDB9
(193,189,185)
#CCC9C5
(204,201,197)
#D7D5D1
(215,213,209)
#E2E1DD
(226,225,221)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7571; }

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

This text font color is #7F7571.

Background Color

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

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

This div background color is #7F7571.

Border color

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

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

This div border color is #7F7571.

Opacity

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

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

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

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

This text has shadow with #7F7571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7571.

Preview

Color preview on black background

This text has color #7F7571 on black background.


Color preview on white background

This text has color #7F7571 on white background.


Black color preview on #7F7571 background

This text has black color on #7F7571 background.


White color preview on #7F7571 background

This text has white color on #7F7571 background.


Related colors

Complementary color

Complementary color for #hex is #808A8E.


I love getcolorcode.com

Triadic colors

1 #717F75 and #75717F with #7F7571 are triadic colors.

2 #71757F and #757F71 with #7F7571 are triadic colors.