COLOR #7A8777

HEX: #7A8777
RGB: (122,135,119)

Color info

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

RGB color model

#7A8777 color RGB value is (122,135,119).

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

RGB channels and saturation

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

122
135
119

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

Portions of RGB colors in percentages

R + G + B =
122 + 135 + 119 = 376 (100%)
R 122 of 376 ~ 32.45%
G 135 of 376 ~ 35.9%
B 119 of 376 ~ 31.65%

%32.45
%35.9
%31.65

CMYK color model

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

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 11.85%
  • key color value is 47.06%
CMYK:
(10,0,12,47)
C10M0Y12K47 
(10%,0%,12%,47%)
(0.10/0.00/0.12/0.47)	

CMYK percentages

%9.63
%0
%11.85
%47.06

Codes

Color #7A8777 in popluar color models

7A8777
RGB122135119
HSL109°6.30%49.80%
HSB/HSV109°11.85%52.94%
CMYK9.63%0.00%11.85%
47.06%

Color #7A8777 in popluar number systems.

HEX7A8777
Decimal122135119
Binary1111010100001111110111
Octal172207167

Shades and tints

Shades of #7A8777

#7A8777
(122,135,119)
#6F7B6D
(111,123,109)
#646F63
(100,111,99)
#596359
(89,99,89)
#4E574F
(78,87,79)
#434B45
(67,75,69)
#383F3B
(56,63,59)
#2D3331
(45,51,49)
#222727
(34,39,39)
#171B1D
(23,27,29)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #7A8777

#7A8777
(122,135,119)
#869183
(134,145,131)
#929B8F
(146,155,143)
#9EA59B
(158,165,155)
#AAAFA7
(170,175,167)
#B6B9B3
(182,185,179)
#C2C3BF
(194,195,191)
#CECDCB
(206,205,203)
#DAD7D7
(218,215,215)
#E6E1E3
(230,225,227)
#F2EBEF
(242,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8777; }

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

This text font color is #7A8777.


Background Color

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

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

This div background color is #7A8777.


Border color

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

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

This div border color is #7A8777.


Opacity

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

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

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

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

This text has shadow with #7A8777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8777 on black background.


Color preview on white background

This text has color #7A8777 on white background.



Black color preview on #7A8777 background

This text has black color on #7A8777 background.


White color preview on #7A8777 background

This text has white color on #7A8777 background.