COLOR #7F5A5E

HEX: #7F5A5E
RGB: (127,90,94)

Color info

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

RGB color model

#7F5A5E color RGB value is (127,90,94).

  • red value is 127;
  • green value is 90;
  • blue value is 94.
RGB:
(127,90,94)
(50%,35%,37%)

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 94 of 255 = 37%

127
90
94

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

Portions of RGB colors in percentages

R + G + B =
127 + 90 + 94 = 311 (100%)
R 127 of 311 ~ 40.84%
G 90 of 311 ~ 28.94%
B 94 of 311 ~ 30.23%

%40.84
%28.94
%30.23

CMYK color model

#7F5A5E color CMYK value is (0,29,26,50).

  • cyan value is 0.00%
  • magenta value is 29.13%
  • yellow value is 25.98%
  • key color value is 50.20%
CMYK:
(0,29,26,50)
C0M29Y26K50 
(0%,29%,26%,50%)
(0.00/0.29/0.26/0.50)	

CMYK percentages

%0
%29.13
%25.98
%50.2

Codes

Color #7F5A5E in popluar color models

7F5A5E
RGB1279094
HSL354°17.05%42.55%
HSB/HSV354°29.13%49.80%
CMYK0.00%29.13%25.98%
50.20%

Color #7F5A5E in popluar number systems.

HEX7F5A5E
Decimal1279094
Binary111111110110101011110
Octal177132136

Shades and tints

Shades of #7F5A5E

#7F5A5E
(127,90,94)
#745256
(116,82,86)
#694A4E
(105,74,78)
#5E4246
(94,66,70)
#533A3E
(83,58,62)
#483236
(72,50,54)
#3D2A2E
(61,42,46)
#322226
(50,34,38)
#271A1E
(39,26,30)
#1C1216
(28,18,22)
#110A0E
(17,10,14)
#000000
(0,0,0)

Tints of #7F5A5E

#7F5A5E
(127,90,94)
#8A696C
(138,105,108)
#95787A
(149,120,122)
#A08788
(160,135,136)
#AB9696
(171,150,150)
#B6A5A4
(182,165,164)
#C1B4B2
(193,180,178)
#CCC3C0
(204,195,192)
#D7D2CE
(215,210,206)
#E2E1DC
(226,225,220)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5A5E color. Also use rgb(127,90,94) instead hex code.

Text Font Color

.myTextColor { color: #7F5A5E; }

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

This text font color is #7F5A5E.


Background Color

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

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

This div background color is #7F5A5E.


Border color

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

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

This div border color is #7F5A5E.


Opacity

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

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

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

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

This text has shadow with #7F5A5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5A5E on black background.


Color preview on white background

This text has color #7F5A5E on white background.



Black color preview on #7F5A5E background

This text has black color on #7F5A5E background.


White color preview on #7F5A5E background

This text has white color on #7F5A5E background.