COLOR #7B937A

HEX: #7B937A RGB: (123,147,122)

Color info

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

RGB color model

#7B937A color RGB value is (123,147,122).

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

RGB channels and saturation

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

123
147
122

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

Portions of RGB colors in percentages

R + G + B = 123 + 147 + 122 = 392 (100%)
R 123 of 392 ~ 31.38%
G 147 of 392 ~ 37.5%
B 122 of 392 ~ 31.12'%

%31.38
%37.5
%31.12

CMYK color model

#7B937A color CMYK value is (16,0,17,42).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 17.01%
  • key color value is 42.35%

CMYK: (16,0,17,42)
C16M0Y17K42 (16%, 0%, 17%, 42%)
(0.16 / 0.00 / 0.17 / 0.42)

CMYK percentages

%16.33
%0
%17.01
%42.35

Codes

Color #7B937A in popluar color models

7B 93 7A
RGB 123 147 122
HSL 118° 10.37% 52.75%
HSB/HSV 118° 17.01% 57.65%
CMYK 16.33% 0.00% 17.01%
42.35%

Color #7B937A in popluar number systems.

HEX 7B 93 7A
Decimal 123 147 122
Binary 1111011 10010011 1111010
Octal 173 223 172

Shades and tints

Shades of #7B937A

#7B937A
(123,147,122)
#70866F
(112,134,111)
#657964
(101,121,100)
#5A6C59
(90,108,89)
#4F5F4E
(79,95,78)
#445243
(68,82,67)
#394538
(57,69,56)
#2E382D
(46,56,45)
#232B22
(35,43,34)
#181E17
(24,30,23)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #7B937A

#7B937A
(123,147,122)
#879C86
(135,156,134)
#93A592
(147,165,146)
#9FAE9E
(159,174,158)
#ABB7AA
(171,183,170)
#B7C0B6
(183,192,182)
#C3C9C2
(195,201,194)
#CFD2CE
(207,210,206)
#DBDBDA
(219,219,218)
#E7E4E6
(231,228,230)
#F3EDF2
(243,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B937A; }

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

This text font color is #7B937A.

Background Color

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

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

This div background color is #7B937A.

Border color

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

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

This div border color is #7B937A.

Opacity

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

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

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

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

This text has shadow with #7B937A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B937A.

Preview

Color preview on black background

This text has color #7B937A on black background.


Color preview on white background

This text has color #7B937A on white background.


Black color preview on #7B937A background

This text has black color on #7B937A background.


White color preview on #7B937A background

This text has white color on #7B937A background.


Related colors

Complementary color

Complementary color for #hex is #846C85.


I love getcolorcode.com

Triadic colors

1 #7A7B93 and #937A7B with #7B937A are triadic colors.

2 #7A937B and #937B7A with #7B937A are triadic colors.