COLOR #7B7F5B

HEX: #7B7F5B
RGB: (123,127,91)

Color info

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

RGB color model

#7B7F5B color RGB value is (123,127,91).

  • red value is 123;
  • green value is 127;
  • blue value is 91.
RGB:
(123,127,91)
(48%,50%,36%)

RGB channels and saturation

R 123 of 255 = 48%
G 127 of 255 = 50%
B 91 of 255 = 36%

123
127
91

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

Portions of RGB colors in percentages

R + G + B =
123 + 127 + 91 = 341 (100%)
R 123 of 341 ~ 36.07%
G 127 of 341 ~ 37.24%
B 91 of 341 ~ 26.69%

%36.07
%37.24
%26.69

CMYK color model

#7B7F5B color CMYK value is (3,0,28,50).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 28.35%
  • key color value is 50.20%
CMYK:
(3,0,28,50)
C3M0Y28K50 
(3%,0%,28%,50%)
(0.03/0.00/0.28/0.50)	

CMYK percentages

%3.15
%0
%28.35
%50.2

Codes

Color #7B7F5B in popluar color models

7B7F5B
RGB12312791
HSL67°16.51%42.75%
HSB/HSV67°28.35%49.80%
CMYK3.15%0.00%28.35%
50.20%

Color #7B7F5B in popluar number systems.

HEX7B7F5B
Decimal12312791
Binary111101111111111011011
Octal173177133

Shades and tints

Shades of #7B7F5B

#7B7F5B
(123,127,91)
#707453
(112,116,83)
#65694B
(101,105,75)
#5A5E43
(90,94,67)
#4F533B
(79,83,59)
#444833
(68,72,51)
#393D2B
(57,61,43)
#2E3223
(46,50,35)
#23271B
(35,39,27)
#181C13
(24,28,19)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #7B7F5B

#7B7F5B
(123,127,91)
#878A69
(135,138,105)
#939577
(147,149,119)
#9FA085
(159,160,133)
#ABAB93
(171,171,147)
#B7B6A1
(183,182,161)
#C3C1AF
(195,193,175)
#CFCCBD
(207,204,189)
#DBD7CB
(219,215,203)
#E7E2D9
(231,226,217)
#F3EDE7
(243,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7F5B color. Also use rgb(123,127,91) instead hex code.

Text Font Color

.myTextColor { color: #7B7F5B; }

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

This text font color is #7B7F5B.


Background Color

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

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

This div background color is #7B7F5B.


Border color

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

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

This div border color is #7B7F5B.


Opacity

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

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

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

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

This text has shadow with #7B7F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7F5B on black background.


Color preview on white background

This text has color #7B7F5B on white background.



Black color preview on #7B7F5B background

This text has black color on #7B7F5B background.


White color preview on #7B7F5B background

This text has white color on #7B7F5B background.