COLOR #7B767E

HEX: #7B767E
RGB: (123,118,126)

Color info

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

RGB color model

#7B767E color RGB value is (123,118,126).

  • red value is 123;
  • green value is 118;
  • blue value is 126.
RGB:
(123,118,126)
(48%,46%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 118 of 255 = 46%
B 126 of 255 = 49%

123
118
126

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

Portions of RGB colors in percentages

R + G + B =
123 + 118 + 126 = 367 (100%)
R 123 of 367 ~ 33.51%
G 118 of 367 ~ 32.15%
B 126 of 367 ~ 34.33%

%33.51
%32.15
%34.33

CMYK color model

#7B767E color CMYK value is (2,6,0,51).

  • cyan value is 2.38%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(2,6,0,51)
C2M6Y0K51 
(2%,6%,0%,51%)
(0.02/0.06/0.00/0.51)	

CMYK percentages

%2.38
%6.35
%0
%50.59

Codes

Color #7B767E in popluar color models

7B767E
RGB123118126
HSL278°3.28%47.84%
HSB/HSV278°6.35%49.41%
CMYK2.38%6.35%0.00%
50.59%

Color #7B767E in popluar number systems.

HEX7B767E
Decimal123118126
Binary111101111101101111110
Octal173166176

Shades and tints

Shades of #7B767E

#7B767E
(123,118,126)
#706C73
(112,108,115)
#656268
(101,98,104)
#5A585D
(90,88,93)
#4F4E52
(79,78,82)
#444447
(68,68,71)
#393A3C
(57,58,60)
#2E3031
(46,48,49)
#232626
(35,38,38)
#181C1B
(24,28,27)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #7B767E

#7B767E
(123,118,126)
#878289
(135,130,137)
#938E94
(147,142,148)
#9F9A9F
(159,154,159)
#ABA6AA
(171,166,170)
#B7B2B5
(183,178,181)
#C3BEC0
(195,190,192)
#CFCACB
(207,202,203)
#DBD6D6
(219,214,214)
#E7E2E1
(231,226,225)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B767E color. Also use rgb(123,118,126) instead hex code.

Text Font Color

.myTextColor { color: #7B767E; }

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

This text font color is #7B767E.


Background Color

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

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

This div background color is #7B767E.


Border color

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

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

This div border color is #7B767E.


Opacity

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

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

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

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

This text has shadow with #7B767E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B767E on black background.


Color preview on white background

This text has color #7B767E on white background.



Black color preview on #7B767E background

This text has black color on #7B767E background.


White color preview on #7B767E background

This text has white color on #7B767E background.