COLOR #7B7873

HEX: #7B7873
RGB: (123,120,115)

Color info

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

RGB color model

#7B7873 color RGB value is (123,120,115).

  • red value is 123;
  • green value is 120;
  • blue value is 115.
RGB:
(123,120,115)
(48%,47%,45%)

RGB channels and saturation

R 123 of 255 = 48%
G 120 of 255 = 47%
B 115 of 255 = 45%

123
120
115

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

Portions of RGB colors in percentages

R + G + B =
123 + 120 + 115 = 358 (100%)
R 123 of 358 ~ 34.36%
G 120 of 358 ~ 33.52%
B 115 of 358 ~ 32.12%

%34.36
%33.52
%32.12

CMYK color model

#7B7873 color CMYK value is (0,2,7,52).

  • cyan value is 0.00%
  • magenta value is 2.44%
  • yellow value is 6.50%
  • key color value is 51.76%
CMYK:
(0,2,7,52)
C0M2Y7K52 
(0%,2%,7%,52%)
(0.00/0.02/0.07/0.52)	

CMYK percentages

%0
%2.44
%6.5
%51.76

Codes

Color #7B7873 in popluar color models

7B7873
RGB123120115
HSL38°3.36%46.67%
HSB/HSV38°6.50%48.24%
CMYK0.00%2.44%6.50%
51.76%

Color #7B7873 in popluar number systems.

HEX7B7873
Decimal123120115
Binary111101111110001110011
Octal173170163

Shades and tints

Shades of #7B7873

#7B7873
(123,120,115)
#706E69
(112,110,105)
#65645F
(101,100,95)
#5A5A55
(90,90,85)
#4F504B
(79,80,75)
#444641
(68,70,65)
#393C37
(57,60,55)
#2E322D
(46,50,45)
#232823
(35,40,35)
#181E19
(24,30,25)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #7B7873

#7B7873
(123,120,115)
#87847F
(135,132,127)
#93908B
(147,144,139)
#9F9C97
(159,156,151)
#ABA8A3
(171,168,163)
#B7B4AF
(183,180,175)
#C3C0BB
(195,192,187)
#CFCCC7
(207,204,199)
#DBD8D3
(219,216,211)
#E7E4DF
(231,228,223)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7873 color. Also use rgb(123,120,115) instead hex code.

Text Font Color

.myTextColor { color: #7B7873; }

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

This text font color is #7B7873.


Background Color

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

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

This div background color is #7B7873.


Border color

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

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

This div border color is #7B7873.


Opacity

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

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

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

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

This text has shadow with #7B7873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7873 on black background.


Color preview on white background

This text has color #7B7873 on white background.



Black color preview on #7B7873 background

This text has black color on #7B7873 background.


White color preview on #7B7873 background

This text has white color on #7B7873 background.