COLOR #7B7751

HEX: #7B7751
RGB: (123,119,81)

Color info

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

RGB color model

#7B7751 color RGB value is (123,119,81).

  • red value is 123;
  • green value is 119;
  • blue value is 81.
RGB:
(123,119,81)
(48%,47%,32%)

RGB channels and saturation

R 123 of 255 = 48%
G 119 of 255 = 47%
B 81 of 255 = 32%

123
119
81

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

Portions of RGB colors in percentages

R + G + B =
123 + 119 + 81 = 323 (100%)
R 123 of 323 ~ 38.08%
G 119 of 323 ~ 36.84%
B 81 of 323 ~ 25.08%

%38.08
%36.84
%25.08

CMYK color model

#7B7751 color CMYK value is (0,3,34,52).

  • cyan value is 0.00%
  • magenta value is 3.25%
  • yellow value is 34.15%
  • key color value is 51.76%
CMYK:
(0,3,34,52)
C0M3Y34K52 
(0%,3%,34%,52%)
(0.00/0.03/0.34/0.52)	

CMYK percentages

%0
%3.25
%34.15
%51.76

Codes

Color #7B7751 in popluar color models

7B7751
RGB12311981
HSL54°20.59%40.00%
HSB/HSV54°34.15%48.24%
CMYK0.00%3.25%34.15%
51.76%

Color #7B7751 in popluar number systems.

HEX7B7751
Decimal12311981
Binary111101111101111010001
Octal173167121

Shades and tints

Shades of #7B7751

#7B7751
(123,119,81)
#706D4A
(112,109,74)
#656343
(101,99,67)
#5A593C
(90,89,60)
#4F4F35
(79,79,53)
#44452E
(68,69,46)
#393B27
(57,59,39)
#2E3120
(46,49,32)
#232719
(35,39,25)
#181D12
(24,29,18)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #7B7751

#7B7751
(123,119,81)
#878360
(135,131,96)
#938F6F
(147,143,111)
#9F9B7E
(159,155,126)
#ABA78D
(171,167,141)
#B7B39C
(183,179,156)
#C3BFAB
(195,191,171)
#CFCBBA
(207,203,186)
#DBD7C9
(219,215,201)
#E7E3D8
(231,227,216)
#F3EFE7
(243,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7751; }

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

This text font color is #7B7751.


Background Color

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

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

This div background color is #7B7751.


Border color

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

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

This div border color is #7B7751.


Opacity

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

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

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

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

This text has shadow with #7B7751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B7751 on black background.


Color preview on white background

This text has color #7B7751 on white background.



Black color preview on #7B7751 background

This text has black color on #7B7751 background.


White color preview on #7B7751 background

This text has white color on #7B7751 background.