COLOR #7B7955

HEX: #7B7955 RGB: (123,121,85)

Color info

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

RGB color model

#7B7955 color RGB value is (123,121,85).

RGB: (123,121,85) (48%, 47%, 33%)

RGB channels and saturation

R 123 of 255 = 48%
G 121 of 255 = 47%
B 85 of 255 = 33%

123
121
85

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

Portions of RGB colors in percentages

R + G + B = 123 + 121 + 85 = 329 (100%)
R 123 of 329 ~ 37.39%
G 121 of 329 ~ 36.78%
B 85 of 329 ~ 25.84'%

%37.39
%36.78
%25.84

CMYK color model

#7B7955 color CMYK value is (0,2,31,52).

  • cyan value is 0.00%
  • magenta value is 1.63%
  • yellow value is 30.89%
  • key color value is 51.76%
CMYK: (0,2,31,52) C0M2Y31K52 (0%,2%,31%,52%) (0.00/0.02/0.31/0.52) 

CMYK percentages

%0
%1.63
%30.89
%51.76

Codes

Color #7B7955 in popluar color models

7B 79 55
RGB 123 121 85
HSL 57° 18.27% 40.78%
HSB/HSV 57° 30.89% 48.24%
CMYK 0.00% 1.63% 30.89%
51.76%

Color #7B7955 in popluar number systems.

HEX 7B 79 55
Decimal 123 121 85
Binary 1111011 1111001 1010101
Octal 173 171 125

Shades and tints

Shades of #7B7955

#7B7955
(123,121,85)
#706E4E
(112,110,78)
#656347
(101,99,71)
#5A5840
(90,88,64)
#4F4D39
(79,77,57)
#444232
(68,66,50)
#39372B
(57,55,43)
#2E2C24
(46,44,36)
#23211D
(35,33,29)
#181616
(24,22,22)
#0D0B0F
(13,11,15)
#000000
(0,0,0)

Tints of #7B7955

#7B7955
(123,121,85)
#878564
(135,133,100)
#939173
(147,145,115)
#9F9D82
(159,157,130)
#ABA991
(171,169,145)
#B7B5A0
(183,181,160)
#C3C1AF
(195,193,175)
#CFCDBE
(207,205,190)
#DBD9CD
(219,217,205)
#E7E5DC
(231,229,220)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B7955; }

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

This text font color is #7B7955.

Background Color

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

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

This div background color is #7B7955.

Border color

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

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

This div border color is #7B7955.

Opacity

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

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

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

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

This text has shadow with #7B7955 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7955.

Preview

Color preview on black background

This text has color #7B7955 on black background.


Color preview on white background

This text has color #7B7955 on white background.


Black color preview on #7B7955 background

This text has black color on #7B7955 background.


White color preview on #7B7955 background

This text has white color on #7B7955 background.


Related colors

Complementary color

Complementary color for #hex is #8486AA.


I love getcolorcode.com

Triadic colors

1 #557B79 and #79557B with #7B7955 are triadic colors.

2 #55797B and #797B55 with #7B7955 are triadic colors.