COLOR #7A8577

HEX: #7A8577
RGB: (122,133,119)

Color info

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

RGB color model

#7A8577 color RGB value is (122,133,119).

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

RGB channels and saturation

R 122 of 255 = 48%
G 133 of 255 = 52%
B 119 of 255 = 47%

122
133
119

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

Portions of RGB colors in percentages

R + G + B =
122 + 133 + 119 = 374 (100%)
R 122 of 374 ~ 32.62%
G 133 of 374 ~ 35.56%
B 119 of 374 ~ 31.82%

%32.62
%35.56
%31.82

CMYK color model

#7A8577 color CMYK value is (8,0,11,48).

  • cyan value is 8.27%
  • magenta value is 0.00%
  • yellow value is 10.53%
  • key color value is 47.84%
CMYK:
(8,0,11,48)
C8M0Y11K48 
(8%,0%,11%,48%)
(0.08/0.00/0.11/0.48)	

CMYK percentages

%8.27
%0
%10.53
%47.84

Codes

Color #7A8577 in popluar color models

7A8577
RGB122133119
HSL107°5.56%49.41%
HSB/HSV107°10.53%52.16%
CMYK8.27%0.00%10.53%
47.84%

Color #7A8577 in popluar number systems.

HEX7A8577
Decimal122133119
Binary1111010100001011110111
Octal172205167

Shades and tints

Shades of #7A8577

#7A8577
(122,133,119)
#6F796D
(111,121,109)
#646D63
(100,109,99)
#596159
(89,97,89)
#4E554F
(78,85,79)
#434945
(67,73,69)
#383D3B
(56,61,59)
#2D3131
(45,49,49)
#222527
(34,37,39)
#17191D
(23,25,29)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #7A8577

#7A8577
(122,133,119)
#869083
(134,144,131)
#929B8F
(146,155,143)
#9EA69B
(158,166,155)
#AAB1A7
(170,177,167)
#B6BCB3
(182,188,179)
#C2C7BF
(194,199,191)
#CED2CB
(206,210,203)
#DADDD7
(218,221,215)
#E6E8E3
(230,232,227)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8577; }

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

This text font color is #7A8577.


Background Color

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

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

This div background color is #7A8577.


Border color

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

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

This div border color is #7A8577.


Opacity

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

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

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

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

This text has shadow with #7A8577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8577 on black background.


Color preview on white background

This text has color #7A8577 on white background.



Black color preview on #7A8577 background

This text has black color on #7A8577 background.


White color preview on #7A8577 background

This text has white color on #7A8577 background.