COLOR #7A8773

HEX: #7A8773
RGB: (122,135,115)

Color info

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

RGB color model

#7A8773 color RGB value is (122,135,115).

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

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 115 of 255 = 45%

122
135
115

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

Portions of RGB colors in percentages

R + G + B =
122 + 135 + 115 = 372 (100%)
R 122 of 372 ~ 32.8%
G 135 of 372 ~ 36.29%
B 115 of 372 ~ 30.91%

%32.8
%36.29
%30.91

CMYK color model

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

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 14.81%
  • key color value is 47.06%
CMYK:
(10,0,15,47)
C10M0Y15K47 
(10%,0%,15%,47%)
(0.10/0.00/0.15/0.47)	

CMYK percentages

%9.63
%0
%14.81
%47.06

Codes

Color #7A8773 in popluar color models

7A8773
RGB122135115
HSL99°8.00%49.02%
HSB/HSV99°14.81%52.94%
CMYK9.63%0.00%14.81%
47.06%

Color #7A8773 in popluar number systems.

HEX7A8773
Decimal122135115
Binary1111010100001111110011
Octal172207163

Shades and tints

Shades of #7A8773

#7A8773
(122,135,115)
#6F7B69
(111,123,105)
#646F5F
(100,111,95)
#596355
(89,99,85)
#4E574B
(78,87,75)
#434B41
(67,75,65)
#383F37
(56,63,55)
#2D332D
(45,51,45)
#222723
(34,39,35)
#171B19
(23,27,25)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #7A8773

#7A8773
(122,135,115)
#86917F
(134,145,127)
#929B8B
(146,155,139)
#9EA597
(158,165,151)
#AAAFA3
(170,175,163)
#B6B9AF
(182,185,175)
#C2C3BB
(194,195,187)
#CECDC7
(206,205,199)
#DAD7D3
(218,215,211)
#E6E1DF
(230,225,223)
#F2EBEB
(242,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8773; }

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

This text font color is #7A8773.


Background Color

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

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

This div background color is #7A8773.


Border color

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

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

This div border color is #7A8773.


Opacity

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

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

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

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

This text has shadow with #7A8773 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8773 on black background.


Color preview on white background

This text has color #7A8773 on white background.



Black color preview on #7A8773 background

This text has black color on #7A8773 background.


White color preview on #7A8773 background

This text has white color on #7A8773 background.