COLOR #7B757F

HEX: #7B757F
RGB: (123,117,127)

Color info

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

RGB color model

#7B757F color RGB value is (123,117,127).

  • red value is 123;
  • green value is 117;
  • blue value is 127.
RGB:
(123,117,127)
(48%,46%,50%)

RGB channels and saturation

R 123 of 255 = 48%
G 117 of 255 = 46%
B 127 of 255 = 50%

123
117
127

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

Portions of RGB colors in percentages

R + G + B =
123 + 117 + 127 = 367 (100%)
R 123 of 367 ~ 33.51%
G 117 of 367 ~ 31.88%
B 127 of 367 ~ 34.6%

%33.51
%31.88
%34.6

CMYK color model

#7B757F color CMYK value is (3,8,0,50).

  • cyan value is 3.15%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(3,8,0,50)
C3M8Y0K50 
(3%,8%,0%,50%)
(0.03/0.08/0.00/0.50)	

CMYK percentages

%3.15
%7.87
%0
%50.2

Codes

Color #7B757F in popluar color models

7B757F
RGB123117127
HSL276°4.10%47.84%
HSB/HSV276°7.87%49.80%
CMYK3.15%7.87%0.00%
50.20%

Color #7B757F in popluar number systems.

HEX7B757F
Decimal123117127
Binary111101111101011111111
Octal173165177

Shades and tints

Shades of #7B757F

#7B757F
(123,117,127)
#706B74
(112,107,116)
#656169
(101,97,105)
#5A575E
(90,87,94)
#4F4D53
(79,77,83)
#444348
(68,67,72)
#39393D
(57,57,61)
#2E2F32
(46,47,50)
#232527
(35,37,39)
#181B1C
(24,27,28)
#0D1111
(13,17,17)
#000000
(0,0,0)

Tints of #7B757F

#7B757F
(123,117,127)
#87818A
(135,129,138)
#938D95
(147,141,149)
#9F99A0
(159,153,160)
#ABA5AB
(171,165,171)
#B7B1B6
(183,177,182)
#C3BDC1
(195,189,193)
#CFC9CC
(207,201,204)
#DBD5D7
(219,213,215)
#E7E1E2
(231,225,226)
#F3EDED
(243,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B757F; }

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

This text font color is #7B757F.


Background Color

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

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

This div background color is #7B757F.


Border color

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

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

This div border color is #7B757F.


Opacity

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

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

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

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

This text has shadow with #7B757F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B757F on black background.


Color preview on white background

This text has color #7B757F on white background.



Black color preview on #7B757F background

This text has black color on #7B757F background.


White color preview on #7B757F background

This text has white color on #7B757F background.