COLOR #7F856D

HEX: #7F856D
RGB: (127,133,109)

Color info

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

RGB color model

#7F856D color RGB value is (127,133,109).

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

RGB channels and saturation

R 127 of 255 = 50%
G 133 of 255 = 52%
B 109 of 255 = 43%

127
133
109

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

Portions of RGB colors in percentages

R + G + B =
127 + 133 + 109 = 369 (100%)
R 127 of 369 ~ 34.42%
G 133 of 369 ~ 36.04%
B 109 of 369 ~ 29.54%

%34.42
%36.04
%29.54

CMYK color model

#7F856D color CMYK value is (5,0,18,48).

  • cyan value is 4.51%
  • magenta value is 0.00%
  • yellow value is 18.05%
  • key color value is 47.84%
CMYK:
(5,0,18,48)
C5M0Y18K48 
(5%,0%,18%,48%)
(0.05/0.00/0.18/0.48)	

CMYK percentages

%4.51
%0
%18.05
%47.84

Codes

Color #7F856D in popluar color models

7F856D
RGB127133109
HSL75°9.92%47.45%
HSB/HSV75°18.05%52.16%
CMYK4.51%0.00%18.05%
47.84%

Color #7F856D in popluar number systems.

HEX7F856D
Decimal127133109
Binary1111111100001011101101
Octal177205155

Shades and tints

Shades of #7F856D

#7F856D
(127,133,109)
#747964
(116,121,100)
#696D5B
(105,109,91)
#5E6152
(94,97,82)
#535549
(83,85,73)
#484940
(72,73,64)
#3D3D37
(61,61,55)
#32312E
(50,49,46)
#272525
(39,37,37)
#1C191C
(28,25,28)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #7F856D

#7F856D
(127,133,109)
#8A907A
(138,144,122)
#959B87
(149,155,135)
#A0A694
(160,166,148)
#ABB1A1
(171,177,161)
#B6BCAE
(182,188,174)
#C1C7BB
(193,199,187)
#CCD2C8
(204,210,200)
#D7DDD5
(215,221,213)
#E2E8E2
(226,232,226)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F856D; }

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

This text font color is #7F856D.


Background Color

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

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

This div background color is #7F856D.


Border color

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

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

This div border color is #7F856D.


Opacity

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

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

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

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

This text has shadow with #7F856D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F856D on black background.


Color preview on white background

This text has color #7F856D on white background.



Black color preview on #7F856D background

This text has black color on #7F856D background.


White color preview on #7F856D background

This text has white color on #7F856D background.