COLOR #7F6B92

HEX: #7F6B92
RGB: (127,107,146)

Color info

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

RGB color model

#7F6B92 color RGB value is (127,107,146).

  • red value is 127;
  • green value is 107;
  • blue value is 146.
RGB:
(127,107,146)
(50%,42%,57%)

RGB channels and saturation

R 127 of 255 = 50%
G 107 of 255 = 42%
B 146 of 255 = 57%

127
107
146

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

Portions of RGB colors in percentages

R + G + B =
127 + 107 + 146 = 380 (100%)
R 127 of 380 ~ 33.42%
G 107 of 380 ~ 28.16%
B 146 of 380 ~ 38.42%

%33.42
%28.16
%38.42

CMYK color model

#7F6B92 color CMYK value is (13,27,0,43).

  • cyan value is 13.01%
  • magenta value is 26.71%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(13,27,0,43)
C13M27Y0K43 
(13%,27%,0%,43%)
(0.13/0.27/0.00/0.43)	

CMYK percentages

%13.01
%26.71
%0
%42.75

Codes

Color #7F6B92 in popluar color models

7F6B92
RGB127107146
HSL271°15.42%49.61%
HSB/HSV271°26.71%57.25%
CMYK13.01%26.71%0.00%
42.75%

Color #7F6B92 in popluar number systems.

HEX7F6B92
Decimal127107146
Binary1111111110101110010010
Octal177153222

Shades and tints

Shades of #7F6B92

#7F6B92
(127,107,146)
#746285
(116,98,133)
#695978
(105,89,120)
#5E506B
(94,80,107)
#53475E
(83,71,94)
#483E51
(72,62,81)
#3D3544
(61,53,68)
#322C37
(50,44,55)
#27232A
(39,35,42)
#1C1A1D
(28,26,29)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #7F6B92

#7F6B92
(127,107,146)
#8A789B
(138,120,155)
#9585A4
(149,133,164)
#A092AD
(160,146,173)
#AB9FB6
(171,159,182)
#B6ACBF
(182,172,191)
#C1B9C8
(193,185,200)
#CCC6D1
(204,198,209)
#D7D3DA
(215,211,218)
#E2E0E3
(226,224,227)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6B92 color. Also use rgb(127,107,146) instead hex code.

Text Font Color

.myTextColor { color: #7F6B92; }

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

This text font color is #7F6B92.


Background Color

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

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

This div background color is #7F6B92.


Border color

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

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

This div border color is #7F6B92.


Opacity

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

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

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

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

This text has shadow with #7F6B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6B92 on black background.


Color preview on white background

This text has color #7F6B92 on white background.



Black color preview on #7F6B92 background

This text has black color on #7F6B92 background.


White color preview on #7F6B92 background

This text has white color on #7F6B92 background.