COLOR #7B707E

HEX: #7B707E
RGB: (123,112,126)

Color info

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

RGB color model

#7B707E color RGB value is (123,112,126).

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

RGB channels and saturation

R 123 of 255 = 48%
G 112 of 255 = 44%
B 126 of 255 = 49%

123
112
126

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

Portions of RGB colors in percentages

R + G + B =
123 + 112 + 126 = 361 (100%)
R 123 of 361 ~ 34.07%
G 112 of 361 ~ 31.02%
B 126 of 361 ~ 34.9%

%34.07
%31.02
%34.9

CMYK color model

#7B707E color CMYK value is (2,11,0,51).

  • cyan value is 2.38%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(2,11,0,51)
C2M11Y0K51 
(2%,11%,0%,51%)
(0.02/0.11/0.00/0.51)	

CMYK percentages

%2.38
%11.11
%0
%50.59

Codes

Color #7B707E in popluar color models

7B707E
RGB123112126
HSL287°5.88%46.67%
HSB/HSV287°11.11%49.41%
CMYK2.38%11.11%0.00%
50.59%

Color #7B707E in popluar number systems.

HEX7B707E
Decimal123112126
Binary111101111100001111110
Octal173160176

Shades and tints

Shades of #7B707E

#7B707E
(123,112,126)
#706673
(112,102,115)
#655C68
(101,92,104)
#5A525D
(90,82,93)
#4F4852
(79,72,82)
#443E47
(68,62,71)
#39343C
(57,52,60)
#2E2A31
(46,42,49)
#232026
(35,32,38)
#18161B
(24,22,27)
#0D0C10
(13,12,16)
#000000
(0,0,0)

Tints of #7B707E

#7B707E
(123,112,126)
#877D89
(135,125,137)
#938A94
(147,138,148)
#9F979F
(159,151,159)
#ABA4AA
(171,164,170)
#B7B1B5
(183,177,181)
#C3BEC0
(195,190,192)
#CFCBCB
(207,203,203)
#DBD8D6
(219,216,214)
#E7E5E1
(231,229,225)
#F3F2EC
(243,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B707E; }

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

This text font color is #7B707E.


Background Color

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

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

This div background color is #7B707E.


Border color

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

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

This div border color is #7B707E.


Opacity

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

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

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

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

This text has shadow with #7B707E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B707E on black background.


Color preview on white background

This text has color #7B707E on white background.



Black color preview on #7B707E background

This text has black color on #7B707E background.


White color preview on #7B707E background

This text has white color on #7B707E background.