COLOR #7B7E5C

HEX: #7B7E5C
RGB: (123,126,92)

Color info

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

RGB color model

#7B7E5C color RGB value is (123,126,92).

  • red value is 123;
  • green value is 126;
  • blue value is 92.
RGB:
(123,126,92)
(48%,49%,36%)

RGB channels and saturation

R 123 of 255 = 48%
G 126 of 255 = 49%
B 92 of 255 = 36%

123
126
92

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

Portions of RGB colors in percentages

R + G + B =
123 + 126 + 92 = 341 (100%)
R 123 of 341 ~ 36.07%
G 126 of 341 ~ 36.95%
B 92 of 341 ~ 26.98%

%36.07
%36.95
%26.98

CMYK color model

#7B7E5C color CMYK value is (2,0,27,51).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 50.59%
CMYK:
(2,0,27,51)
C2M0Y27K51 
(2%,0%,27%,51%)
(0.02/0.00/0.27/0.51)	

CMYK percentages

%2.38
%0
%26.98
%50.59

Codes

Color #7B7E5C in popluar color models

7B7E5C
RGB12312692
HSL65°15.60%42.75%
HSB/HSV65°26.98%49.41%
CMYK2.38%0.00%26.98%
50.59%

Color #7B7E5C in popluar number systems.

HEX7B7E5C
Decimal12312692
Binary111101111111101011100
Octal173176134

Shades and tints

Shades of #7B7E5C

#7B7E5C
(123,126,92)
#707354
(112,115,84)
#65684C
(101,104,76)
#5A5D44
(90,93,68)
#4F523C
(79,82,60)
#444734
(68,71,52)
#393C2C
(57,60,44)
#2E3124
(46,49,36)
#23261C
(35,38,28)
#181B14
(24,27,20)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #7B7E5C

#7B7E5C
(123,126,92)
#87896A
(135,137,106)
#939478
(147,148,120)
#9F9F86
(159,159,134)
#ABAA94
(171,170,148)
#B7B5A2
(183,181,162)
#C3C0B0
(195,192,176)
#CFCBBE
(207,203,190)
#DBD6CC
(219,214,204)
#E7E1DA
(231,225,218)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7E5C color. Also use rgb(123,126,92) instead hex code.

Text Font Color

.myTextColor { color: #7B7E5C; }

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

This text font color is #7B7E5C.


Background Color

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

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

This div background color is #7B7E5C.


Border color

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

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

This div border color is #7B7E5C.


Opacity

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

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

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

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

This text has shadow with #7B7E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7E5C on black background.


Color preview on white background

This text has color #7B7E5C on white background.



Black color preview on #7B7E5C background

This text has black color on #7B7E5C background.


White color preview on #7B7E5C background

This text has white color on #7B7E5C background.