COLOR #7F837E

HEX: #7F837E
RGB: (127,131,126)

Color info

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

RGB color model

#7F837E color RGB value is (127,131,126).

  • red value is 127;
  • green value is 131;
  • blue value is 126.
RGB:
(127,131,126)
(50%,51%,49%)

RGB channels and saturation

R 127 of 255 = 50%
G 131 of 255 = 51%
B 126 of 255 = 49%

127
131
126

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

Portions of RGB colors in percentages

R + G + B =
127 + 131 + 126 = 384 (100%)
R 127 of 384 ~ 33.07%
G 131 of 384 ~ 34.11%
B 126 of 384 ~ 32.81%

%33.07
%34.11
%32.81

CMYK color model

#7F837E color CMYK value is (3,0,4,49).

  • cyan value is 3.05%
  • magenta value is 0.00%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(3,0,4,49)
C3M0Y4K49 
(3%,0%,4%,49%)
(0.03/0.00/0.04/0.49)	

CMYK percentages

%3.05
%0
%3.82
%48.63

Codes

Color #7F837E in popluar color models

7F837E
RGB127131126
HSL108°1.98%50.39%
HSB/HSV108°3.82%51.37%
CMYK3.05%0.00%3.82%
48.63%

Color #7F837E in popluar number systems.

HEX7F837E
Decimal127131126
Binary1111111100000111111110
Octal177203176

Shades and tints

Shades of #7F837E

#7F837E
(127,131,126)
#747873
(116,120,115)
#696D68
(105,109,104)
#5E625D
(94,98,93)
#535752
(83,87,82)
#484C47
(72,76,71)
#3D413C
(61,65,60)
#323631
(50,54,49)
#272B26
(39,43,38)
#1C201B
(28,32,27)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #7F837E

#7F837E
(127,131,126)
#8A8E89
(138,142,137)
#959994
(149,153,148)
#A0A49F
(160,164,159)
#ABAFAA
(171,175,170)
#B6BAB5
(182,186,181)
#C1C5C0
(193,197,192)
#CCD0CB
(204,208,203)
#D7DBD6
(215,219,214)
#E2E6E1
(226,230,225)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F837E; }

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

This text font color is #7F837E.


Background Color

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

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

This div background color is #7F837E.


Border color

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

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

This div border color is #7F837E.


Opacity

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

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

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

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

This text has shadow with #7F837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F837E on black background.


Color preview on white background

This text has color #7F837E on white background.



Black color preview on #7F837E background

This text has black color on #7F837E background.


White color preview on #7F837E background

This text has white color on #7F837E background.