COLOR #7F878E

HEX: #7F878E RGB: (127,135,142)

Color info

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

RGB color model

#7F878E color RGB value is (127,135,142).

RGB: (127,135,142) (50%, 53%, 56%)

RGB channels and saturation

R 127 of 255 = 50%
G 135 of 255 = 53%
B 142 of 255 = 56%

127
135
142

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

Portions of RGB colors in percentages

R + G + B = 127 + 135 + 142 = 404 (100%)
R 127 of 404 ~ 31.44%
G 135 of 404 ~ 33.42%
B 142 of 404 ~ 35.15'%

%31.44
%33.42
%35.15

CMYK color model

#7F878E color CMYK value is (11,5,0,44).

  • cyan value is 10.56%
  • magenta value is 4.93%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (11,5,0,44)
C11M5Y0K44 (11%, 5%, 0%, 44%)
(0.11 / 0.05 / 0.00 / 0.44)

CMYK percentages

%10.56
%4.93
%0
%44.31

Codes

Color #7F878E in popluar color models

7F 87 8E
RGB 127 135 142
HSL 208° 6.22% 52.75%
HSB/HSV 208° 10.56% 55.69%
CMYK 10.56% 4.93% 0.00%
44.31%

Color #7F878E in popluar number systems.

HEX 7F 87 8E
Decimal 127 135 142
Binary 1111111 10000111 10001110
Octal 177 207 216

Shades and tints

Shades of #7F878E

#7F878E
(127,135,142)
#747B82
(116,123,130)
#696F76
(105,111,118)
#5E636A
(94,99,106)
#53575E
(83,87,94)
#484B52
(72,75,82)
#3D3F46
(61,63,70)
#32333A
(50,51,58)
#27272E
(39,39,46)
#1C1B22
(28,27,34)
#110F16
(17,15,22)
#000000
(0,0,0)

Tints of #7F878E

#7F878E
(127,135,142)
#8A9198
(138,145,152)
#959BA2
(149,155,162)
#A0A5AC
(160,165,172)
#ABAFB6
(171,175,182)
#B6B9C0
(182,185,192)
#C1C3CA
(193,195,202)
#CCCDD4
(204,205,212)
#D7D7DE
(215,215,222)
#E2E1E8
(226,225,232)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F878E; }

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

This text font color is #7F878E.

Background Color

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

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

This div background color is #7F878E.

Border color

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

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

This div border color is #7F878E.

Opacity

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

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

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

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

This text has shadow with #7F878E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F878E.

Preview

Color preview on black background

This text has color #7F878E on black background.


Color preview on white background

This text has color #7F878E on white background.


Black color preview on #7F878E background

This text has black color on #7F878E background.


White color preview on #7F878E background

This text has white color on #7F878E background.


Related colors

Complementary color

Complementary color for #hex is #807871.


I love getcolorcode.com

Triadic colors

1 #8E7F87 and #878E7F with #7F878E are triadic colors.

2 #8E877F and #877F8E with #7F878E are triadic colors.