COLOR #7F876A

HEX: #7F876A
RGB: (127,135,106)

Color info

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

RGB color model

#7F876A color RGB value is (127,135,106).

  • red value is 127;
  • green value is 135;
  • blue value is 106.
RGB:
(127,135,106)
(50%,53%,42%)

RGB channels and saturation

R 127 of 255 = 50%
G 135 of 255 = 53%
B 106 of 255 = 42%

127
135
106

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

Portions of RGB colors in percentages

R + G + B =
127 + 135 + 106 = 368 (100%)
R 127 of 368 ~ 34.51%
G 135 of 368 ~ 36.68%
B 106 of 368 ~ 28.8%

%34.51
%36.68
%28.8

CMYK color model

#7F876A color CMYK value is (6,0,21,47).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 21.48%
  • key color value is 47.06%
CMYK:
(6,0,21,47)
C6M0Y21K47 
(6%,0%,21%,47%)
(0.06/0.00/0.21/0.47)	

CMYK percentages

%5.93
%0
%21.48
%47.06

Codes

Color #7F876A in popluar color models

7F876A
RGB127135106
HSL77°12.03%47.25%
HSB/HSV77°21.48%52.94%
CMYK5.93%0.00%21.48%
47.06%

Color #7F876A in popluar number systems.

HEX7F876A
Decimal127135106
Binary1111111100001111101010
Octal177207152

Shades and tints

Shades of #7F876A

#7F876A
(127,135,106)
#747B61
(116,123,97)
#696F58
(105,111,88)
#5E634F
(94,99,79)
#535746
(83,87,70)
#484B3D
(72,75,61)
#3D3F34
(61,63,52)
#32332B
(50,51,43)
#272722
(39,39,34)
#1C1B19
(28,27,25)
#110F10
(17,15,16)
#000000
(0,0,0)

Tints of #7F876A

#7F876A
(127,135,106)
#8A9177
(138,145,119)
#959B84
(149,155,132)
#A0A591
(160,165,145)
#ABAF9E
(171,175,158)
#B6B9AB
(182,185,171)
#C1C3B8
(193,195,184)
#CCCDC5
(204,205,197)
#D7D7D2
(215,215,210)
#E2E1DF
(226,225,223)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F876A color. Also use rgb(127,135,106) instead hex code.

Text Font Color

.myTextColor { color: #7F876A; }

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

This text font color is #7F876A.


Background Color

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

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

This div background color is #7F876A.


Border color

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

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

This div border color is #7F876A.


Opacity

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

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

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

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

This text has shadow with #7F876A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F876A on black background.


Color preview on white background

This text has color #7F876A on white background.



Black color preview on #7F876A background

This text has black color on #7F876A background.


White color preview on #7F876A background

This text has white color on #7F876A background.