COLOR #7B7E52

HEX: #7B7E52
RGB: (123,126,82)

Color info

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

RGB color model

#7B7E52 color RGB value is (123,126,82).

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

RGB channels and saturation

R 123 of 255 = 48%
G 126 of 255 = 49%
B 82 of 255 = 32%

123
126
82

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

Portions of RGB colors in percentages

R + G + B =
123 + 126 + 82 = 331 (100%)
R 123 of 331 ~ 37.16%
G 126 of 331 ~ 38.07%
B 82 of 331 ~ 24.77%

%37.16
%38.07
%24.77

CMYK color model

#7B7E52 color CMYK value is (2,0,35,51).

  • cyan value is 2.38%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 50.59%
CMYK:
(2,0,35,51)
C2M0Y35K51 
(2%,0%,35%,51%)
(0.02/0.00/0.35/0.51)	

CMYK percentages

%2.38
%0
%34.92
%50.59

Codes

Color #7B7E52 in popluar color models

7B7E52
RGB12312682
HSL64°21.15%40.78%
HSB/HSV64°34.92%49.41%
CMYK2.38%0.00%34.92%
50.59%

Color #7B7E52 in popluar number systems.

HEX7B7E52
Decimal12312682
Binary111101111111101010010
Octal173176122

Shades and tints

Shades of #7B7E52

#7B7E52
(123,126,82)
#70734B
(112,115,75)
#656844
(101,104,68)
#5A5D3D
(90,93,61)
#4F5236
(79,82,54)
#44472F
(68,71,47)
#393C28
(57,60,40)
#2E3121
(46,49,33)
#23261A
(35,38,26)
#181B13
(24,27,19)
#0D100C
(13,16,12)
#000000
(0,0,0)

Tints of #7B7E52

#7B7E52
(123,126,82)
#878961
(135,137,97)
#939470
(147,148,112)
#9F9F7F
(159,159,127)
#ABAA8E
(171,170,142)
#B7B59D
(183,181,157)
#C3C0AC
(195,192,172)
#CFCBBB
(207,203,187)
#DBD6CA
(219,214,202)
#E7E1D9
(231,225,217)
#F3ECE8
(243,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7E52; }

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

This text font color is #7B7E52.


Background Color

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

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

This div background color is #7B7E52.


Border color

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

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

This div border color is #7B7E52.


Opacity

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

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

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

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

This text has shadow with #7B7E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7E52 on black background.


Color preview on white background

This text has color #7B7E52 on white background.



Black color preview on #7B7E52 background

This text has black color on #7B7E52 background.


White color preview on #7B7E52 background

This text has white color on #7B7E52 background.