COLOR #7F8888

HEX: #7F8888
RGB: (127,136,136)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
136
136

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

Portions of RGB colors in percentages

R + G + B =
127 + 136 + 136 = 399 (100%)
R 127 of 399 ~ 31.83%
G 136 of 399 ~ 34.09%
B 136 of 399 ~ 34.09%

%31.83
%34.09
%34.09

CMYK color model

#7F8888 color CMYK value is (7,0,0,47).

  • cyan value is 6.62%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(7,0,0,47)
C7M0Y0K47 
(7%,0%,0%,47%)
(0.07/0.00/0.00/0.47)	

CMYK percentages

%6.62
%0
%0
%46.67

Codes

Color #7F8888 in popluar color models

7F8888
RGB127136136
HSL180°3.64%51.57%
HSB/HSV180°6.62%53.33%
CMYK6.62%0.00%0.00%
46.67%

Color #7F8888 in popluar number systems.

HEX7F8888
Decimal127136136
Binary11111111000100010001000
Octal177210210

Shades and tints

Shades of #7F8888

#7F8888
(127,136,136)
#747C7C
(116,124,124)
#697070
(105,112,112)
#5E6464
(94,100,100)
#535858
(83,88,88)
#484C4C
(72,76,76)
#3D4040
(61,64,64)
#323434
(50,52,52)
#272828
(39,40,40)
#1C1C1C
(28,28,28)
#111010
(17,16,16)
#000000
(0,0,0)

Tints of #7F8888

#7F8888
(127,136,136)
#8A9292
(138,146,146)
#959C9C
(149,156,156)
#A0A6A6
(160,166,166)
#ABB0B0
(171,176,176)
#B6BABA
(182,186,186)
#C1C4C4
(193,196,196)
#CCCECE
(204,206,206)
#D7D8D8
(215,216,216)
#E2E2E2
(226,226,226)
#EDECEC
(237,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8888; }

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

This text font color is #7F8888.


Background Color

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

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

This div background color is #7F8888.


Border color

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

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

This div border color is #7F8888.


Opacity

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

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

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

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

This text has shadow with #7F8888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8888 on black background.


Color preview on white background

This text has color #7F8888 on white background.



Black color preview on #7F8888 background

This text has black color on #7F8888 background.


White color preview on #7F8888 background

This text has white color on #7F8888 background.