COLOR #7F8B88

HEX: #7F8B88
RGB: (127,139,136)

Color info

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

RGB color model

#7F8B88 color RGB value is (127,139,136).

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

RGB channels and saturation

R 127 of 255 = 50%
G 139 of 255 = 55%
B 136 of 255 = 53%

127
139
136

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

Portions of RGB colors in percentages

R + G + B =
127 + 139 + 136 = 402 (100%)
R 127 of 402 ~ 31.59%
G 139 of 402 ~ 34.58%
B 136 of 402 ~ 33.83%

%31.59
%34.58
%33.83

CMYK color model

#7F8B88 color CMYK value is (9,0,2,45).

  • cyan value is 8.63%
  • magenta value is 0.00%
  • yellow value is 2.16%
  • key color value is 45.49%
CMYK:
(9,0,2,45)
C9M0Y2K45 
(9%,0%,2%,45%)
(0.09/0.00/0.02/0.45)	

CMYK percentages

%8.63
%0
%2.16
%45.49

Codes

Color #7F8B88 in popluar color models

7F8B88
RGB127139136
HSL165°4.92%52.16%
HSB/HSV165°8.63%54.51%
CMYK8.63%0.00%2.16%
45.49%

Color #7F8B88 in popluar number systems.

HEX7F8B88
Decimal127139136
Binary11111111000101110001000
Octal177213210

Shades and tints

Shades of #7F8B88

#7F8B88
(127,139,136)
#747F7C
(116,127,124)
#697370
(105,115,112)
#5E6764
(94,103,100)
#535B58
(83,91,88)
#484F4C
(72,79,76)
#3D4340
(61,67,64)
#323734
(50,55,52)
#272B28
(39,43,40)
#1C1F1C
(28,31,28)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #7F8B88

#7F8B88
(127,139,136)
#8A9592
(138,149,146)
#959F9C
(149,159,156)
#A0A9A6
(160,169,166)
#ABB3B0
(171,179,176)
#B6BDBA
(182,189,186)
#C1C7C4
(193,199,196)
#CCD1CE
(204,209,206)
#D7DBD8
(215,219,216)
#E2E5E2
(226,229,226)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8B88; }

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

This text font color is #7F8B88.


Background Color

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

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

This div background color is #7F8B88.


Border color

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

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

This div border color is #7F8B88.


Opacity

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

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

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

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

This text has shadow with #7F8B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8B88 on black background.


Color preview on white background

This text has color #7F8B88 on white background.



Black color preview on #7F8B88 background

This text has black color on #7F8B88 background.


White color preview on #7F8B88 background

This text has white color on #7F8B88 background.