COLOR #7B6B86

HEX: #7B6B86
RGB: (123,107,134)

Color info

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

RGB color model

#7B6B86 color RGB value is (123,107,134).

  • red value is 123;
  • green value is 107;
  • blue value is 134.
RGB:
(123,107,134)
(48%,42%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 107 of 255 = 42%
B 134 of 255 = 53%

123
107
134

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

Portions of RGB colors in percentages

R + G + B =
123 + 107 + 134 = 364 (100%)
R 123 of 364 ~ 33.79%
G 107 of 364 ~ 29.4%
B 134 of 364 ~ 36.81%

%33.79
%29.4
%36.81

CMYK color model

#7B6B86 color CMYK value is (8,20,0,47).

  • cyan value is 8.21%
  • magenta value is 20.15%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(8,20,0,47)
C8M20Y0K47 
(8%,20%,0%,47%)
(0.08/0.20/0.00/0.47)	

CMYK percentages

%8.21
%20.15
%0
%47.45

Codes

Color #7B6B86 in popluar color models

7B6B86
RGB123107134
HSL276°11.20%47.25%
HSB/HSV276°20.15%52.55%
CMYK8.21%20.15%0.00%
47.45%

Color #7B6B86 in popluar number systems.

HEX7B6B86
Decimal123107134
Binary1111011110101110000110
Octal173153206

Shades and tints

Shades of #7B6B86

#7B6B86
(123,107,134)
#70627A
(112,98,122)
#65596E
(101,89,110)
#5A5062
(90,80,98)
#4F4756
(79,71,86)
#443E4A
(68,62,74)
#39353E
(57,53,62)
#2E2C32
(46,44,50)
#232326
(35,35,38)
#181A1A
(24,26,26)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #7B6B86

#7B6B86
(123,107,134)
#877891
(135,120,145)
#93859C
(147,133,156)
#9F92A7
(159,146,167)
#AB9FB2
(171,159,178)
#B7ACBD
(183,172,189)
#C3B9C8
(195,185,200)
#CFC6D3
(207,198,211)
#DBD3DE
(219,211,222)
#E7E0E9
(231,224,233)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6B86 color. Also use rgb(123,107,134) instead hex code.

Text Font Color

.myTextColor { color: #7B6B86; }

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

This text font color is #7B6B86.


Background Color

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

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

This div background color is #7B6B86.


Border color

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

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

This div border color is #7B6B86.


Opacity

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

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

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

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

This text has shadow with #7B6B86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6B86 on black background.


Color preview on white background

This text has color #7B6B86 on white background.



Black color preview on #7B6B86 background

This text has black color on #7B6B86 background.


White color preview on #7B6B86 background

This text has white color on #7B6B86 background.