COLOR #7B7071

HEX: #7B7071
RGB: (123,112,113)

Color info

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

RGB color model

#7B7071 color RGB value is (123,112,113).

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

RGB channels and saturation

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

123
112
113

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

Portions of RGB colors in percentages

R + G + B =
123 + 112 + 113 = 348 (100%)
R 123 of 348 ~ 35.34%
G 112 of 348 ~ 32.18%
B 113 of 348 ~ 32.47%

%35.34
%32.18
%32.47

CMYK color model

#7B7071 color CMYK value is (0,9,8,52).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 8.13%
  • key color value is 51.76%
CMYK:
(0,9,8,52)
C0M9Y8K52 
(0%,9%,8%,52%)
(0.00/0.09/0.08/0.52)	

CMYK percentages

%0
%8.94
%8.13
%51.76

Codes

Color #7B7071 in popluar color models

7B7071
RGB123112113
HSL355°4.68%46.08%
HSB/HSV355°8.94%48.24%
CMYK0.00%8.94%8.13%
51.76%

Color #7B7071 in popluar number systems.

HEX7B7071
Decimal123112113
Binary111101111100001110001
Octal173160161

Shades and tints

Shades of #7B7071

#7B7071
(123,112,113)
#706667
(112,102,103)
#655C5D
(101,92,93)
#5A5253
(90,82,83)
#4F4849
(79,72,73)
#443E3F
(68,62,63)
#393435
(57,52,53)
#2E2A2B
(46,42,43)
#232021
(35,32,33)
#181617
(24,22,23)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #7B7071

#7B7071
(123,112,113)
#877D7D
(135,125,125)
#938A89
(147,138,137)
#9F9795
(159,151,149)
#ABA4A1
(171,164,161)
#B7B1AD
(183,177,173)
#C3BEB9
(195,190,185)
#CFCBC5
(207,203,197)
#DBD8D1
(219,216,209)
#E7E5DD
(231,229,221)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7071; }

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

This text font color is #7B7071.


Background Color

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

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

This div background color is #7B7071.


Border color

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

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

This div border color is #7B7071.


Opacity

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

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

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

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

This text has shadow with #7B7071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7071 on black background.


Color preview on white background

This text has color #7B7071 on white background.



Black color preview on #7B7071 background

This text has black color on #7B7071 background.


White color preview on #7B7071 background

This text has white color on #7B7071 background.