COLOR #7A987B

HEX: #7A987B RGB: (122,152,123)

Color info

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

RGB color model

#7A987B color RGB value is (122,152,123).

RGB: (122,152,123) (48%, 60%, 48%)

RGB channels and saturation

R 122 of 255 = 48%
G 152 of 255 = 60%
B 123 of 255 = 48%

122
152
123

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

Portions of RGB colors in percentages

R + G + B = 122 + 152 + 123 = 397 (100%)
R 122 of 397 ~ 30.73%
G 152 of 397 ~ 38.29%
B 123 of 397 ~ 30.98'%

%30.73
%38.29
%30.98

CMYK color model

#7A987B color CMYK value is (20,0,19,40).

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

CMYK: (20,0,19,40)
C20M0Y19K40 (20%, 0%, 19%, 40%)
(0.20 / 0.00 / 0.19 / 0.40)

CMYK percentages

%19.74
%0
%19.08
%40.39

Codes

Color #7A987B in popluar color models

7A 98 7B
RGB 122 152 123
HSL 122° 12.71% 53.73%
HSB/HSV 122° 19.74% 59.61%
CMYK 19.74% 0.00% 19.08%
40.39%

Color #7A987B in popluar number systems.

HEX 7A 98 7B
Decimal 122 152 123
Binary 1111010 10011000 1111011
Octal 172 230 173

Shades and tints

Shades of #7A987B

#7A987B
(122,152,123)
#6F8B70
(111,139,112)
#647E65
(100,126,101)
#59715A
(89,113,90)
#4E644F
(78,100,79)
#435744
(67,87,68)
#384A39
(56,74,57)
#2D3D2E
(45,61,46)
#223023
(34,48,35)
#172318
(23,35,24)
#0C160D
(12,22,13)
#000000
(0,0,0)

Tints of #7A987B

#7A987B
(122,152,123)
#86A187
(134,161,135)
#92AA93
(146,170,147)
#9EB39F
(158,179,159)
#AABCAB
(170,188,171)
#B6C5B7
(182,197,183)
#C2CEC3
(194,206,195)
#CED7CF
(206,215,207)
#DAE0DB
(218,224,219)
#E6E9E7
(230,233,231)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A987B; }

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

This text font color is #7A987B.

Background Color

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

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

This div background color is #7A987B.

Border color

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

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

This div border color is #7A987B.

Opacity

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

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

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

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

This text has shadow with #7A987B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A987B.

Preview

Color preview on black background

This text has color #7A987B on black background.


Color preview on white background

This text has color #7A987B on white background.


Black color preview on #7A987B background

This text has black color on #7A987B background.


White color preview on #7A987B background

This text has white color on #7A987B background.


Related colors

Complementary color

Complementary color for #hex is #856784.


I love getcolorcode.com

Triadic colors

1 #7B7A98 and #987B7A with #7A987B are triadic colors.

2 #7B987A and #987A7B with #7A987B are triadic colors.