COLOR #7A987D

HEX: #7A987D RGB: (122,152,125)

Color info

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

RGB color model

#7A987D color RGB value is (122,152,125).

RGB: (122,152,125) (48%, 60%, 49%)

RGB channels and saturation

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

122
152
125

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

Portions of RGB colors in percentages

R + G + B = 122 + 152 + 125 = 399 (100%)
R 122 of 399 ~ 30.58%
G 152 of 399 ~ 38.1%
B 125 of 399 ~ 31.33'%

%30.58
%38.1
%31.33

CMYK color model

#7A987D color CMYK value is (20,0,18,40).

  • cyan value is 19.74%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 40.39%

CMYK: (20,0,18,40)
C20M0Y18K40 (20%, 0%, 18%, 40%)
(0.20 / 0.00 / 0.18 / 0.40)

CMYK percentages

%19.74
%0
%17.76
%40.39

Codes

Color #7A987D in popluar color models

7A 98 7D
RGB 122 152 125
HSL 126° 12.71% 53.73%
HSB/HSV 126° 19.74% 59.61%
CMYK 19.74% 0.00% 17.76%
40.39%

Color #7A987D in popluar number systems.

HEX 7A 98 7D
Decimal 122 152 125
Binary 1111010 10011000 1111101
Octal 172 230 175

Shades and tints

Shades of #7A987D

#7A987D
(122,152,125)
#6F8B72
(111,139,114)
#647E67
(100,126,103)
#59715C
(89,113,92)
#4E6451
(78,100,81)
#435746
(67,87,70)
#384A3B
(56,74,59)
#2D3D30
(45,61,48)
#223025
(34,48,37)
#17231A
(23,35,26)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #7A987D

#7A987D
(122,152,125)
#86A188
(134,161,136)
#92AA93
(146,170,147)
#9EB39E
(158,179,158)
#AABCA9
(170,188,169)
#B6C5B4
(182,197,180)
#C2CEBF
(194,206,191)
#CED7CA
(206,215,202)
#DAE0D5
(218,224,213)
#E6E9E0
(230,233,224)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A987D; }

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

This text font color is #7A987D.

Background Color

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

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

This div background color is #7A987D.

Border color

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

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

This div border color is #7A987D.

Opacity

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

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

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

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

This text has shadow with #7A987D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A987D.

Preview

Color preview on black background

This text has color #7A987D on black background.


Color preview on white background

This text has color #7A987D on white background.


Black color preview on #7A987D background

This text has black color on #7A987D background.


White color preview on #7A987D background

This text has white color on #7A987D background.


Related colors

Complementary color

Complementary color for #hex is #856782.


I love getcolorcode.com

Triadic colors

1 #7D7A98 and #987D7A with #7A987D are triadic colors.

2 #7D987A and #987A7D with #7A987D are triadic colors.