COLOR #7B815F

HEX: #7B815F RGB: (123,129,95)

Color info

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

RGB color model

#7B815F color RGB value is (123,129,95).

RGB: (123,129,95) (48%, 51%, 37%)

RGB channels and saturation

R 123 of 255 = 48%
G 129 of 255 = 51%
B 95 of 255 = 37%

123
129
95

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

Portions of RGB colors in percentages

R + G + B = 123 + 129 + 95 = 347 (100%)
R 123 of 347 ~ 35.45%
G 129 of 347 ~ 37.18%
B 95 of 347 ~ 27.38'%

%35.45
%37.18
%27.38

CMYK color model

#7B815F color CMYK value is (5,0,26,49).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • key color value is 49.41%

CMYK: (5,0,26,49)
C5M0Y26K49 (5%, 0%, 26%, 49%)
(0.05 / 0.00 / 0.26 / 0.49)

CMYK percentages

%4.65
%0
%26.36
%49.41

Codes

Color #7B815F in popluar color models

7B 81 5F
RGB 123 129 95
HSL 71° 15.18% 43.92%
HSB/HSV 71° 26.36% 50.59%
CMYK 4.65% 0.00% 26.36%
49.41%

Color #7B815F in popluar number systems.

HEX 7B 81 5F
Decimal 123 129 95
Binary 1111011 10000001 1011111
Octal 173 201 137

Shades and tints

Shades of #7B815F

#7B815F
(123,129,95)
#707657
(112,118,87)
#656B4F
(101,107,79)
#5A6047
(90,96,71)
#4F553F
(79,85,63)
#444A37
(68,74,55)
#393F2F
(57,63,47)
#2E3427
(46,52,39)
#23291F
(35,41,31)
#181E17
(24,30,23)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #7B815F

#7B815F
(123,129,95)
#878C6D
(135,140,109)
#93977B
(147,151,123)
#9FA289
(159,162,137)
#ABAD97
(171,173,151)
#B7B8A5
(183,184,165)
#C3C3B3
(195,195,179)
#CFCEC1
(207,206,193)
#DBD9CF
(219,217,207)
#E7E4DD
(231,228,221)
#F3EFEB
(243,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B815F color. Also use rgb(123,129,95) instead hex code.

Text Font Color

.myTextColor { color: #7B815F; }

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

This text font color is #7B815F.

Background Color

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

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

This div background color is #7B815F.

Border color

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

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

This div border color is #7B815F.

Opacity

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

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

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

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

This text has shadow with #7B815F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B815F.

Preview

Color preview on black background

This text has color #7B815F on black background.


Color preview on white background

This text has color #7B815F on white background.


Black color preview on #7B815F background

This text has black color on #7B815F background.


White color preview on #7B815F background

This text has white color on #7B815F background.


Related colors

Complementary color

Complementary color for #hex is #847EA0.


I love getcolorcode.com

Triadic colors

1 #5F7B81 and #815F7B with #7B815F are triadic colors.

2 #5F817B and #817B5F with #7B815F are triadic colors.