COLOR #7D937A

HEX: #7D937A RGB: (125,147,122)

Color info

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

RGB color model

#7D937A color RGB value is (125,147,122).

RGB: (125,147,122) (49%, 58%, 48%)

RGB channels and saturation

R 125 of 255 = 49%
G 147 of 255 = 58%
B 122 of 255 = 48%

125
147
122

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

Portions of RGB colors in percentages

R + G + B = 125 + 147 + 122 = 394 (100%)
R 125 of 394 ~ 31.73%
G 147 of 394 ~ 37.31%
B 122 of 394 ~ 30.96'%

%31.73
%37.31
%30.96

CMYK color model

#7D937A color CMYK value is (15,0,17,42).

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

CMYK: (15,0,17,42)
C15M0Y17K42 (15%, 0%, 17%, 42%)
(0.15 / 0.00 / 0.17 / 0.42)

CMYK percentages

%14.97
%0
%17.01
%42.35

Codes

Color #7D937A in popluar color models

7D 93 7A
RGB 125 147 122
HSL 113° 10.37% 52.75%
HSB/HSV 113° 17.01% 57.65%
CMYK 14.97% 0.00% 17.01%
42.35%

Color #7D937A in popluar number systems.

HEX 7D 93 7A
Decimal 125 147 122
Binary 1111101 10010011 1111010
Octal 175 223 172

Shades and tints

Shades of #7D937A

#7D937A
(125,147,122)
#72866F
(114,134,111)
#677964
(103,121,100)
#5C6C59
(92,108,89)
#515F4E
(81,95,78)
#465243
(70,82,67)
#3B4538
(59,69,56)
#30382D
(48,56,45)
#252B22
(37,43,34)
#1A1E17
(26,30,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #7D937A

#7D937A
(125,147,122)
#889C86
(136,156,134)
#93A592
(147,165,146)
#9EAE9E
(158,174,158)
#A9B7AA
(169,183,170)
#B4C0B6
(180,192,182)
#BFC9C2
(191,201,194)
#CAD2CE
(202,210,206)
#D5DBDA
(213,219,218)
#E0E4E6
(224,228,230)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D937A; }

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

This text font color is #7D937A.

Background Color

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

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

This div background color is #7D937A.

Border color

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

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

This div border color is #7D937A.

Opacity

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

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

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

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

This text has shadow with #7D937A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D937A.

Preview

Color preview on black background

This text has color #7D937A on black background.


Color preview on white background

This text has color #7D937A on white background.


Black color preview on #7D937A background

This text has black color on #7D937A background.


White color preview on #7D937A background

This text has white color on #7D937A background.


Related colors

Complementary color

Complementary color for #hex is #826C85.


I love getcolorcode.com

Triadic colors

1 #7A7D93 and #937A7D with #7D937A are triadic colors.

2 #7A937D and #937D7A with #7D937A are triadic colors.