COLOR #7A9884

HEX: #7A9884 RGB: (122,152,132)

Color info

#7A9884 contains red, green and blue colors in about the same proportion. Web safe color of #7A9884 is #669999 (or #699).

RGB color model

#7A9884 color RGB value is (122,152,132).

RGB: (122,152,132) (48%, 60%, 52%)

RGB channels and saturation

R 122 of 255 = 48%
G 152 of 255 = 60%
B 132 of 255 = 52%

122
152
132

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

Portions of RGB colors in percentages

R + G + B = 122 + 152 + 132 = 406 (100%)
R 122 of 406 ~ 30.05%
G 152 of 406 ~ 37.44%
B 132 of 406 ~ 32.51'%

%30.05
%37.44
%32.51

CMYK color model

#7A9884 color CMYK value is (20,0,13,40).

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

CMYK: (20,0,13,40)
C20M0Y13K40 (20%, 0%, 13%, 40%)
(0.20 / 0.00 / 0.13 / 0.40)

CMYK percentages

%19.74
%0
%13.16
%40.39

Codes

Color #7A9884 in popluar color models

7A 98 84
RGB 122 152 132
HSL 140° 12.71% 53.73%
HSB/HSV 140° 19.74% 59.61%
CMYK 19.74% 0.00% 13.16%
40.39%

Color #7A9884 in popluar number systems.

HEX 7A 98 84
Decimal 122 152 132
Binary 1111010 10011000 10000100
Octal 172 230 204

Shades and tints

Shades of #7A9884

#7A9884
(122,152,132)
#6F8B78
(111,139,120)
#647E6C
(100,126,108)
#597160
(89,113,96)
#4E6454
(78,100,84)
#435748
(67,87,72)
#384A3C
(56,74,60)
#2D3D30
(45,61,48)
#223024
(34,48,36)
#172318
(23,35,24)
#0C160C
(12,22,12)
#000000
(0,0,0)

Tints of #7A9884

#7A9884
(122,152,132)
#86A18F
(134,161,143)
#92AA9A
(146,170,154)
#9EB3A5
(158,179,165)
#AABCB0
(170,188,176)
#B6C5BB
(182,197,187)
#C2CEC6
(194,206,198)
#CED7D1
(206,215,209)
#DAE0DC
(218,224,220)
#E6E9E7
(230,233,231)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9884; }

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

This text font color is #7A9884.

Background Color

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

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

This div background color is #7A9884.

Border color

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

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

This div border color is #7A9884.

Opacity

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

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

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

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

This text has shadow with #7A9884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A9884.

Preview

Color preview on black background

This text has color #7A9884 on black background.


Color preview on white background

This text has color #7A9884 on white background.


Black color preview on #7A9884 background

This text has black color on #7A9884 background.


White color preview on #7A9884 background

This text has white color on #7A9884 background.


Related colors

Complementary color

Complementary color for #hex is #85677B.


I love getcolorcode.com

Triadic colors

1 #847A98 and #98847A with #7A9884 are triadic colors.

2 #84987A and #987A84 with #7A9884 are triadic colors.