COLOR #7F5D61

HEX: #7F5D61
RGB: (127,93,97)

Color info

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

RGB color model

#7F5D61 color RGB value is (127,93,97).

  • red value is 127;
  • green value is 93;
  • blue value is 97.
RGB:
(127,93,97)
(50%,36%,38%)

RGB channels and saturation

R 127 of 255 = 50%
G 93 of 255 = 36%
B 97 of 255 = 38%

127
93
97

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

Portions of RGB colors in percentages

R + G + B =
127 + 93 + 97 = 317 (100%)
R 127 of 317 ~ 40.06%
G 93 of 317 ~ 29.34%
B 97 of 317 ~ 30.6%

%40.06
%29.34
%30.6

CMYK color model

#7F5D61 color CMYK value is (0,27,24,50).

  • cyan value is 0.00%
  • magenta value is 26.77%
  • yellow value is 23.62%
  • key color value is 50.20%
CMYK:
(0,27,24,50)
C0M27Y24K50 
(0%,27%,24%,50%)
(0.00/0.27/0.24/0.50)	

CMYK percentages

%0
%26.77
%23.62
%50.2

Codes

Color #7F5D61 in popluar color models

7F5D61
RGB1279397
HSL353°15.45%43.14%
HSB/HSV353°26.77%49.80%
CMYK0.00%26.77%23.62%
50.20%

Color #7F5D61 in popluar number systems.

HEX7F5D61
Decimal1279397
Binary111111110111011100001
Octal177135141

Shades and tints

Shades of #7F5D61

#7F5D61
(127,93,97)
#745559
(116,85,89)
#694D51
(105,77,81)
#5E4549
(94,69,73)
#533D41
(83,61,65)
#483539
(72,53,57)
#3D2D31
(61,45,49)
#322529
(50,37,41)
#271D21
(39,29,33)
#1C1519
(28,21,25)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #7F5D61

#7F5D61
(127,93,97)
#8A6B6F
(138,107,111)
#95797D
(149,121,125)
#A0878B
(160,135,139)
#AB9599
(171,149,153)
#B6A3A7
(182,163,167)
#C1B1B5
(193,177,181)
#CCBFC3
(204,191,195)
#D7CDD1
(215,205,209)
#E2DBDF
(226,219,223)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5D61 color. Also use rgb(127,93,97) instead hex code.

Text Font Color

.myTextColor { color: #7F5D61; }

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

This text font color is #7F5D61.


Background Color

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

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

This div background color is #7F5D61.


Border color

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

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

This div border color is #7F5D61.


Opacity

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

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

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

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

This text has shadow with #7F5D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5D61 on black background.


Color preview on white background

This text has color #7F5D61 on white background.



Black color preview on #7F5D61 background

This text has black color on #7F5D61 background.


White color preview on #7F5D61 background

This text has white color on #7F5D61 background.