COLOR #7D9C7A

HEX: #7D9C7A
RGB: (125,156,122)

Color info

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

RGB color model

#7D9C7A color RGB value is (125,156,122).

  • red value is 125;
  • green value is 156;
  • blue value is 122.
RGB:
(125,156,122)
(49%,61%,48%)

RGB channels and saturation

R 125 of 255 = 49%
G 156 of 255 = 61%
B 122 of 255 = 48%

125
156
122

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

Portions of RGB colors in percentages

R + G + B =
125 + 156 + 122 = 403 (100%)
R 125 of 403 ~ 31.02%
G 156 of 403 ~ 38.71%
B 122 of 403 ~ 30.27%

%31.02
%38.71
%30.27

CMYK color model

#7D9C7A color CMYK value is (20,0,22,39).

  • cyan value is 19.87%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 38.82%
CMYK:
(20,0,22,39)
C20M0Y22K39 
(20%,0%,22%,39%)
(0.20/0.00/0.22/0.39)	

CMYK percentages

%19.87
%0
%21.79
%38.82

Codes

Color #7D9C7A in popluar color models

7D9C7A
RGB125156122
HSL115°14.66%54.51%
HSB/HSV115°21.79%61.18%
CMYK19.87%0.00%21.79%
38.82%

Color #7D9C7A in popluar number systems.

HEX7D9C7A
Decimal125156122
Binary1111101100111001111010
Octal175234172

Shades and tints

Shades of #7D9C7A

#7D9C7A
(125,156,122)
#728E6F
(114,142,111)
#678064
(103,128,100)
#5C7259
(92,114,89)
#51644E
(81,100,78)
#465643
(70,86,67)
#3B4838
(59,72,56)
#303A2D
(48,58,45)
#252C22
(37,44,34)
#1A1E17
(26,30,23)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #7D9C7A

#7D9C7A
(125,156,122)
#88A586
(136,165,134)
#93AE92
(147,174,146)
#9EB79E
(158,183,158)
#A9C0AA
(169,192,170)
#B4C9B6
(180,201,182)
#BFD2C2
(191,210,194)
#CADBCE
(202,219,206)
#D5E4DA
(213,228,218)
#E0EDE6
(224,237,230)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9C7A; }

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

This text font color is #7D9C7A.


Background Color

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

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

This div background color is #7D9C7A.


Border color

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

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

This div border color is #7D9C7A.


Opacity

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

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

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

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

This text has shadow with #7D9C7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9C7A on black background.


Color preview on white background

This text has color #7D9C7A on white background.



Black color preview on #7D9C7A background

This text has black color on #7D9C7A background.


White color preview on #7D9C7A background

This text has white color on #7D9C7A background.