COLOR #7B7E5D

HEX: #7B7E5D
RGB: (123,126,93)

Color info

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

RGB color model

#7B7E5D color RGB value is (123,126,93).

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

RGB channels and saturation

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

123
126
93

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

Portions of RGB colors in percentages

R + G + B =
123 + 126 + 93 = 342 (100%)
R 123 of 342 ~ 35.96%
G 126 of 342 ~ 36.84%
B 93 of 342 ~ 27.19%

%35.96
%36.84
%27.19

CMYK color model

#7B7E5D color CMYK value is (2,0,26,51).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 50.59%
CMYK:
(2,0,26,51)
C2M0Y26K51 
(2%,0%,26%,51%)
(0.02/0.00/0.26/0.51)	

CMYK percentages

%2.38
%0
%26.19
%50.59

Codes

Color #7B7E5D in popluar color models

7B7E5D
RGB12312693
HSL65°15.07%42.94%
HSB/HSV65°26.19%49.41%
CMYK2.38%0.00%26.19%
50.59%

Color #7B7E5D in popluar number systems.

HEX7B7E5D
Decimal12312693
Binary111101111111101011101
Octal173176135

Shades and tints

Shades of #7B7E5D

#7B7E5D
(123,126,93)
#707355
(112,115,85)
#65684D
(101,104,77)
#5A5D45
(90,93,69)
#4F523D
(79,82,61)
#444735
(68,71,53)
#393C2D
(57,60,45)
#2E3125
(46,49,37)
#23261D
(35,38,29)
#181B15
(24,27,21)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #7B7E5D

#7B7E5D
(123,126,93)
#87896B
(135,137,107)
#939479
(147,148,121)
#9F9F87
(159,159,135)
#ABAA95
(171,170,149)
#B7B5A3
(183,181,163)
#C3C0B1
(195,192,177)
#CFCBBF
(207,203,191)
#DBD6CD
(219,214,205)
#E7E1DB
(231,225,219)
#F3ECE9
(243,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7E5D; }

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

This text font color is #7B7E5D.


Background Color

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

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

This div background color is #7B7E5D.


Border color

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

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

This div border color is #7B7E5D.


Opacity

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

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

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

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

This text has shadow with #7B7E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7E5D on black background.


Color preview on white background

This text has color #7B7E5D on white background.



Black color preview on #7B7E5D background

This text has black color on #7B7E5D background.


White color preview on #7B7E5D background

This text has white color on #7B7E5D background.