COLOR #7F6980

HEX: #7F6980
RGB: (127,105,128)

Color info

#7F6980 contains red, green and blue colors in about the same proportion. Web safe color of #7F6980 is #666666 (or #666).

RGB color model

#7F6980 color RGB value is (127,105,128).

  • red value is 127;
  • green value is 105;
  • blue value is 128.
RGB:
(127,105,128)
(50%,41%,50%)

RGB channels and saturation

R 127 of 255 = 50%
G 105 of 255 = 41%
B 128 of 255 = 50%

127
105
128

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

Portions of RGB colors in percentages

R + G + B =
127 + 105 + 128 = 360 (100%)
R 127 of 360 ~ 35.28%
G 105 of 360 ~ 29.17%
B 128 of 360 ~ 35.56%

%35.28
%29.17
%35.56

CMYK color model

#7F6980 color CMYK value is (1,18,0,50).

  • cyan value is 0.78%
  • magenta value is 17.97%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(1,18,0,50)
C1M18Y0K50 
(1%,18%,0%,50%)
(0.01/0.18/0.00/0.50)	

CMYK percentages

%0.78
%17.97
%0
%49.8

Codes

Color #7F6980 in popluar color models

7F6980
RGB127105128
HSL297°9.87%45.69%
HSB/HSV297°17.97%50.20%
CMYK0.78%17.97%0.00%
49.80%

Color #7F6980 in popluar number systems.

HEX7F6980
Decimal127105128
Binary1111111110100110000000
Octal177151200

Shades and tints

Shades of #7F6980

#7F6980
(127,105,128)
#746075
(116,96,117)
#69576A
(105,87,106)
#5E4E5F
(94,78,95)
#534554
(83,69,84)
#483C49
(72,60,73)
#3D333E
(61,51,62)
#322A33
(50,42,51)
#272128
(39,33,40)
#1C181D
(28,24,29)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #7F6980

#7F6980
(127,105,128)
#8A768B
(138,118,139)
#958396
(149,131,150)
#A090A1
(160,144,161)
#AB9DAC
(171,157,172)
#B6AAB7
(182,170,183)
#C1B7C2
(193,183,194)
#CCC4CD
(204,196,205)
#D7D1D8
(215,209,216)
#E2DEE3
(226,222,227)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6980 color. Also use rgb(127,105,128) instead hex code.

Text Font Color

.myTextColor { color: #7F6980; }

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

This text font color is #7F6980.


Background Color

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

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

This div background color is #7F6980.


Border color

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

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

This div border color is #7F6980.


Opacity

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

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

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

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

This text has shadow with #7F6980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6980 on black background.


Color preview on white background

This text has color #7F6980 on white background.



Black color preview on #7F6980 background

This text has black color on #7F6980 background.


White color preview on #7F6980 background

This text has white color on #7F6980 background.