COLOR #7A987C

HEX: #7A987C
RGB: (122,152,124)

Color info

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

RGB color model

#7A987C color RGB value is (122,152,124).

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

RGB channels and saturation

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

122
152
124

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

Portions of RGB colors in percentages

R + G + B =
122 + 152 + 124 = 398 (100%)
R 122 of 398 ~ 30.65%
G 152 of 398 ~ 38.19%
B 124 of 398 ~ 31.16%

%30.65
%38.19
%31.16

CMYK color model

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

  • cyan value is 19.74%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • 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
%18.42
%40.39

Codes

Color #7A987C in popluar color models

7A987C
RGB122152124
HSL124°12.71%53.73%
HSB/HSV124°19.74%59.61%
CMYK19.74%0.00%18.42%
40.39%

Color #7A987C in popluar number systems.

HEX7A987C
Decimal122152124
Binary1111010100110001111100
Octal172230174

Shades and tints

Shades of #7A987C

#7A987C
(122,152,124)
#6F8B71
(111,139,113)
#647E66
(100,126,102)
#59715B
(89,113,91)
#4E6450
(78,100,80)
#435745
(67,87,69)
#384A3A
(56,74,58)
#2D3D2F
(45,61,47)
#223024
(34,48,36)
#172319
(23,35,25)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #7A987C

#7A987C
(122,152,124)
#86A187
(134,161,135)
#92AA92
(146,170,146)
#9EB39D
(158,179,157)
#AABCA8
(170,188,168)
#B6C5B3
(182,197,179)
#C2CEBE
(194,206,190)
#CED7C9
(206,215,201)
#DAE0D4
(218,224,212)
#E6E9DF
(230,233,223)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A987C; }

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

This text font color is #7A987C.


Background Color

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

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

This div background color is #7A987C.


Border color

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

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

This div border color is #7A987C.


Opacity

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

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

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

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

This text has shadow with #7A987C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A987C on black background.


Color preview on white background

This text has color #7A987C on white background.



Black color preview on #7A987C background

This text has black color on #7A987C background.


White color preview on #7A987C background

This text has white color on #7A987C background.