COLOR #7F7057

HEX: #7F7057
RGB: (127,112,87)

Color info

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

RGB color model

#7F7057 color RGB value is (127,112,87).

  • red value is 127;
  • green value is 112;
  • blue value is 87.
RGB:
(127,112,87)
(50%,44%,34%)

RGB channels and saturation

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

127
112
87

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

Portions of RGB colors in percentages

R + G + B =
127 + 112 + 87 = 326 (100%)
R 127 of 326 ~ 38.96%
G 112 of 326 ~ 34.36%
B 87 of 326 ~ 26.69%

%38.96
%34.36
%26.69

CMYK color model

#7F7057 color CMYK value is (0,12,31,50).

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 31.50%
  • key color value is 50.20%
CMYK:
(0,12,31,50)
C0M12Y31K50 
(0%,12%,31%,50%)
(0.00/0.12/0.31/0.50)	

CMYK percentages

%0
%11.81
%31.5
%50.2

Codes

Color #7F7057 in popluar color models

7F7057
RGB12711287
HSL38°18.69%41.96%
HSB/HSV38°31.50%49.80%
CMYK0.00%11.81%31.50%
50.20%

Color #7F7057 in popluar number systems.

HEX7F7057
Decimal12711287
Binary111111111100001010111
Octal177160127

Shades and tints

Shades of #7F7057

#7F7057
(127,112,87)
#746650
(116,102,80)
#695C49
(105,92,73)
#5E5242
(94,82,66)
#53483B
(83,72,59)
#483E34
(72,62,52)
#3D342D
(61,52,45)
#322A26
(50,42,38)
#27201F
(39,32,31)
#1C1618
(28,22,24)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F7057

#7F7057
(127,112,87)
#8A7D66
(138,125,102)
#958A75
(149,138,117)
#A09784
(160,151,132)
#ABA493
(171,164,147)
#B6B1A2
(182,177,162)
#C1BEB1
(193,190,177)
#CCCBC0
(204,203,192)
#D7D8CF
(215,216,207)
#E2E5DE
(226,229,222)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7057; }

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

This text font color is #7F7057.


Background Color

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

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

This div background color is #7F7057.


Border color

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

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

This div border color is #7F7057.


Opacity

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

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

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

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

This text has shadow with #7F7057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7057 on black background.


Color preview on white background

This text has color #7F7057 on white background.



Black color preview on #7F7057 background

This text has black color on #7F7057 background.


White color preview on #7F7057 background

This text has white color on #7F7057 background.