COLOR #7B947A

HEX: #7B947A RGB: (123,148,122)

Color info

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

RGB color model

#7B947A color RGB value is (123,148,122).

RGB: (123,148,122) (48%, 58%, 48%)

RGB channels and saturation

R 123 of 255 = 48%
G 148 of 255 = 58%
B 122 of 255 = 48%

123
148
122

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

Portions of RGB colors in percentages

R + G + B = 123 + 148 + 122 = 393 (100%)
R 123 of 393 ~ 31.3%
G 148 of 393 ~ 37.66%
B 122 of 393 ~ 31.04'%

%31.3
%37.66
%31.04

CMYK color model

#7B947A color CMYK value is (17,0,18,42).

  • cyan value is 16.89%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 41.96%

CMYK: (17,0,18,42)
C17M0Y18K42 (17%, 0%, 18%, 42%)
(0.17 / 0.00 / 0.18 / 0.42)

CMYK percentages

%16.89
%0
%17.57
%41.96

Codes

Color #7B947A in popluar color models

7B 94 7A
RGB 123 148 122
HSL 118° 10.83% 52.94%
HSB/HSV 118° 17.57% 58.04%
CMYK 16.89% 0.00% 17.57%
41.96%

Color #7B947A in popluar number systems.

HEX 7B 94 7A
Decimal 123 148 122
Binary 1111011 10010100 1111010
Octal 173 224 172

Shades and tints

Shades of #7B947A

#7B947A
(123,148,122)
#70876F
(112,135,111)
#657A64
(101,122,100)
#5A6D59
(90,109,89)
#4F604E
(79,96,78)
#445343
(68,83,67)
#394638
(57,70,56)
#2E392D
(46,57,45)
#232C22
(35,44,34)
#181F17
(24,31,23)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #7B947A

#7B947A
(123,148,122)
#879D86
(135,157,134)
#93A692
(147,166,146)
#9FAF9E
(159,175,158)
#ABB8AA
(171,184,170)
#B7C1B6
(183,193,182)
#C3CAC2
(195,202,194)
#CFD3CE
(207,211,206)
#DBDCDA
(219,220,218)
#E7E5E6
(231,229,230)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B947A color. Also use rgb(123,148,122) instead hex code.

Text Font Color

.myTextColor { color: #7B947A; }

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

This text font color is #7B947A.

Background Color

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

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

This div background color is #7B947A.

Border color

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

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

This div border color is #7B947A.

Opacity

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

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

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

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

This text has shadow with #7B947A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B947A.

Preview

Color preview on black background

This text has color #7B947A on black background.


Color preview on white background

This text has color #7B947A on white background.


Black color preview on #7B947A background

This text has black color on #7B947A background.


White color preview on #7B947A background

This text has white color on #7B947A background.


Related colors

Complementary color

Complementary color for #hex is #846B85.


I love getcolorcode.com

Triadic colors

1 #7A7B94 and #947A7B with #7B947A are triadic colors.

2 #7A947B and #947B7A with #7B947A are triadic colors.