COLOR #A7B776

HEX: #A7B776
RGB: (167,183,118)

Color info

#A7B776 contains mainly red and green colors. Web safe color of #A7B776 is #99CC66 (or #9C6).

RGB color model

#A7B776 color RGB value is (167,183,118).

  • red value is 167;
  • green value is 183;
  • blue value is 118.
RGB:
(167,183,118)
(65%,72%,46%)

RGB channels and saturation

R 167 of 255 = 65%
G 183 of 255 = 72%
B 118 of 255 = 46%

167
183
118

R + G + B ~ 61%. #A7B776 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 183 + 118 = 468 (100%)
R 167 of 468 ~ 35.68%
G 183 of 468 ~ 39.1%
B 118 of 468 ~ 25.21%

%35.68
%39.1
%25.21

CMYK color model

#A7B776 color CMYK value is (9,0,36,28).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 35.52%
  • key color value is 28.24%
CMYK:
(9,0,36,28)
C9M0Y36K28 
(9%,0%,36%,28%)
(0.09/0.00/0.36/0.28)	

CMYK percentages

%8.74
%0
%35.52
%28.24

Codes

Color #A7B776 in popluar color models

A7B776
RGB167183118
HSL75°31.10%59.02%
HSB/HSV75°35.52%71.76%
CMYK8.74%0.00%35.52%
28.24%

Color #A7B776 in popluar number systems.

HEXA7B776
Decimal167183118
Binary10100111101101111110110
Octal247267166

Shades and tints

Shades of #A7B776

#A7B776
(167,183,118)
#98A76C
(152,167,108)
#899762
(137,151,98)
#7A8758
(122,135,88)
#6B774E
(107,119,78)
#5C6744
(92,103,68)
#4D573A
(77,87,58)
#3E4730
(62,71,48)
#2F3726
(47,55,38)
#20271C
(32,39,28)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #A7B776

#A7B776
(167,183,118)
#AFBD82
(175,189,130)
#B7C38E
(183,195,142)
#BFC99A
(191,201,154)
#C7CFA6
(199,207,166)
#CFD5B2
(207,213,178)
#D7DBBE
(215,219,190)
#DFE1CA
(223,225,202)
#E7E7D6
(231,231,214)
#EFEDE2
(239,237,226)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B776 color. Also use rgb(167,183,118) instead hex code.

Text Font Color

.myTextColor { color: #A7B776; }

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

This text font color is #A7B776.


Background Color

.myBgColor { background-color: #A7B776; }

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

This div background color is #A7B776.


Border color

.myBorderColor { border: 1px solid #A7B776; }

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

This div border color is #A7B776.


Opacity

.myOpacity80 { color: #A7B776; opacity: 0.8; }

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

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

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

This text has shadow with #A7B776 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B776 on black background.


Color preview on white background

This text has color #A7B776 on white background.



Black color preview on #A7B776 background

This text has black color on #A7B776 background.


White color preview on #A7B776 background

This text has white color on #A7B776 background.