COLOR #7F847E

HEX: #7F847E RGB: (127,132,126)

Color info

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

RGB color model

#7F847E color RGB value is (127,132,126).

RGB: (127,132,126) (50%, 52%, 49%)

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 126 of 255 = 49%

127
132
126

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

Portions of RGB colors in percentages

R + G + B = 127 + 132 + 126 = 385 (100%)
R 127 of 385 ~ 32.99%
G 132 of 385 ~ 34.29%
B 126 of 385 ~ 32.73'%

%32.99
%34.29
%32.73

CMYK color model

#7F847E color CMYK value is (4,0,5,48).

  • cyan value is 3.79%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 48.24%

CMYK: (4,0,5,48)
C4M0Y5K48 (4%, 0%, 5%, 48%)
(0.04 / 0.00 / 0.05 / 0.48)

CMYK percentages

%3.79
%0
%4.55
%48.24

Codes

Color #7F847E in popluar color models

7F 84 7E
RGB 127 132 126
HSL 110° 2.38% 50.59%
HSB/HSV 110° 4.55% 51.76%
CMYK 3.79% 0.00% 4.55%
48.24%

Color #7F847E in popluar number systems.

HEX 7F 84 7E
Decimal 127 132 126
Binary 1111111 10000100 1111110
Octal 177 204 176

Shades and tints

Shades of #7F847E

#7F847E
(127,132,126)
#747873
(116,120,115)
#696C68
(105,108,104)
#5E605D
(94,96,93)
#535452
(83,84,82)
#484847
(72,72,71)
#3D3C3C
(61,60,60)
#323031
(50,48,49)
#272426
(39,36,38)
#1C181B
(28,24,27)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #7F847E

#7F847E
(127,132,126)
#8A8F89
(138,143,137)
#959A94
(149,154,148)
#A0A59F
(160,165,159)
#ABB0AA
(171,176,170)
#B6BBB5
(182,187,181)
#C1C6C0
(193,198,192)
#CCD1CB
(204,209,203)
#D7DCD6
(215,220,214)
#E2E7E1
(226,231,225)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F847E; }

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

This text font color is #7F847E.

Background Color

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

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

This div background color is #7F847E.

Border color

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

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

This div border color is #7F847E.

Opacity

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

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

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

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

This text has shadow with #7F847E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F847E.

Preview

Color preview on black background

This text has color #7F847E on black background.


Color preview on white background

This text has color #7F847E on white background.


Black color preview on #7F847E background

This text has black color on #7F847E background.


White color preview on #7F847E background

This text has white color on #7F847E background.


Related colors

Complementary color

Complementary color for #hex is #807B81.


I love getcolorcode.com

Triadic colors

1 #7E7F84 and #847E7F with #7F847E are triadic colors.

2 #7E847F and #847F7E with #7F847E are triadic colors.