COLOR #A7B377

HEX: #A7B377
RGB: (167,179,119)

Color info

#A7B377 contains mainly red and green colors. Web safe color of #A7B377 is #999966 (or #996).

RGB color model

#A7B377 color RGB value is (167,179,119).

  • red value is 167;
  • green value is 179;
  • blue value is 119.
RGB:
(167,179,119)
(65%,70%,47%)

RGB channels and saturation

R 167 of 255 = 65%
G 179 of 255 = 70%
B 119 of 255 = 47%

167
179
119

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

Portions of RGB colors in percentages

R + G + B =
167 + 179 + 119 = 465 (100%)
R 167 of 465 ~ 35.91%
G 179 of 465 ~ 38.49%
B 119 of 465 ~ 25.59%

%35.91
%38.49
%25.59

CMYK color model

#A7B377 color CMYK value is (7,0,34,30).

  • cyan value is 6.70%
  • magenta value is 0.00%
  • yellow value is 33.52%
  • key color value is 29.80%
CMYK:
(7,0,34,30)
C7M0Y34K30 
(7%,0%,34%,30%)
(0.07/0.00/0.34/0.30)	

CMYK percentages

%6.7
%0
%33.52
%29.8

Codes

Color #A7B377 in popluar color models

A7B377
RGB167179119
HSL72°28.30%58.43%
HSB/HSV72°33.52%70.20%
CMYK6.70%0.00%33.52%
29.80%

Color #A7B377 in popluar number systems.

HEXA7B377
Decimal167179119
Binary10100111101100111110111
Octal247263167

Shades and tints

Shades of #A7B377

#A7B377
(167,179,119)
#98A36D
(152,163,109)
#899363
(137,147,99)
#7A8359
(122,131,89)
#6B734F
(107,115,79)
#5C6345
(92,99,69)
#4D533B
(77,83,59)
#3E4331
(62,67,49)
#2F3327
(47,51,39)
#20231D
(32,35,29)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #A7B377

#A7B377
(167,179,119)
#AFB983
(175,185,131)
#B7BF8F
(183,191,143)
#BFC59B
(191,197,155)
#C7CBA7
(199,203,167)
#CFD1B3
(207,209,179)
#D7D7BF
(215,215,191)
#DFDDCB
(223,221,203)
#E7E3D7
(231,227,215)
#EFE9E3
(239,233,227)
#F7EFEF
(247,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B377 color. Also use rgb(167,179,119) instead hex code.

Text Font Color

.myTextColor { color: #A7B377; }

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

This text font color is #A7B377.


Background Color

.myBgColor { background-color: #A7B377; }

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

This div background color is #A7B377.


Border color

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

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

This div border color is #A7B377.


Opacity

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

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

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

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

This text has shadow with #A7B377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B377 on black background.


Color preview on white background

This text has color #A7B377 on white background.



Black color preview on #A7B377 background

This text has black color on #A7B377 background.


White color preview on #A7B377 background

This text has white color on #A7B377 background.