COLOR #7F6B8C

HEX: #7F6B8C RGB: (127,107,140)

Color info

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

RGB color model

#7F6B8C color RGB value is (127,107,140).

RGB: (127,107,140) (50%, 42%, 55%)

RGB channels and saturation

R 127 of 255 = 50%
G 107 of 255 = 42%
B 140 of 255 = 55%

127
107
140

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

Portions of RGB colors in percentages

R + G + B = 127 + 107 + 140 = 374 (100%)
R 127 of 374 ~ 33.96%
G 107 of 374 ~ 28.61%
B 140 of 374 ~ 37.43'%

%33.96
%28.61
%37.43

CMYK color model

#7F6B8C color CMYK value is (9,24,0,45).

  • cyan value is 9.29%
  • magenta value is 23.57%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (9,24,0,45)
C9M24Y0K45 (9%, 24%, 0%, 45%)
(0.09 / 0.24 / 0.00 / 0.45)

CMYK percentages

%9.29
%23.57
%0
%45.1

Codes

Color #7F6B8C in popluar color models

7F 6B 8C
RGB 127 107 140
HSL 276° 13.36% 48.43%
HSB/HSV 276° 23.57% 54.90%
CMYK 9.29% 23.57% 0.00%
45.10%

Color #7F6B8C in popluar number systems.

HEX 7F 6B 8C
Decimal 127 107 140
Binary 1111111 1101011 10001100
Octal 177 153 214

Shades and tints

Shades of #7F6B8C

#7F6B8C
(127,107,140)
#746280
(116,98,128)
#695974
(105,89,116)
#5E5068
(94,80,104)
#53475C
(83,71,92)
#483E50
(72,62,80)
#3D3544
(61,53,68)
#322C38
(50,44,56)
#27232C
(39,35,44)
#1C1A20
(28,26,32)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #7F6B8C

#7F6B8C
(127,107,140)
#8A7896
(138,120,150)
#9585A0
(149,133,160)
#A092AA
(160,146,170)
#AB9FB4
(171,159,180)
#B6ACBE
(182,172,190)
#C1B9C8
(193,185,200)
#CCC6D2
(204,198,210)
#D7D3DC
(215,211,220)
#E2E0E6
(226,224,230)
#EDEDF0
(237,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6B8C; }

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

This text font color is #7F6B8C.

Background Color

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

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

This div background color is #7F6B8C.

Border color

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

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

This div border color is #7F6B8C.

Opacity

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

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

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

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

This text has shadow with #7F6B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6B8C.

Preview

Color preview on black background

This text has color #7F6B8C on black background.


Color preview on white background

This text has color #7F6B8C on white background.


Black color preview on #7F6B8C background

This text has black color on #7F6B8C background.


White color preview on #7F6B8C background

This text has white color on #7F6B8C background.


Related colors

Complementary color

Complementary color for #hex is #809473.


I love getcolorcode.com

Triadic colors

1 #8C7F6B and #6B8C7F with #7F6B8C are triadic colors.

2 #8C6B7F and #6B7F8C with #7F6B8C are triadic colors.