COLOR #7F779D

HEX: #7F779D
RGB: (127,119,157)

Color info

#7F779D contains red, green and blue colors in about the same proportion. Web safe color of #7F779D is #666699 (or #669).

RGB color model

#7F779D color RGB value is (127,119,157).

  • red value is 127;
  • green value is 119;
  • blue value is 157.
RGB:
(127,119,157)
(50%,47%,62%)

RGB channels and saturation

R 127 of 255 = 50%
G 119 of 255 = 47%
B 157 of 255 = 62%

127
119
157

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

Portions of RGB colors in percentages

R + G + B =
127 + 119 + 157 = 403 (100%)
R 127 of 403 ~ 31.51%
G 119 of 403 ~ 29.53%
B 157 of 403 ~ 38.96%

%31.51
%29.53
%38.96

CMYK color model

#7F779D color CMYK value is (19,24,0,38).

  • cyan value is 19.11%
  • magenta value is 24.20%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(19,24,0,38)
C19M24Y0K38 
(19%,24%,0%,38%)
(0.19/0.24/0.00/0.38)	

CMYK percentages

%19.11
%24.2
%0
%38.43

Codes

Color #7F779D in popluar color models

7F779D
RGB127119157
HSL253°16.24%54.12%
HSB/HSV253°24.20%61.57%
CMYK19.11%24.20%0.00%
38.43%

Color #7F779D in popluar number systems.

HEX7F779D
Decimal127119157
Binary1111111111011110011101
Octal177167235

Shades and tints

Shades of #7F779D

#7F779D
(127,119,157)
#746D8F
(116,109,143)
#696381
(105,99,129)
#5E5973
(94,89,115)
#534F65
(83,79,101)
#484557
(72,69,87)
#3D3B49
(61,59,73)
#32313B
(50,49,59)
#27272D
(39,39,45)
#1C1D1F
(28,29,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7F779D

#7F779D
(127,119,157)
#8A83A5
(138,131,165)
#958FAD
(149,143,173)
#A09BB5
(160,155,181)
#ABA7BD
(171,167,189)
#B6B3C5
(182,179,197)
#C1BFCD
(193,191,205)
#CCCBD5
(204,203,213)
#D7D7DD
(215,215,221)
#E2E3E5
(226,227,229)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F779D; }

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

This text font color is #7F779D.


Background Color

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

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

This div background color is #7F779D.


Border color

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

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

This div border color is #7F779D.


Opacity

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

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

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

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

This text has shadow with #7F779D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F779D on black background.


Color preview on white background

This text has color #7F779D on white background.



Black color preview on #7F779D background

This text has black color on #7F779D background.


White color preview on #7F779D background

This text has white color on #7F779D background.