COLOR #7F805F

HEX: #7F805F
RGB: (127,128,95)

Color info

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

RGB color model

#7F805F color RGB value is (127,128,95).

  • red value is 127;
  • green value is 128;
  • blue value is 95.
RGB:
(127,128,95)
(50%,50%,37%)

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 95 of 255 = 37%

127
128
95

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

Portions of RGB colors in percentages

R + G + B =
127 + 128 + 95 = 350 (100%)
R 127 of 350 ~ 36.29%
G 128 of 350 ~ 36.57%
B 95 of 350 ~ 27.14%

%36.29
%36.57
%27.14

CMYK color model

#7F805F color CMYK value is (1,0,26,50).

  • cyan value is 0.78%
  • magenta value is 0.00%
  • yellow value is 25.78%
  • key color value is 49.80%
CMYK:
(1,0,26,50)
C1M0Y26K50 
(1%,0%,26%,50%)
(0.01/0.00/0.26/0.50)	

CMYK percentages

%0.78
%0
%25.78
%49.8

Codes

Color #7F805F in popluar color models

7F805F
RGB12712895
HSL62°14.80%43.73%
HSB/HSV62°25.78%50.20%
CMYK0.78%0.00%25.78%
49.80%

Color #7F805F in popluar number systems.

HEX7F805F
Decimal12712895
Binary1111111100000001011111
Octal177200137

Shades and tints

Shades of #7F805F

#7F805F
(127,128,95)
#747557
(116,117,87)
#696A4F
(105,106,79)
#5E5F47
(94,95,71)
#53543F
(83,84,63)
#484937
(72,73,55)
#3D3E2F
(61,62,47)
#323327
(50,51,39)
#27281F
(39,40,31)
#1C1D17
(28,29,23)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #7F805F

#7F805F
(127,128,95)
#8A8B6D
(138,139,109)
#95967B
(149,150,123)
#A0A189
(160,161,137)
#ABAC97
(171,172,151)
#B6B7A5
(182,183,165)
#C1C2B3
(193,194,179)
#CCCDC1
(204,205,193)
#D7D8CF
(215,216,207)
#E2E3DD
(226,227,221)
#EDEEEB
(237,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F805F color. Also use rgb(127,128,95) instead hex code.

Text Font Color

.myTextColor { color: #7F805F; }

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

This text font color is #7F805F.


Background Color

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

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

This div background color is #7F805F.


Border color

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

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

This div border color is #7F805F.


Opacity

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

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

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

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

This text has shadow with #7F805F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F805F on black background.


Color preview on white background

This text has color #7F805F on white background.



Black color preview on #7F805F background

This text has black color on #7F805F background.


White color preview on #7F805F background

This text has white color on #7F805F background.