COLOR #7A8D7F

HEX: #7A8D7F
RGB: (122,141,127)

Color info

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

RGB color model

#7A8D7F color RGB value is (122,141,127).

  • red value is 122;
  • green value is 141;
  • blue value is 127.
RGB:
(122,141,127)
(48%,55%,50%)

RGB channels and saturation

R 122 of 255 = 48%
G 141 of 255 = 55%
B 127 of 255 = 50%

122
141
127

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

Portions of RGB colors in percentages

R + G + B =
122 + 141 + 127 = 390 (100%)
R 122 of 390 ~ 31.28%
G 141 of 390 ~ 36.15%
B 127 of 390 ~ 32.56%

%31.28
%36.15
%32.56

CMYK color model

#7A8D7F color CMYK value is (13,0,10,45).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 9.93%
  • key color value is 44.71%
CMYK:
(13,0,10,45)
C13M0Y10K45 
(13%,0%,10%,45%)
(0.13/0.00/0.10/0.45)	

CMYK percentages

%13.48
%0
%9.93
%44.71

Codes

Color #7A8D7F in popluar color models

7A8D7F
RGB122141127
HSL136°7.69%51.57%
HSB/HSV136°13.48%55.29%
CMYK13.48%0.00%9.93%
44.71%

Color #7A8D7F in popluar number systems.

HEX7A8D7F
Decimal122141127
Binary1111010100011011111111
Octal172215177

Shades and tints

Shades of #7A8D7F

#7A8D7F
(122,141,127)
#6F8174
(111,129,116)
#647569
(100,117,105)
#59695E
(89,105,94)
#4E5D53
(78,93,83)
#435148
(67,81,72)
#38453D
(56,69,61)
#2D3932
(45,57,50)
#222D27
(34,45,39)
#17211C
(23,33,28)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #7A8D7F

#7A8D7F
(122,141,127)
#86978A
(134,151,138)
#92A195
(146,161,149)
#9EABA0
(158,171,160)
#AAB5AB
(170,181,171)
#B6BFB6
(182,191,182)
#C2C9C1
(194,201,193)
#CED3CC
(206,211,204)
#DADDD7
(218,221,215)
#E6E7E2
(230,231,226)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8D7F color. Also use rgb(122,141,127) instead hex code.

Text Font Color

.myTextColor { color: #7A8D7F; }

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

This text font color is #7A8D7F.


Background Color

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

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

This div background color is #7A8D7F.


Border color

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

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

This div border color is #7A8D7F.


Opacity

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

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

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

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

This text has shadow with #7A8D7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8D7F on black background.


Color preview on white background

This text has color #7A8D7F on white background.



Black color preview on #7A8D7F background

This text has black color on #7A8D7F background.


White color preview on #7A8D7F background

This text has white color on #7A8D7F background.