COLOR #7B837C

HEX: #7B837C
RGB: (123,131,124)

Color info

#7B837C contains red, green and blue colors in about the same proportion. Web safe color of #7B837C is #669966 (or #696).

RGB color model

#7B837C color RGB value is (123,131,124).

  • red value is 123;
  • green value is 131;
  • blue value is 124.
RGB:
(123,131,124)
(48%,51%,49%)

RGB channels and saturation

R 123 of 255 = 48%
G 131 of 255 = 51%
B 124 of 255 = 49%

123
131
124

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

Portions of RGB colors in percentages

R + G + B =
123 + 131 + 124 = 378 (100%)
R 123 of 378 ~ 32.54%
G 131 of 378 ~ 34.66%
B 124 of 378 ~ 32.8%

%32.54
%34.66
%32.8

CMYK color model

#7B837C color CMYK value is (6,0,5,49).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 48.63%
CMYK:
(6,0,5,49)
C6M0Y5K49 
(6%,0%,5%,49%)
(0.06/0.00/0.05/0.49)	

CMYK percentages

%6.11
%0
%5.34
%48.63

Codes

Color #7B837C in popluar color models

7B837C
RGB123131124
HSL128°3.15%49.80%
HSB/HSV128°6.11%51.37%
CMYK6.11%0.00%5.34%
48.63%

Color #7B837C in popluar number systems.

HEX7B837C
Decimal123131124
Binary1111011100000111111100
Octal173203174

Shades and tints

Shades of #7B837C

#7B837C
(123,131,124)
#707871
(112,120,113)
#656D66
(101,109,102)
#5A625B
(90,98,91)
#4F5750
(79,87,80)
#444C45
(68,76,69)
#39413A
(57,65,58)
#2E362F
(46,54,47)
#232B24
(35,43,36)
#182019
(24,32,25)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #7B837C

#7B837C
(123,131,124)
#878E87
(135,142,135)
#939992
(147,153,146)
#9FA49D
(159,164,157)
#ABAFA8
(171,175,168)
#B7BAB3
(183,186,179)
#C3C5BE
(195,197,190)
#CFD0C9
(207,208,201)
#DBDBD4
(219,219,212)
#E7E6DF
(231,230,223)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B837C color. Also use rgb(123,131,124) instead hex code.

Text Font Color

.myTextColor { color: #7B837C; }

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

This text font color is #7B837C.


Background Color

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

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

This div background color is #7B837C.


Border color

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

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

This div border color is #7B837C.


Opacity

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

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

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

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

This text has shadow with #7B837C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B837C on black background.


Color preview on white background

This text has color #7B837C on white background.



Black color preview on #7B837C background

This text has black color on #7B837C background.


White color preview on #7B837C background

This text has white color on #7B837C background.