COLOR #7D9A7A

HEX: #7D9A7A
RGB: (125,154,122)

Color info

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

RGB color model

#7D9A7A color RGB value is (125,154,122).

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

RGB channels and saturation

R 125 of 255 = 49%
G 154 of 255 = 60%
B 122 of 255 = 48%

125
154
122

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

Portions of RGB colors in percentages

R + G + B =
125 + 154 + 122 = 401 (100%)
R 125 of 401 ~ 31.17%
G 154 of 401 ~ 38.4%
B 122 of 401 ~ 30.42%

%31.17
%38.4
%30.42

CMYK color model

#7D9A7A color CMYK value is (19,0,21,40).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 39.61%
CMYK:
(19,0,21,40)
C19M0Y21K40 
(19%,0%,21%,40%)
(0.19/0.00/0.21/0.40)	

CMYK percentages

%18.83
%0
%20.78
%39.61

Codes

Color #7D9A7A in popluar color models

7D9A7A
RGB125154122
HSL114°13.68%54.12%
HSB/HSV114°20.78%60.39%
CMYK18.83%0.00%20.78%
39.61%

Color #7D9A7A in popluar number systems.

HEX7D9A7A
Decimal125154122
Binary1111101100110101111010
Octal175232172

Shades and tints

Shades of #7D9A7A

#7D9A7A
(125,154,122)
#728C6F
(114,140,111)
#677E64
(103,126,100)
#5C7059
(92,112,89)
#51624E
(81,98,78)
#465443
(70,84,67)
#3B4638
(59,70,56)
#30382D
(48,56,45)
#252A22
(37,42,34)
#1A1C17
(26,28,23)
#0F0E0C
(15,14,12)
#000000
(0,0,0)

Tints of #7D9A7A

#7D9A7A
(125,154,122)
#88A386
(136,163,134)
#93AC92
(147,172,146)
#9EB59E
(158,181,158)
#A9BEAA
(169,190,170)
#B4C7B6
(180,199,182)
#BFD0C2
(191,208,194)
#CAD9CE
(202,217,206)
#D5E2DA
(213,226,218)
#E0EBE6
(224,235,230)
#EBF4F2
(235,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D9A7A; }

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

This text font color is #7D9A7A.


Background Color

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

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

This div background color is #7D9A7A.


Border color

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

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

This div border color is #7D9A7A.


Opacity

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

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

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

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

This text has shadow with #7D9A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9A7A on black background.


Color preview on white background

This text has color #7D9A7A on white background.



Black color preview on #7D9A7A background

This text has black color on #7D9A7A background.


White color preview on #7D9A7A background

This text has white color on #7D9A7A background.