COLOR #7F887E

HEX: #7F887E RGB: (127,136,126)

Color info

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

RGB color model

#7F887E color RGB value is (127,136,126).

RGB: (127,136,126) (50%, 53%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 136 of 255 = 53%
B 126 of 255 = 49%

127
136
126

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

Portions of RGB colors in percentages

R + G + B = 127 + 136 + 126 = 389 (100%)
R 127 of 389 ~ 32.65%
G 136 of 389 ~ 34.96%
B 126 of 389 ~ 32.39'%

%32.65
%34.96
%32.39

CMYK color model

#7F887E color CMYK value is (7,0,7,47).

  • cyan value is 6.62%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 46.67%

CMYK: (7,0,7,47)
C7M0Y7K47 (7%, 0%, 7%, 47%)
(0.07 / 0.00 / 0.07 / 0.47)

CMYK percentages

%6.62
%0
%7.35
%46.67

Codes

Color #7F887E in popluar color models

7F 88 7E
RGB 127 136 126
HSL 114° 4.03% 51.37%
HSB/HSV 114° 7.35% 53.33%
CMYK 6.62% 0.00% 7.35%
46.67%

Color #7F887E in popluar number systems.

HEX 7F 88 7E
Decimal 127 136 126
Binary 1111111 10001000 1111110
Octal 177 210 176

Shades and tints

Shades of #7F887E

#7F887E
(127,136,126)
#747C73
(116,124,115)
#697068
(105,112,104)
#5E645D
(94,100,93)
#535852
(83,88,82)
#484C47
(72,76,71)
#3D403C
(61,64,60)
#323431
(50,52,49)
#272826
(39,40,38)
#1C1C1B
(28,28,27)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #7F887E

#7F887E
(127,136,126)
#8A9289
(138,146,137)
#959C94
(149,156,148)
#A0A69F
(160,166,159)
#ABB0AA
(171,176,170)
#B6BAB5
(182,186,181)
#C1C4C0
(193,196,192)
#CCCECB
(204,206,203)
#D7D8D6
(215,216,214)
#E2E2E1
(226,226,225)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F887E color. Also use rgb(127,136,126) instead hex code.

Text Font Color

.myTextColor { color: #7F887E; }

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

This text font color is #7F887E.

Background Color

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

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

This div background color is #7F887E.

Border color

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

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

This div border color is #7F887E.

Opacity

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

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

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

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

This text has shadow with #7F887E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F887E.

Preview

Color preview on black background

This text has color #7F887E on black background.


Color preview on white background

This text has color #7F887E on white background.


Black color preview on #7F887E background

This text has black color on #7F887E background.


White color preview on #7F887E background

This text has white color on #7F887E background.


Related colors

Complementary color

Complementary color for #hex is #807781.


I love getcolorcode.com

Triadic colors

1 #7E7F88 and #887E7F with #7F887E are triadic colors.

2 #7E887F and #887F7E with #7F887E are triadic colors.