COLOR #7F6A8D

HEX: #7F6A8D
RGB: (127,106,141)

Color info

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

RGB color model

#7F6A8D color RGB value is (127,106,141).

  • red value is 127;
  • green value is 106;
  • blue value is 141.
RGB:
(127,106,141)
(50%,42%,55%)

RGB channels and saturation

R 127 of 255 = 50%
G 106 of 255 = 42%
B 141 of 255 = 55%

127
106
141

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

Portions of RGB colors in percentages

R + G + B =
127 + 106 + 141 = 374 (100%)
R 127 of 374 ~ 33.96%
G 106 of 374 ~ 28.34%
B 141 of 374 ~ 37.7%

%33.96
%28.34
%37.7

CMYK color model

#7F6A8D color CMYK value is (10,25,0,45).

  • cyan value is 9.93%
  • magenta value is 24.82%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(10,25,0,45)
C10M25Y0K45 
(10%,25%,0%,45%)
(0.10/0.25/0.00/0.45)	

CMYK percentages

%9.93
%24.82
%0
%44.71

Codes

Color #7F6A8D in popluar color models

7F6A8D
RGB127106141
HSL276°14.17%48.43%
HSB/HSV276°24.82%55.29%
CMYK9.93%24.82%0.00%
44.71%

Color #7F6A8D in popluar number systems.

HEX7F6A8D
Decimal127106141
Binary1111111110101010001101
Octal177152215

Shades and tints

Shades of #7F6A8D

#7F6A8D
(127,106,141)
#746181
(116,97,129)
#695875
(105,88,117)
#5E4F69
(94,79,105)
#53465D
(83,70,93)
#483D51
(72,61,81)
#3D3445
(61,52,69)
#322B39
(50,43,57)
#27222D
(39,34,45)
#1C1921
(28,25,33)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #7F6A8D

#7F6A8D
(127,106,141)
#8A7797
(138,119,151)
#9584A1
(149,132,161)
#A091AB
(160,145,171)
#AB9EB5
(171,158,181)
#B6ABBF
(182,171,191)
#C1B8C9
(193,184,201)
#CCC5D3
(204,197,211)
#D7D2DD
(215,210,221)
#E2DFE7
(226,223,231)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6A8D color. Also use rgb(127,106,141) instead hex code.

Text Font Color

.myTextColor { color: #7F6A8D; }

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

This text font color is #7F6A8D.


Background Color

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

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

This div background color is #7F6A8D.


Border color

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

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

This div border color is #7F6A8D.


Opacity

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

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

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

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

This text has shadow with #7F6A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6A8D on black background.


Color preview on white background

This text has color #7F6A8D on white background.



Black color preview on #7F6A8D background

This text has black color on #7F6A8D background.


White color preview on #7F6A8D background

This text has white color on #7F6A8D background.