COLOR #7F6F50

HEX: #7F6F50
RGB: (127,111,80)

Color info

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

RGB color model

#7F6F50 color RGB value is (127,111,80).

  • red value is 127;
  • green value is 111;
  • blue value is 80.
RGB:
(127,111,80)
(50%,44%,31%)

RGB channels and saturation

R 127 of 255 = 50%
G 111 of 255 = 44%
B 80 of 255 = 31%

127
111
80

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

Portions of RGB colors in percentages

R + G + B =
127 + 111 + 80 = 318 (100%)
R 127 of 318 ~ 39.94%
G 111 of 318 ~ 34.91%
B 80 of 318 ~ 25.16%

%39.94
%34.91
%25.16

CMYK color model

#7F6F50 color CMYK value is (0,13,37,50).

  • cyan value is 0.00%
  • magenta value is 12.60%
  • yellow value is 37.01%
  • key color value is 50.20%
CMYK:
(0,13,37,50)
C0M13Y37K50 
(0%,13%,37%,50%)
(0.00/0.13/0.37/0.50)	

CMYK percentages

%0
%12.6
%37.01
%50.2

Codes

Color #7F6F50 in popluar color models

7F6F50
RGB12711180
HSL40°22.71%40.59%
HSB/HSV40°37.01%49.80%
CMYK0.00%12.60%37.01%
50.20%

Color #7F6F50 in popluar number systems.

HEX7F6F50
Decimal12711180
Binary111111111011111010000
Octal177157120

Shades and tints

Shades of #7F6F50

#7F6F50
(127,111,80)
#746549
(116,101,73)
#695B42
(105,91,66)
#5E513B
(94,81,59)
#534734
(83,71,52)
#483D2D
(72,61,45)
#3D3326
(61,51,38)
#32291F
(50,41,31)
#271F18
(39,31,24)
#1C1511
(28,21,17)
#110B0A
(17,11,10)
#000000
(0,0,0)

Tints of #7F6F50

#7F6F50
(127,111,80)
#8A7C5F
(138,124,95)
#95896E
(149,137,110)
#A0967D
(160,150,125)
#ABA38C
(171,163,140)
#B6B09B
(182,176,155)
#C1BDAA
(193,189,170)
#CCCAB9
(204,202,185)
#D7D7C8
(215,215,200)
#E2E4D7
(226,228,215)
#EDF1E6
(237,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6F50 color. Also use rgb(127,111,80) instead hex code.

Text Font Color

.myTextColor { color: #7F6F50; }

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

This text font color is #7F6F50.


Background Color

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

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

This div background color is #7F6F50.


Border color

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

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

This div border color is #7F6F50.


Opacity

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

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

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

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

This text has shadow with #7F6F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6F50 on black background.


Color preview on white background

This text has color #7F6F50 on white background.



Black color preview on #7F6F50 background

This text has black color on #7F6F50 background.


White color preview on #7F6F50 background

This text has white color on #7F6F50 background.