COLOR #7B8086

HEX: #7B8086
RGB: (123,128,134)

Color info

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

RGB color model

#7B8086 color RGB value is (123,128,134).

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

RGB channels and saturation

R 123 of 255 = 48%
G 128 of 255 = 50%
B 134 of 255 = 53%

123
128
134

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

Portions of RGB colors in percentages

R + G + B =
123 + 128 + 134 = 385 (100%)
R 123 of 385 ~ 31.95%
G 128 of 385 ~ 33.25%
B 134 of 385 ~ 34.81%

%31.95
%33.25
%34.81

CMYK color model

#7B8086 color CMYK value is (8,4,0,47).

  • cyan value is 8.21%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(8,4,0,47)
C8M4Y0K47 
(8%,4%,0%,47%)
(0.08/0.04/0.00/0.47)	

CMYK percentages

%8.21
%4.48
%0
%47.45

Codes

Color #7B8086 in popluar color models

7B8086
RGB123128134
HSL213°4.35%50.39%
HSB/HSV213°8.21%52.55%
CMYK8.21%4.48%0.00%
47.45%

Color #7B8086 in popluar number systems.

HEX7B8086
Decimal123128134
Binary11110111000000010000110
Octal173200206

Shades and tints

Shades of #7B8086

#7B8086
(123,128,134)
#70757A
(112,117,122)
#656A6E
(101,106,110)
#5A5F62
(90,95,98)
#4F5456
(79,84,86)
#44494A
(68,73,74)
#393E3E
(57,62,62)
#2E3332
(46,51,50)
#232826
(35,40,38)
#181D1A
(24,29,26)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #7B8086

#7B8086
(123,128,134)
#878B91
(135,139,145)
#93969C
(147,150,156)
#9FA1A7
(159,161,167)
#ABACB2
(171,172,178)
#B7B7BD
(183,183,189)
#C3C2C8
(195,194,200)
#CFCDD3
(207,205,211)
#DBD8DE
(219,216,222)
#E7E3E9
(231,227,233)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8086; }

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

This text font color is #7B8086.


Background Color

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

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

This div background color is #7B8086.


Border color

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

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

This div border color is #7B8086.


Opacity

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

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

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

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

This text has shadow with #7B8086 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B8086 on black background.


Color preview on white background

This text has color #7B8086 on white background.



Black color preview on #7B8086 background

This text has black color on #7B8086 background.


White color preview on #7B8086 background

This text has white color on #7B8086 background.