COLOR #7B6B55

HEX: #7B6B55 RGB: (123,107,85)

Color info

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

RGB color model

#7B6B55 color RGB value is (123,107,85).

RGB: (123,107,85) (48%, 42%, 33%)

RGB channels and saturation

R 123 of 255 = 48%
G 107 of 255 = 42%
B 85 of 255 = 33%

123
107
85

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

Portions of RGB colors in percentages

R + G + B = 123 + 107 + 85 = 315 (100%)
R 123 of 315 ~ 39.05%
G 107 of 315 ~ 33.97%
B 85 of 315 ~ 26.98'%

%39.05
%33.97
%26.98

CMYK color model

#7B6B55 color CMYK value is (0,13,31,52).

  • cyan value is 0.00%
  • magenta value is 13.01%
  • yellow value is 30.89%
  • key color value is 51.76%

CMYK: (0,13,31,52)
C0M13Y31K52 (0%, 13%, 31%, 52%)
(0.00 / 0.13 / 0.31 / 0.52)

CMYK percentages

%0
%13.01
%30.89
%51.76

Codes

Color #7B6B55 in popluar color models

7B 6B 55
RGB 123 107 85
HSL 35° 18.27% 40.78%
HSB/HSV 35° 30.89% 48.24%
CMYK 0.00% 13.01% 30.89%
51.76%

Color #7B6B55 in popluar number systems.

HEX 7B 6B 55
Decimal 123 107 85
Binary 1111011 1101011 1010101
Octal 173 153 125

Shades and tints

Shades of #7B6B55

#7B6B55
(123,107,85)
#70624E
(112,98,78)
#655947
(101,89,71)
#5A5040
(90,80,64)
#4F4739
(79,71,57)
#443E32
(68,62,50)
#39352B
(57,53,43)
#2E2C24
(46,44,36)
#23231D
(35,35,29)
#181A16
(24,26,22)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #7B6B55

#7B6B55
(123,107,85)
#877864
(135,120,100)
#938573
(147,133,115)
#9F9282
(159,146,130)
#AB9F91
(171,159,145)
#B7ACA0
(183,172,160)
#C3B9AF
(195,185,175)
#CFC6BE
(207,198,190)
#DBD3CD
(219,211,205)
#E7E0DC
(231,224,220)
#F3EDEB
(243,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6B55; }

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

This text font color is #7B6B55.

Background Color

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

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

This div background color is #7B6B55.

Border color

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

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

This div border color is #7B6B55.

Opacity

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

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

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

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

This text has shadow with #7B6B55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B6B55.

Preview

Color preview on black background

This text has color #7B6B55 on black background.


Color preview on white background

This text has color #7B6B55 on white background.


Black color preview on #7B6B55 background

This text has black color on #7B6B55 background.


White color preview on #7B6B55 background

This text has white color on #7B6B55 background.


Related colors

Complementary color

Complementary color for #hex is #8494AA.


I love getcolorcode.com

Triadic colors

1 #557B6B and #6B557B with #7B6B55 are triadic colors.

2 #556B7B and #6B7B55 with #7B6B55 are triadic colors.