COLOR #7F879E

HEX: #7F879E
RGB: (127,135,158)

Color info

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

RGB color model

#7F879E color RGB value is (127,135,158).

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

RGB channels and saturation

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

127
135
158

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

Portions of RGB colors in percentages

R + G + B =
127 + 135 + 158 = 420 (100%)
R 127 of 420 ~ 30.24%
G 135 of 420 ~ 32.14%
B 158 of 420 ~ 37.62%

%30.24
%32.14
%37.62

CMYK color model

#7F879E color CMYK value is (20,15,0,38).

  • cyan value is 19.62%
  • magenta value is 14.56%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(20,15,0,38)
C20M15Y0K38 
(20%,15%,0%,38%)
(0.20/0.15/0.00/0.38)	

CMYK percentages

%19.62
%14.56
%0
%38.04

Codes

Color #7F879E in popluar color models

7F879E
RGB127135158
HSL225°13.78%55.88%
HSB/HSV225°19.62%61.96%
CMYK19.62%14.56%0.00%
38.04%

Color #7F879E in popluar number systems.

HEX7F879E
Decimal127135158
Binary11111111000011110011110
Octal177207236

Shades and tints

Shades of #7F879E

#7F879E
(127,135,158)
#747B90
(116,123,144)
#696F82
(105,111,130)
#5E6374
(94,99,116)
#535766
(83,87,102)
#484B58
(72,75,88)
#3D3F4A
(61,63,74)
#32333C
(50,51,60)
#27272E
(39,39,46)
#1C1B20
(28,27,32)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #7F879E

#7F879E
(127,135,158)
#8A91A6
(138,145,166)
#959BAE
(149,155,174)
#A0A5B6
(160,165,182)
#ABAFBE
(171,175,190)
#B6B9C6
(182,185,198)
#C1C3CE
(193,195,206)
#CCCDD6
(204,205,214)
#D7D7DE
(215,215,222)
#E2E1E6
(226,225,230)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F879E; }

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

This text font color is #7F879E.


Background Color

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

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

This div background color is #7F879E.


Border color

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

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

This div border color is #7F879E.


Opacity

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

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

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

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

This text has shadow with #7F879E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F879E on black background.


Color preview on white background

This text has color #7F879E on white background.



Black color preview on #7F879E background

This text has black color on #7F879E background.


White color preview on #7F879E background

This text has white color on #7F879E background.