COLOR #7F879D

HEX: #7F879D RGB: (127,135,157)

Color info

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

RGB color model

#7F879D color RGB value is (127,135,157).

RGB: (127,135,157) (50%, 53%, 62%)

RGB channels and saturation

R 127 of 255 = 50%
G 135 of 255 = 53%
B 157 of 255 = 62%

127
135
157

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

Portions of RGB colors in percentages

R + G + B = 127 + 135 + 157 = 419 (100%)
R 127 of 419 ~ 30.31%
G 135 of 419 ~ 32.22%
B 157 of 419 ~ 37.47'%

%30.31
%32.22
%37.47

CMYK color model

#7F879D color CMYK value is (19,14,0,38).

  • cyan value is 19.11%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (19,14,0,38) C19M14Y0K38 (19%,14%,0%,38%) (0.19/0.14/0.00/0.38) 

CMYK percentages

%19.11
%14.01
%0
%38.43

Codes

Color #7F879D in popluar color models

7F 87 9D
RGB 127 135 157
HSL 224° 13.27% 55.69%
HSB/HSV 224° 19.11% 61.57%
CMYK 19.11% 14.01% 0.00%
38.43%

Color #7F879D in popluar number systems.

HEX 7F 87 9D
Decimal 127 135 157
Binary 1111111 10000111 10011101
Octal 177 207 235

Shades and tints

Shades of #7F879D

#7F879D
(127,135,157)
#747B8F
(116,123,143)
#696F81
(105,111,129)
#5E6373
(94,99,115)
#535765
(83,87,101)
#484B57
(72,75,87)
#3D3F49
(61,63,73)
#32333B
(50,51,59)
#27272D
(39,39,45)
#1C1B1F
(28,27,31)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #7F879D

#7F879D
(127,135,157)
#8A91A5
(138,145,165)
#959BAD
(149,155,173)
#A0A5B5
(160,165,181)
#ABAFBD
(171,175,189)
#B6B9C5
(182,185,197)
#C1C3CD
(193,195,205)
#CCCDD5
(204,205,213)
#D7D7DD
(215,215,221)
#E2E1E5
(226,225,229)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F879D; }

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

This text font color is #7F879D.

Background Color

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

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

This div background color is #7F879D.

Border color

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

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

This div border color is #7F879D.

Opacity

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

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

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

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

This text has shadow with #7F879D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F879D.

Preview

Color preview on black background

This text has color #7F879D on black background.


Color preview on white background

This text has color #7F879D on white background.


Black color preview on #7F879D background

This text has black color on #7F879D background.


White color preview on #7F879D background

This text has white color on #7F879D background.


Related colors

Complementary color

Complementary color for #hex is #807862.


I love getcolorcode.com

Triadic colors

1 #9D7F87 and #879D7F with #7F879D are triadic colors.

2 #9D877F and #877F9D with #7F879D are triadic colors.