COLOR #7F8B84

HEX: #7F8B84
RGB: (127,139,132)

Color info

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

RGB color model

#7F8B84 color RGB value is (127,139,132).

  • red value is 127;
  • green value is 139;
  • blue value is 132.
RGB:
(127,139,132)
(50%,55%,52%)

RGB channels and saturation

R 127 of 255 = 50%
G 139 of 255 = 55%
B 132 of 255 = 52%

127
139
132

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

Portions of RGB colors in percentages

R + G + B =
127 + 139 + 132 = 398 (100%)
R 127 of 398 ~ 31.91%
G 139 of 398 ~ 34.92%
B 132 of 398 ~ 33.17%

%31.91
%34.92
%33.17

CMYK color model

#7F8B84 color CMYK value is (9,0,5,45).

  • cyan value is 8.63%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 45.49%
CMYK:
(9,0,5,45)
C9M0Y5K45 
(9%,0%,5%,45%)
(0.09/0.00/0.05/0.45)	

CMYK percentages

%8.63
%0
%5.04
%45.49

Codes

Color #7F8B84 in popluar color models

7F8B84
RGB127139132
HSL145°4.92%52.16%
HSB/HSV145°8.63%54.51%
CMYK8.63%0.00%5.04%
45.49%

Color #7F8B84 in popluar number systems.

HEX7F8B84
Decimal127139132
Binary11111111000101110000100
Octal177213204

Shades and tints

Shades of #7F8B84

#7F8B84
(127,139,132)
#747F78
(116,127,120)
#69736C
(105,115,108)
#5E6760
(94,103,96)
#535B54
(83,91,84)
#484F48
(72,79,72)
#3D433C
(61,67,60)
#323730
(50,55,48)
#272B24
(39,43,36)
#1C1F18
(28,31,24)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #7F8B84

#7F8B84
(127,139,132)
#8A958F
(138,149,143)
#959F9A
(149,159,154)
#A0A9A5
(160,169,165)
#ABB3B0
(171,179,176)
#B6BDBB
(182,189,187)
#C1C7C6
(193,199,198)
#CCD1D1
(204,209,209)
#D7DBDC
(215,219,220)
#E2E5E7
(226,229,231)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8B84; }

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

This text font color is #7F8B84.


Background Color

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

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

This div background color is #7F8B84.


Border color

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

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

This div border color is #7F8B84.


Opacity

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

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

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

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

This text has shadow with #7F8B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8B84 on black background.


Color preview on white background

This text has color #7F8B84 on white background.



Black color preview on #7F8B84 background

This text has black color on #7F8B84 background.


White color preview on #7F8B84 background

This text has white color on #7F8B84 background.