COLOR #7F8F83

HEX: #7F8F83
RGB: (127,143,131)

Color info

#7F8F83 contains red, green and blue colors in about the same proportion. Web safe color of #7F8F83 is #669999 (or #699).

RGB color model

#7F8F83 color RGB value is (127,143,131).

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

RGB channels and saturation

R 127 of 255 = 50%
G 143 of 255 = 56%
B 131 of 255 = 51%

127
143
131

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

Portions of RGB colors in percentages

R + G + B =
127 + 143 + 131 = 401 (100%)
R 127 of 401 ~ 31.67%
G 143 of 401 ~ 35.66%
B 131 of 401 ~ 32.67%

%31.67
%35.66
%32.67

CMYK color model

#7F8F83 color CMYK value is (11,0,8,44).

  • cyan value is 11.19%
  • magenta value is 0.00%
  • yellow value is 8.39%
  • key color value is 43.92%
CMYK:
(11,0,8,44)
C11M0Y8K44 
(11%,0%,8%,44%)
(0.11/0.00/0.08/0.44)	

CMYK percentages

%11.19
%0
%8.39
%43.92

Codes

Color #7F8F83 in popluar color models

7F8F83
RGB127143131
HSL135°6.67%52.94%
HSB/HSV135°11.19%56.08%
CMYK11.19%0.00%8.39%
43.92%

Color #7F8F83 in popluar number systems.

HEX7F8F83
Decimal127143131
Binary11111111000111110000011
Octal177217203

Shades and tints

Shades of #7F8F83

#7F8F83
(127,143,131)
#748278
(116,130,120)
#69756D
(105,117,109)
#5E6862
(94,104,98)
#535B57
(83,91,87)
#484E4C
(72,78,76)
#3D4141
(61,65,65)
#323436
(50,52,54)
#27272B
(39,39,43)
#1C1A20
(28,26,32)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #7F8F83

#7F8F83
(127,143,131)
#8A998E
(138,153,142)
#95A399
(149,163,153)
#A0ADA4
(160,173,164)
#ABB7AF
(171,183,175)
#B6C1BA
(182,193,186)
#C1CBC5
(193,203,197)
#CCD5D0
(204,213,208)
#D7DFDB
(215,223,219)
#E2E9E6
(226,233,230)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8F83; }

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

This text font color is #7F8F83.


Background Color

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

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

This div background color is #7F8F83.


Border color

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

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

This div border color is #7F8F83.


Opacity

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

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

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

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

This text has shadow with #7F8F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8F83 on black background.


Color preview on white background

This text has color #7F8F83 on white background.



Black color preview on #7F8F83 background

This text has black color on #7F8F83 background.


White color preview on #7F8F83 background

This text has white color on #7F8F83 background.