COLOR #7B855D

HEX: #7B855D RGB: (123,133,93)

Color info

#7B855D contains red, green and blue colors in about the same proportion. Web safe color of #7B855D is #669966 (or #696).

RGB color model

#7B855D color RGB value is (123,133,93).

RGB: (123,133,93) (48%, 52%, 36%)

RGB channels and saturation

R 123 of 255 = 48%
G 133 of 255 = 52%
B 93 of 255 = 36%

123
133
93

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

Portions of RGB colors in percentages

R + G + B = 123 + 133 + 93 = 349 (100%)
R 123 of 349 ~ 35.24%
G 133 of 349 ~ 38.11%
B 93 of 349 ~ 26.65'%

%35.24
%38.11
%26.65

CMYK color model

#7B855D color CMYK value is (8,0,30,48).

  • cyan value is 7.52%
  • magenta value is 0.00%
  • yellow value is 30.08%
  • key color value is 47.84%

CMYK: (8,0,30,48)
C8M0Y30K48 (8%, 0%, 30%, 48%)
(0.08 / 0.00 / 0.30 / 0.48)

CMYK percentages

%7.52
%0
%30.08
%47.84

Codes

Color #7B855D in popluar color models

7B 85 5D
RGB 123 133 93
HSL 75° 17.70% 44.31%
HSB/HSV 75° 30.08% 52.16%
CMYK 7.52% 0.00% 30.08%
47.84%

Color #7B855D in popluar number systems.

HEX 7B 85 5D
Decimal 123 133 93
Binary 1111011 10000101 1011101
Octal 173 205 135

Shades and tints

Shades of #7B855D

#7B855D
(123,133,93)
#707955
(112,121,85)
#656D4D
(101,109,77)
#5A6145
(90,97,69)
#4F553D
(79,85,61)
#444935
(68,73,53)
#393D2D
(57,61,45)
#2E3125
(46,49,37)
#23251D
(35,37,29)
#181915
(24,25,21)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #7B855D

#7B855D
(123,133,93)
#87906B
(135,144,107)
#939B79
(147,155,121)
#9FA687
(159,166,135)
#ABB195
(171,177,149)
#B7BCA3
(183,188,163)
#C3C7B1
(195,199,177)
#CFD2BF
(207,210,191)
#DBDDCD
(219,221,205)
#E7E8DB
(231,232,219)
#F3F3E9
(243,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B855D; }

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

This text font color is #7B855D.

Background Color

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

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

This div background color is #7B855D.

Border color

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

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

This div border color is #7B855D.

Opacity

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

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

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

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

This text has shadow with #7B855D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B855D.

Preview

Color preview on black background

This text has color #7B855D on black background.


Color preview on white background

This text has color #7B855D on white background.


Black color preview on #7B855D background

This text has black color on #7B855D background.


White color preview on #7B855D background

This text has white color on #7B855D background.


Related colors

Complementary color

Complementary color for #hex is #847AA2.


I love getcolorcode.com

Triadic colors

1 #5D7B85 and #855D7B with #7B855D are triadic colors.

2 #5D857B and #857B5D with #7B855D are triadic colors.