COLOR #7B7B4B

HEX: #7B7B4B
RGB: (123,123,75)

Color info

#7B7B4B contains red, green and blue colors in about the same proportion. Web safe color of #7B7B4B is #666633 (or #663).

RGB color model

#7B7B4B color RGB value is (123,123,75).

  • red value is 123;
  • green value is 123;
  • blue value is 75.
RGB:
(123,123,75)
(48%,48%,29%)

RGB channels and saturation

R 123 of 255 = 48%
G 123 of 255 = 48%
B 75 of 255 = 29%

123
123
75

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

Portions of RGB colors in percentages

R + G + B =
123 + 123 + 75 = 321 (100%)
R 123 of 321 ~ 38.32%
G 123 of 321 ~ 38.32%
B 75 of 321 ~ 23.36%

%38.32
%38.32
%23.36

CMYK color model

#7B7B4B color CMYK value is (0,0,39,52).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 39.02%
  • key color value is 51.76%
CMYK:
(0,0,39,52)
C0M0Y39K52 
(0%,0%,39%,52%)
(0.00/0.00/0.39/0.52)	

CMYK percentages

%0
%0
%39.02
%51.76

Codes

Color #7B7B4B in popluar color models

7B7B4B
RGB12312375
HSL60°24.24%38.82%
HSB/HSV60°39.02%48.24%
CMYK0.00%0.00%39.02%
51.76%

Color #7B7B4B in popluar number systems.

HEX7B7B4B
Decimal12312375
Binary111101111110111001011
Octal173173113

Shades and tints

Shades of #7B7B4B

#7B7B4B
(123,123,75)
#707045
(112,112,69)
#65653F
(101,101,63)
#5A5A39
(90,90,57)
#4F4F33
(79,79,51)
#44442D
(68,68,45)
#393927
(57,57,39)
#2E2E21
(46,46,33)
#23231B
(35,35,27)
#181815
(24,24,21)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #7B7B4B

#7B7B4B
(123,123,75)
#87875B
(135,135,91)
#93936B
(147,147,107)
#9F9F7B
(159,159,123)
#ABAB8B
(171,171,139)
#B7B79B
(183,183,155)
#C3C3AB
(195,195,171)
#CFCFBB
(207,207,187)
#DBDBCB
(219,219,203)
#E7E7DB
(231,231,219)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7B4B; }

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

This text font color is #7B7B4B.


Background Color

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

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

This div background color is #7B7B4B.


Border color

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

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

This div border color is #7B7B4B.


Opacity

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

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

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

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

This text has shadow with #7B7B4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7B4B on black background.


Color preview on white background

This text has color #7B7B4B on white background.



Black color preview on #7B7B4B background

This text has black color on #7B7B4B background.


White color preview on #7B7B4B background

This text has white color on #7B7B4B background.