COLOR #7F876E

HEX: #7F876E RGB: (127,135,110)

Color info

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

RGB color model

#7F876E color RGB value is (127,135,110).

RGB: (127,135,110) (50%, 53%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 135 of 255 = 53%
B 110 of 255 = 43%

127
135
110

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

Portions of RGB colors in percentages

R + G + B = 127 + 135 + 110 = 372 (100%)
R 127 of 372 ~ 34.14%
G 135 of 372 ~ 36.29%
B 110 of 372 ~ 29.57'%

%34.14
%36.29
%29.57

CMYK color model

#7F876E color CMYK value is (6,0,19,47).

  • cyan value is 5.93%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 47.06%
CMYK: (6,0,19,47) C6M0Y19K47 (6%,0%,19%,47%) (0.06/0.00/0.19/0.47) 

CMYK percentages

%5.93
%0
%18.52
%47.06

Codes

Color #7F876E in popluar color models

7F 87 6E
RGB 127 135 110
HSL 79° 10.20% 48.04%
HSB/HSV 79° 18.52% 52.94%
CMYK 5.93% 0.00% 18.52%
47.06%

Color #7F876E in popluar number systems.

HEX 7F 87 6E
Decimal 127 135 110
Binary 1111111 10000111 1101110
Octal 177 207 156

Shades and tints

Shades of #7F876E

#7F876E
(127,135,110)
#747B64
(116,123,100)
#696F5A
(105,111,90)
#5E6350
(94,99,80)
#535746
(83,87,70)
#484B3C
(72,75,60)
#3D3F32
(61,63,50)
#323328
(50,51,40)
#27271E
(39,39,30)
#1C1B14
(28,27,20)
#110F0A
(17,15,10)
#000000
(0,0,0)

Tints of #7F876E

#7F876E
(127,135,110)
#8A917B
(138,145,123)
#959B88
(149,155,136)
#A0A595
(160,165,149)
#ABAFA2
(171,175,162)
#B6B9AF
(182,185,175)
#C1C3BC
(193,195,188)
#CCCDC9
(204,205,201)
#D7D7D6
(215,215,214)
#E2E1E3
(226,225,227)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F876E; }

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

This text font color is #7F876E.

Background Color

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

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

This div background color is #7F876E.

Border color

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

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

This div border color is #7F876E.

Opacity

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

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

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

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

This text has shadow with #7F876E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F876E.

Preview

Color preview on black background

This text has color #7F876E on black background.


Color preview on white background

This text has color #7F876E on white background.


Black color preview on #7F876E background

This text has black color on #7F876E background.


White color preview on #7F876E background

This text has white color on #7F876E background.


Related colors

Complementary color

Complementary color for #hex is #807891.


I love getcolorcode.com

Triadic colors

1 #6E7F87 and #876E7F with #7F876E are triadic colors.

2 #6E877F and #877F6E with #7F876E are triadic colors.