COLOR #7F7157

HEX: #7F7157 RGB: (127,113,87)

Color info

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

RGB color model

#7F7157 color RGB value is (127,113,87).

RGB: (127,113,87) (50%, 44%, 34%)

RGB channels and saturation

R 127 of 255 = 50%
G 113 of 255 = 44%
B 87 of 255 = 34%

127
113
87

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

Portions of RGB colors in percentages

R + G + B = 127 + 113 + 87 = 327 (100%)
R 127 of 327 ~ 38.84%
G 113 of 327 ~ 34.56%
B 87 of 327 ~ 26.61'%

%38.84
%34.56
%26.61

CMYK color model

#7F7157 color CMYK value is (0,11,31,50).

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

CMYK: (0,11,31,50)
C0M11Y31K50 (0%, 11%, 31%, 50%)
(0.00 / 0.11 / 0.31 / 0.50)

CMYK percentages

%0
%11.02
%31.5
%50.2

Codes

Color #7F7157 in popluar color models

7F 71 57
RGB 127 113 87
HSL 39° 18.69% 41.96%
HSB/HSV 39° 31.50% 49.80%
CMYK 0.00% 11.02% 31.50%
50.20%

Color #7F7157 in popluar number systems.

HEX 7F 71 57
Decimal 127 113 87
Binary 1111111 1110001 1010111
Octal 177 161 127

Shades and tints

Shades of #7F7157

#7F7157
(127,113,87)
#746750
(116,103,80)
#695D49
(105,93,73)
#5E5342
(94,83,66)
#53493B
(83,73,59)
#483F34
(72,63,52)
#3D352D
(61,53,45)
#322B26
(50,43,38)
#27211F
(39,33,31)
#1C1718
(28,23,24)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #7F7157

#7F7157
(127,113,87)
#8A7D66
(138,125,102)
#958975
(149,137,117)
#A09584
(160,149,132)
#ABA193
(171,161,147)
#B6ADA2
(182,173,162)
#C1B9B1
(193,185,177)
#CCC5C0
(204,197,192)
#D7D1CF
(215,209,207)
#E2DDDE
(226,221,222)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7157; }

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

This text font color is #7F7157.

Background Color

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

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

This div background color is #7F7157.

Border color

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

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

This div border color is #7F7157.

Opacity

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

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

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

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

This text has shadow with #7F7157 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7157.

Preview

Color preview on black background

This text has color #7F7157 on black background.


Color preview on white background

This text has color #7F7157 on white background.


Black color preview on #7F7157 background

This text has black color on #7F7157 background.


White color preview on #7F7157 background

This text has white color on #7F7157 background.


Related colors

Complementary color

Complementary color for #hex is #808EA8.


I love getcolorcode.com

Triadic colors

1 #577F71 and #71577F with #7F7157 are triadic colors.

2 #57717F and #717F57 with #7F7157 are triadic colors.