COLOR #7B6E7F

HEX: #7B6E7F RGB: (123,110,127)

Color info

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

RGB color model

#7B6E7F color RGB value is (123,110,127).

RGB: (123,110,127) (48%, 43%, 50%)

RGB channels and saturation

R 123 of 255 = 48%
G 110 of 255 = 43%
B 127 of 255 = 50%

123
110
127

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

Portions of RGB colors in percentages

R + G + B = 123 + 110 + 127 = 360 (100%)
R 123 of 360 ~ 34.17%
G 110 of 360 ~ 30.56%
B 127 of 360 ~ 35.28'%

%34.17
%30.56
%35.28

CMYK color model

#7B6E7F color CMYK value is (3,13,0,50).

  • cyan value is 3.15%
  • magenta value is 13.39%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (3,13,0,50)
C3M13Y0K50 (3%, 13%, 0%, 50%)
(0.03 / 0.13 / 0.00 / 0.50)

CMYK percentages

%3.15
%13.39
%0
%50.2

Codes

Color #7B6E7F in popluar color models

7B 6E 7F
RGB 123 110 127
HSL 286° 7.17% 46.47%
HSB/HSV 286° 13.39% 49.80%
CMYK 3.15% 13.39% 0.00%
50.20%

Color #7B6E7F in popluar number systems.

HEX 7B 6E 7F
Decimal 123 110 127
Binary 1111011 1101110 1111111
Octal 173 156 177

Shades and tints

Shades of #7B6E7F

#7B6E7F
(123,110,127)
#706474
(112,100,116)
#655A69
(101,90,105)
#5A505E
(90,80,94)
#4F4653
(79,70,83)
#443C48
(68,60,72)
#39323D
(57,50,61)
#2E2832
(46,40,50)
#231E27
(35,30,39)
#18141C
(24,20,28)
#0D0A11
(13,10,17)
#000000
(0,0,0)

Tints of #7B6E7F

#7B6E7F
(123,110,127)
#877B8A
(135,123,138)
#938895
(147,136,149)
#9F95A0
(159,149,160)
#ABA2AB
(171,162,171)
#B7AFB6
(183,175,182)
#C3BCC1
(195,188,193)
#CFC9CC
(207,201,204)
#DBD6D7
(219,214,215)
#E7E3E2
(231,227,226)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6E7F color. Also use rgb(123,110,127) instead hex code.

Text Font Color

.myTextColor { color: #7B6E7F; }

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

This text font color is #7B6E7F.

Background Color

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

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

This div background color is #7B6E7F.

Border color

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

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

This div border color is #7B6E7F.

Opacity

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

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

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

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

This text has shadow with #7B6E7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6E7F.

Preview

Color preview on black background

This text has color #7B6E7F on black background.


Color preview on white background

This text has color #7B6E7F on white background.


Black color preview on #7B6E7F background

This text has black color on #7B6E7F background.


White color preview on #7B6E7F background

This text has white color on #7B6E7F background.


Related colors

Complementary color

Complementary color for #hex is #849180.


I love getcolorcode.com

Triadic colors

1 #7F7B6E and #6E7F7B with #7B6E7F are triadic colors.

2 #7F6E7B and #6E7B7F with #7B6E7F are triadic colors.