COLOR #7B717A

HEX: #7B717A
RGB: (123,113,122)

Color info

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

RGB color model

#7B717A color RGB value is (123,113,122).

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

RGB channels and saturation

R 123 of 255 = 48%
G 113 of 255 = 44%
B 122 of 255 = 48%

123
113
122

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

Portions of RGB colors in percentages

R + G + B =
123 + 113 + 122 = 358 (100%)
R 123 of 358 ~ 34.36%
G 113 of 358 ~ 31.56%
B 122 of 358 ~ 34.08%

%34.36
%31.56
%34.08

CMYK color model

#7B717A color CMYK value is (0,8,1,52).

  • cyan value is 0.00%
  • magenta value is 8.13%
  • yellow value is 0.81%
  • key color value is 51.76%
CMYK:
(0,8,1,52)
C0M8Y1K52 
(0%,8%,1%,52%)
(0.00/0.08/0.01/0.52)	

CMYK percentages

%0
%8.13
%0.81
%51.76

Codes

Color #7B717A in popluar color models

7B717A
RGB123113122
HSL306°4.24%46.27%
HSB/HSV306°8.13%48.24%
CMYK0.00%8.13%0.81%
51.76%

Color #7B717A in popluar number systems.

HEX7B717A
Decimal123113122
Binary111101111100011111010
Octal173161172

Shades and tints

Shades of #7B717A

#7B717A
(123,113,122)
#70676F
(112,103,111)
#655D64
(101,93,100)
#5A5359
(90,83,89)
#4F494E
(79,73,78)
#443F43
(68,63,67)
#393538
(57,53,56)
#2E2B2D
(46,43,45)
#232122
(35,33,34)
#181717
(24,23,23)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #7B717A

#7B717A
(123,113,122)
#877D86
(135,125,134)
#938992
(147,137,146)
#9F959E
(159,149,158)
#ABA1AA
(171,161,170)
#B7ADB6
(183,173,182)
#C3B9C2
(195,185,194)
#CFC5CE
(207,197,206)
#DBD1DA
(219,209,218)
#E7DDE6
(231,221,230)
#F3E9F2
(243,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B717A; }

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

This text font color is #7B717A.


Background Color

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

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

This div background color is #7B717A.


Border color

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

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

This div border color is #7B717A.


Opacity

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

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

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

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

This text has shadow with #7B717A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B717A on black background.


Color preview on white background

This text has color #7B717A on white background.



Black color preview on #7B717A background

This text has black color on #7B717A background.


White color preview on #7B717A background

This text has white color on #7B717A background.