COLOR #7B7471

HEX: #7B7471
RGB: (123,116,113)

Color info

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

RGB color model

#7B7471 color RGB value is (123,116,113).

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

RGB channels and saturation

R 123 of 255 = 48%
G 116 of 255 = 45%
B 113 of 255 = 44%

123
116
113

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

Portions of RGB colors in percentages

R + G + B =
123 + 116 + 113 = 352 (100%)
R 123 of 352 ~ 34.94%
G 116 of 352 ~ 32.95%
B 113 of 352 ~ 32.1%

%34.94
%32.95
%32.1

CMYK color model

#7B7471 color CMYK value is (0,6,8,52).

  • cyan value is 0.00%
  • magenta value is 5.69%
  • yellow value is 8.13%
  • key color value is 51.76%
CMYK:
(0,6,8,52)
C0M6Y8K52 
(0%,6%,8%,52%)
(0.00/0.06/0.08/0.52)	

CMYK percentages

%0
%5.69
%8.13
%51.76

Codes

Color #7B7471 in popluar color models

7B7471
RGB123116113
HSL18°4.24%46.27%
HSB/HSV18°8.13%48.24%
CMYK0.00%5.69%8.13%
51.76%

Color #7B7471 in popluar number systems.

HEX7B7471
Decimal123116113
Binary111101111101001110001
Octal173164161

Shades and tints

Shades of #7B7471

#7B7471
(123,116,113)
#706A67
(112,106,103)
#65605D
(101,96,93)
#5A5653
(90,86,83)
#4F4C49
(79,76,73)
#44423F
(68,66,63)
#393835
(57,56,53)
#2E2E2B
(46,46,43)
#232421
(35,36,33)
#181A17
(24,26,23)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #7B7471

#7B7471
(123,116,113)
#87807D
(135,128,125)
#938C89
(147,140,137)
#9F9895
(159,152,149)
#ABA4A1
(171,164,161)
#B7B0AD
(183,176,173)
#C3BCB9
(195,188,185)
#CFC8C5
(207,200,197)
#DBD4D1
(219,212,209)
#E7E0DD
(231,224,221)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7471; }

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

This text font color is #7B7471.


Background Color

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

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

This div background color is #7B7471.


Border color

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

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

This div border color is #7B7471.


Opacity

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

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

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

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

This text has shadow with #7B7471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7471 on black background.


Color preview on white background

This text has color #7B7471 on white background.



Black color preview on #7B7471 background

This text has black color on #7B7471 background.


White color preview on #7B7471 background

This text has white color on #7B7471 background.