COLOR #7B757A

HEX: #7B757A
RGB: (123,117,122)

Color info

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

RGB color model

#7B757A color RGB value is (123,117,122).

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

RGB channels and saturation

R 123 of 255 = 48%
G 117 of 255 = 46%
B 122 of 255 = 48%

123
117
122

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

Portions of RGB colors in percentages

R + G + B =
123 + 117 + 122 = 362 (100%)
R 123 of 362 ~ 33.98%
G 117 of 362 ~ 32.32%
B 122 of 362 ~ 33.7%

%33.98
%32.32
%33.7

CMYK color model

#7B757A color CMYK value is (0,5,1,52).

  • cyan value is 0.00%
  • magenta value is 4.88%
  • yellow value is 0.81%
  • key color value is 51.76%
CMYK:
(0,5,1,52)
C0M5Y1K52 
(0%,5%,1%,52%)
(0.00/0.05/0.01/0.52)	

CMYK percentages

%0
%4.88
%0.81
%51.76

Codes

Color #7B757A in popluar color models

7B757A
RGB123117122
HSL310°2.50%47.06%
HSB/HSV310°4.88%48.24%
CMYK0.00%4.88%0.81%
51.76%

Color #7B757A in popluar number systems.

HEX7B757A
Decimal123117122
Binary111101111101011111010
Octal173165172

Shades and tints

Shades of #7B757A

#7B757A
(123,117,122)
#706B6F
(112,107,111)
#656164
(101,97,100)
#5A5759
(90,87,89)
#4F4D4E
(79,77,78)
#444343
(68,67,67)
#393938
(57,57,56)
#2E2F2D
(46,47,45)
#232522
(35,37,34)
#181B17
(24,27,23)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #7B757A

#7B757A
(123,117,122)
#878186
(135,129,134)
#938D92
(147,141,146)
#9F999E
(159,153,158)
#ABA5AA
(171,165,170)
#B7B1B6
(183,177,182)
#C3BDC2
(195,189,194)
#CFC9CE
(207,201,206)
#DBD5DA
(219,213,218)
#E7E1E6
(231,225,230)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B757A; }

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

This text font color is #7B757A.


Background Color

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

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

This div background color is #7B757A.


Border color

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

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

This div border color is #7B757A.


Opacity

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

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

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

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

This text has shadow with #7B757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B757A on black background.


Color preview on white background

This text has color #7B757A on white background.



Black color preview on #7B757A background

This text has black color on #7B757A background.


White color preview on #7B757A background

This text has white color on #7B757A background.