COLOR #7B7F4A

HEX: #7B7F4A RGB: (123,127,74)

Color info

#7B7F4A contains red, green and blue colors in about the same proportion. Web safe color of #7B7F4A is #666633 (or #663).

RGB color model

#7B7F4A color RGB value is (123,127,74).

RGB: (123,127,74) (48%, 50%, 29%)

RGB channels and saturation

R 123 of 255 = 48%
G 127 of 255 = 50%
B 74 of 255 = 29%

123
127
74

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

Portions of RGB colors in percentages

R + G + B = 123 + 127 + 74 = 324 (100%)
R 123 of 324 ~ 37.96%
G 127 of 324 ~ 39.2%
B 74 of 324 ~ 22.84'%

%37.96
%39.2
%22.84

CMYK color model

#7B7F4A color CMYK value is (3,0,42,50).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 41.73%
  • key color value is 50.20%

CMYK: (3,0,42,50)
C3M0Y42K50 (3%, 0%, 42%, 50%)
(0.03 / 0.00 / 0.42 / 0.50)

CMYK percentages

%3.15
%0
%41.73
%50.2

Codes

Color #7B7F4A in popluar color models

7B 7F 4A
RGB 123 127 74
HSL 65° 26.37% 39.41%
HSB/HSV 65° 41.73% 49.80%
CMYK 3.15% 0.00% 41.73%
50.20%

Color #7B7F4A in popluar number systems.

HEX 7B 7F 4A
Decimal 123 127 74
Binary 1111011 1111111 1001010
Octal 173 177 112

Shades and tints

Shades of #7B7F4A

#7B7F4A
(123,127,74)
#707444
(112,116,68)
#65693E
(101,105,62)
#5A5E38
(90,94,56)
#4F5332
(79,83,50)
#44482C
(68,72,44)
#393D26
(57,61,38)
#2E3220
(46,50,32)
#23271A
(35,39,26)
#181C14
(24,28,20)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #7B7F4A

#7B7F4A
(123,127,74)
#878A5A
(135,138,90)
#93956A
(147,149,106)
#9FA07A
(159,160,122)
#ABAB8A
(171,171,138)
#B7B69A
(183,182,154)
#C3C1AA
(195,193,170)
#CFCCBA
(207,204,186)
#DBD7CA
(219,215,202)
#E7E2DA
(231,226,218)
#F3EDEA
(243,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B7F4A color. Also use rgb(123,127,74) instead hex code.

Text Font Color

.myTextColor { color: #7B7F4A; }

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

This text font color is #7B7F4A.

Background Color

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

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

This div background color is #7B7F4A.

Border color

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

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

This div border color is #7B7F4A.

Opacity

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

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

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

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

This text has shadow with #7B7F4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B7F4A.

Preview

Color preview on black background

This text has color #7B7F4A on black background.


Color preview on white background

This text has color #7B7F4A on white background.


Black color preview on #7B7F4A background

This text has black color on #7B7F4A background.


White color preview on #7B7F4A background

This text has white color on #7B7F4A background.


Related colors

Complementary color

Complementary color for #hex is #8480B5.


I love getcolorcode.com

Triadic colors

1 #4A7B7F and #7F4A7B with #7B7F4A are triadic colors.

2 #4A7F7B and #7F7B4A with #7B7F4A are triadic colors.