COLOR #7F8883

HEX: #7F8883 RGB: (127,136,131)

Color info

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

RGB color model

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

RGB: (127,136,131) (50%, 53%, 51%)

RGB channels and saturation

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

127
136
131

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

Portions of RGB colors in percentages

R + G + B = 127 + 136 + 131 = 394 (100%)
R 127 of 394 ~ 32.23%
G 136 of 394 ~ 34.52%
B 131 of 394 ~ 33.25'%

%32.23
%34.52
%33.25

CMYK color model

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

  • cyan value is 6.62%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 46.67%

CMYK: (7,0,4,47)
C7M0Y4K47 (7%, 0%, 4%, 47%)
(0.07 / 0.00 / 0.04 / 0.47)

CMYK percentages

%6.62
%0
%3.68
%46.67

Codes

Color #7F8883 in popluar color models

7F 88 83
RGB 127 136 131
HSL 147° 3.64% 51.57%
HSB/HSV 147° 6.62% 53.33%
CMYK 6.62% 0.00% 3.68%
46.67%

Color #7F8883 in popluar number systems.

HEX 7F 88 83
Decimal 127 136 131
Binary 1111111 10001000 10000011
Octal 177 210 203

Shades and tints

Shades of #7F8883

#7F8883
(127,136,131)
#747C78
(116,124,120)
#69706D
(105,112,109)
#5E6462
(94,100,98)
#535857
(83,88,87)
#484C4C
(72,76,76)
#3D4041
(61,64,65)
#323436
(50,52,54)
#27282B
(39,40,43)
#1C1C20
(28,28,32)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #7F8883

#7F8883
(127,136,131)
#8A928E
(138,146,142)
#959C99
(149,156,153)
#A0A6A4
(160,166,164)
#ABB0AF
(171,176,175)
#B6BABA
(182,186,186)
#C1C4C5
(193,196,197)
#CCCED0
(204,206,208)
#D7D8DB
(215,216,219)
#E2E2E6
(226,226,230)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F8883; }

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

This text font color is #7F8883.

Background Color

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

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

This div background color is #7F8883.

Border color

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

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

This div border color is #7F8883.

Opacity

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

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

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

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

This text has shadow with #7F8883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F8883.

Preview

Color preview on black background

This text has color #7F8883 on black background.


Color preview on white background

This text has color #7F8883 on white background.


Black color preview on #7F8883 background

This text has black color on #7F8883 background.


White color preview on #7F8883 background

This text has white color on #7F8883 background.


Related colors

Complementary color

Complementary color for #hex is #80777C.


I love getcolorcode.com

Triadic colors

1 #837F88 and #88837F with #7F8883 are triadic colors.

2 #83887F and #887F83 with #7F8883 are triadic colors.