COLOR #7F855E

HEX: #7F855E
RGB: (127,133,94)

Color info

#7F855E contains red, green and blue colors in about the same proportion. Web safe color of #7F855E is #669966 (or #696).

RGB color model

#7F855E color RGB value is (127,133,94).

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

RGB channels and saturation

R 127 of 255 = 50%
G 133 of 255 = 52%
B 94 of 255 = 37%

127
133
94

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

Portions of RGB colors in percentages

R + G + B =
127 + 133 + 94 = 354 (100%)
R 127 of 354 ~ 35.88%
G 133 of 354 ~ 37.57%
B 94 of 354 ~ 26.55%

%35.88
%37.57
%26.55

CMYK color model

#7F855E color CMYK value is (5,0,29,48).

  • cyan value is 4.51%
  • magenta value is 0.00%
  • yellow value is 29.32%
  • key color value is 47.84%
CMYK:
(5,0,29,48)
C5M0Y29K48 
(5%,0%,29%,48%)
(0.05/0.00/0.29/0.48)	

CMYK percentages

%4.51
%0
%29.32
%47.84

Codes

Color #7F855E in popluar color models

7F855E
RGB12713394
HSL69°17.18%44.51%
HSB/HSV69°29.32%52.16%
CMYK4.51%0.00%29.32%
47.84%

Color #7F855E in popluar number systems.

HEX7F855E
Decimal12713394
Binary1111111100001011011110
Octal177205136

Shades and tints

Shades of #7F855E

#7F855E
(127,133,94)
#747956
(116,121,86)
#696D4E
(105,109,78)
#5E6146
(94,97,70)
#53553E
(83,85,62)
#484936
(72,73,54)
#3D3D2E
(61,61,46)
#323126
(50,49,38)
#27251E
(39,37,30)
#1C1916
(28,25,22)
#110D0E
(17,13,14)
#000000
(0,0,0)

Tints of #7F855E

#7F855E
(127,133,94)
#8A906C
(138,144,108)
#959B7A
(149,155,122)
#A0A688
(160,166,136)
#ABB196
(171,177,150)
#B6BCA4
(182,188,164)
#C1C7B2
(193,199,178)
#CCD2C0
(204,210,192)
#D7DDCE
(215,221,206)
#E2E8DC
(226,232,220)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F855E; }

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

This text font color is #7F855E.


Background Color

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

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

This div background color is #7F855E.


Border color

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

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

This div border color is #7F855E.


Opacity

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

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

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

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

This text has shadow with #7F855E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F855E on black background.


Color preview on white background

This text has color #7F855E on white background.



Black color preview on #7F855E background

This text has black color on #7F855E background.


White color preview on #7F855E background

This text has white color on #7F855E background.