COLOR #7A8779

HEX: #7A8779
RGB: (122,135,121)

Color info

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

RGB color model

#7A8779 color RGB value is (122,135,121).

  • red value is 122;
  • green value is 135;
  • blue value is 121.
RGB:
(122,135,121)
(48%,53%,47%)

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 121 of 255 = 47%

122
135
121

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

Portions of RGB colors in percentages

R + G + B =
122 + 135 + 121 = 378 (100%)
R 122 of 378 ~ 32.28%
G 135 of 378 ~ 35.71%
B 121 of 378 ~ 32.01%

%32.28
%35.71
%32.01

CMYK color model

#7A8779 color CMYK value is (10,0,10,47).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 10.37%
  • key color value is 47.06%
CMYK:
(10,0,10,47)
C10M0Y10K47 
(10%,0%,10%,47%)
(0.10/0.00/0.10/0.47)	

CMYK percentages

%9.63
%0
%10.37
%47.06

Codes

Color #7A8779 in popluar color models

7A8779
RGB122135121
HSL116°5.51%50.20%
HSB/HSV116°10.37%52.94%
CMYK9.63%0.00%10.37%
47.06%

Color #7A8779 in popluar number systems.

HEX7A8779
Decimal122135121
Binary1111010100001111111001
Octal172207171

Shades and tints

Shades of #7A8779

#7A8779
(122,135,121)
#6F7B6E
(111,123,110)
#646F63
(100,111,99)
#596358
(89,99,88)
#4E574D
(78,87,77)
#434B42
(67,75,66)
#383F37
(56,63,55)
#2D332C
(45,51,44)
#222721
(34,39,33)
#171B16
(23,27,22)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #7A8779

#7A8779
(122,135,121)
#869185
(134,145,133)
#929B91
(146,155,145)
#9EA59D
(158,165,157)
#AAAFA9
(170,175,169)
#B6B9B5
(182,185,181)
#C2C3C1
(194,195,193)
#CECDCD
(206,205,205)
#DAD7D9
(218,215,217)
#E6E1E5
(230,225,229)
#F2EBF1
(242,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A8779 color. Also use rgb(122,135,121) instead hex code.

Text Font Color

.myTextColor { color: #7A8779; }

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

This text font color is #7A8779.


Background Color

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

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

This div background color is #7A8779.


Border color

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

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

This div border color is #7A8779.


Opacity

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

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

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

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

This text has shadow with #7A8779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8779 on black background.


Color preview on white background

This text has color #7A8779 on white background.



Black color preview on #7A8779 background

This text has black color on #7A8779 background.


White color preview on #7A8779 background

This text has white color on #7A8779 background.