COLOR #7F6A83

HEX: #7F6A83
RGB: (127,106,131)

Color info

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

RGB color model

#7F6A83 color RGB value is (127,106,131).

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

RGB channels and saturation

R 127 of 255 = 50%
G 106 of 255 = 42%
B 131 of 255 = 51%

127
106
131

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

Portions of RGB colors in percentages

R + G + B =
127 + 106 + 131 = 364 (100%)
R 127 of 364 ~ 34.89%
G 106 of 364 ~ 29.12%
B 131 of 364 ~ 35.99%

%34.89
%29.12
%35.99

CMYK color model

#7F6A83 color CMYK value is (3,19,0,49).

  • cyan value is 3.05%
  • magenta value is 19.08%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(3,19,0,49)
C3M19Y0K49 
(3%,19%,0%,49%)
(0.03/0.19/0.00/0.49)	

CMYK percentages

%3.05
%19.08
%0
%48.63

Codes

Color #7F6A83 in popluar color models

7F6A83
RGB127106131
HSL290°10.55%46.47%
HSB/HSV290°19.08%51.37%
CMYK3.05%19.08%0.00%
48.63%

Color #7F6A83 in popluar number systems.

HEX7F6A83
Decimal127106131
Binary1111111110101010000011
Octal177152203

Shades and tints

Shades of #7F6A83

#7F6A83
(127,106,131)
#746178
(116,97,120)
#69586D
(105,88,109)
#5E4F62
(94,79,98)
#534657
(83,70,87)
#483D4C
(72,61,76)
#3D3441
(61,52,65)
#322B36
(50,43,54)
#27222B
(39,34,43)
#1C1920
(28,25,32)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #7F6A83

#7F6A83
(127,106,131)
#8A778E
(138,119,142)
#958499
(149,132,153)
#A091A4
(160,145,164)
#AB9EAF
(171,158,175)
#B6ABBA
(182,171,186)
#C1B8C5
(193,184,197)
#CCC5D0
(204,197,208)
#D7D2DB
(215,210,219)
#E2DFE6
(226,223,230)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6A83; }

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

This text font color is #7F6A83.


Background Color

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

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

This div background color is #7F6A83.


Border color

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

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

This div border color is #7F6A83.


Opacity

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

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

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

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

This text has shadow with #7F6A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F6A83 on black background.


Color preview on white background

This text has color #7F6A83 on white background.



Black color preview on #7F6A83 background

This text has black color on #7F6A83 background.


White color preview on #7F6A83 background

This text has white color on #7F6A83 background.