COLOR #7B814D

HEX: #7B814D RGB: (123,129,77)

Color info

#7B814D contains red, green and blue colors in about the same proportion. Web safe color of #7B814D is #669933 (or #693).

RGB color model

#7B814D color RGB value is (123,129,77).

RGB: (123,129,77) (48%, 51%, 30%)

RGB channels and saturation

R 123 of 255 = 48%
G 129 of 255 = 51%
B 77 of 255 = 30%

123
129
77

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

Portions of RGB colors in percentages

R + G + B = 123 + 129 + 77 = 329 (100%)
R 123 of 329 ~ 37.39%
G 129 of 329 ~ 39.21%
B 77 of 329 ~ 23.4'%

%37.39
%39.21
%23.4

CMYK color model

#7B814D color CMYK value is (5,0,40,49).

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

CMYK: (5,0,40,49)
C5M0Y40K49 (5%, 0%, 40%, 49%)
(0.05 / 0.00 / 0.40 / 0.49)

CMYK percentages

%4.65
%0
%40.31
%49.41

Codes

Color #7B814D in popluar color models

7B 81 4D
RGB 123 129 77
HSL 67° 25.24% 40.39%
HSB/HSV 67° 40.31% 50.59%
CMYK 4.65% 0.00% 40.31%
49.41%

Color #7B814D in popluar number systems.

HEX 7B 81 4D
Decimal 123 129 77
Binary 1111011 10000001 1001101
Octal 173 201 115

Shades and tints

Shades of #7B814D

#7B814D
(123,129,77)
#707646
(112,118,70)
#656B3F
(101,107,63)
#5A6038
(90,96,56)
#4F5531
(79,85,49)
#444A2A
(68,74,42)
#393F23
(57,63,35)
#2E341C
(46,52,28)
#232915
(35,41,21)
#181E0E
(24,30,14)
#0D1307
(13,19,7)
#000000
(0,0,0)

Tints of #7B814D

#7B814D
(123,129,77)
#878C5D
(135,140,93)
#93976D
(147,151,109)
#9FA27D
(159,162,125)
#ABAD8D
(171,173,141)
#B7B89D
(183,184,157)
#C3C3AD
(195,195,173)
#CFCEBD
(207,206,189)
#DBD9CD
(219,217,205)
#E7E4DD
(231,228,221)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B814D; }

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

This text font color is #7B814D.

Background Color

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

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

This div background color is #7B814D.

Border color

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

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

This div border color is #7B814D.

Opacity

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

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

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

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

This text has shadow with #7B814D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B814D.

Preview

Color preview on black background

This text has color #7B814D on black background.


Color preview on white background

This text has color #7B814D on white background.


Black color preview on #7B814D background

This text has black color on #7B814D background.


White color preview on #7B814D background

This text has white color on #7B814D background.


Related colors

Complementary color

Complementary color for #hex is #847EB2.


I love getcolorcode.com

Triadic colors

1 #4D7B81 and #814D7B with #7B814D are triadic colors.

2 #4D817B and #817B4D with #7B814D are triadic colors.