COLOR #7B8055

HEX: #7B8055 RGB: (123,128,85)

Color info

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

RGB color model

#7B8055 color RGB value is (123,128,85).

RGB: (123,128,85) (48%, 50%, 33%)

RGB channels and saturation

R 123 of 255 = 48%
G 128 of 255 = 50%
B 85 of 255 = 33%

123
128
85

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

Portions of RGB colors in percentages

R + G + B = 123 + 128 + 85 = 336 (100%)
R 123 of 336 ~ 36.61%
G 128 of 336 ~ 38.1%
B 85 of 336 ~ 25.3'%

%36.61
%38.1
%25.3

CMYK color model

#7B8055 color CMYK value is (4,0,34,50).

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 33.59%
  • key color value is 49.80%

CMYK: (4,0,34,50)
C4M0Y34K50 (4%, 0%, 34%, 50%)
(0.04 / 0.00 / 0.34 / 0.50)

CMYK percentages

%3.91
%0
%33.59
%49.8

Codes

Color #7B8055 in popluar color models

7B 80 55
RGB 123 128 85
HSL 67° 20.19% 41.76%
HSB/HSV 67° 33.59% 50.20%
CMYK 3.91% 0.00% 33.59%
49.80%

Color #7B8055 in popluar number systems.

HEX 7B 80 55
Decimal 123 128 85
Binary 1111011 10000000 1010101
Octal 173 200 125

Shades and tints

Shades of #7B8055

#7B8055
(123,128,85)
#70754E
(112,117,78)
#656A47
(101,106,71)
#5A5F40
(90,95,64)
#4F5439
(79,84,57)
#444932
(68,73,50)
#393E2B
(57,62,43)
#2E3324
(46,51,36)
#23281D
(35,40,29)
#181D16
(24,29,22)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #7B8055

#7B8055
(123,128,85)
#878B64
(135,139,100)
#939673
(147,150,115)
#9FA182
(159,161,130)
#ABAC91
(171,172,145)
#B7B7A0
(183,183,160)
#C3C2AF
(195,194,175)
#CFCDBE
(207,205,190)
#DBD8CD
(219,216,205)
#E7E3DC
(231,227,220)
#F3EEEB
(243,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B8055; }

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

This text font color is #7B8055.

Background Color

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

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

This div background color is #7B8055.

Border color

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

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

This div border color is #7B8055.

Opacity

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

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

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

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

This text has shadow with #7B8055 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B8055.

Preview

Color preview on black background

This text has color #7B8055 on black background.


Color preview on white background

This text has color #7B8055 on white background.


Black color preview on #7B8055 background

This text has black color on #7B8055 background.


White color preview on #7B8055 background

This text has white color on #7B8055 background.


Related colors

Complementary color

Complementary color for #hex is #847FAA.


I love getcolorcode.com

Triadic colors

1 #557B80 and #80557B with #7B8055 are triadic colors.

2 #55807B and #807B55 with #7B8055 are triadic colors.