COLOR #9A774D

HEX: #9A774D RGB: (154,119,77)

Color info

#9A774D contains mainly red and green colors. Web safe color of #9A774D is #996633 (or #963).

RGB color model

#9A774D color RGB value is (154,119,77).

RGB: (154,119,77) (60%, 47%, 30%)

RGB channels and saturation

R 154 of 255 = 60%
G 119 of 255 = 47%
B 77 of 255 = 30%

154
119
77

R + G + B ~ 46%. #9A774D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 154 + 119 + 77 = 350 (100%)
R 154 of 350 ~ 44%
G 119 of 350 ~ 34%
B 77 of 350 ~ 22'%

%44
%34
%22

CMYK color model

#9A774D color CMYK value is (0,23,50,40).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 50.00%
  • key color value is 39.61%
CMYK: (0,23,50,40) C0M23Y50K40 (0%,23%,50%,40%) (0.00/0.23/0.50/0.40) 

CMYK percentages

%0
%22.73
%50
%39.61

Codes

Color #9A774D in popluar color models

9A 77 4D
RGB 154 119 77
HSL 33° 33.33% 45.29%
HSB/HSV 33° 50.00% 60.39%
CMYK 0.00% 22.73% 50.00%
39.61%

Color #9A774D in popluar number systems.

HEX 9A 77 4D
Decimal 154 119 77
Binary 10011010 1110111 1001101
Octal 232 167 115

Shades and tints

Shades of #9A774D

#9A774D
(154,119,77)
#8C6D46
(140,109,70)
#7E633F
(126,99,63)
#705938
(112,89,56)
#624F31
(98,79,49)
#54452A
(84,69,42)
#463B23
(70,59,35)
#38311C
(56,49,28)
#2A2715
(42,39,21)
#1C1D0E
(28,29,14)
#0E1307
(14,19,7)
#000000
(0,0,0)

Tints of #9A774D

#9A774D
(154,119,77)
#A3835D
(163,131,93)
#AC8F6D
(172,143,109)
#B59B7D
(181,155,125)
#BEA78D
(190,167,141)
#C7B39D
(199,179,157)
#D0BFAD
(208,191,173)
#D9CBBD
(217,203,189)
#E2D7CD
(226,215,205)
#EBE3DD
(235,227,221)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A774D color. Also use rgb(154,119,77) instead hex code.

Text Font Color

.myTextColor { color: #9A774D; }

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

This text font color is #9A774D.

Background Color

.myBgColor { background-color: #9A774D; }

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

This div background color is #9A774D.

Border color

.myBorderColor { border: 1px solid #9A774D; }

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

This div border color is #9A774D.

Opacity

.myOpacity80 { color: #9A774D; opacity: 0.8; }

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

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

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

This text has shadow with #9A774D color.


.textShadow {text-shadow: 3px 3px 1px #9A774D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9A774D; -webkit-box-shadow: 1px 1px 3px 2px #9A774D; box-shadow:1px 1px 3px 2px #9A774D;">
Div content here
</div>

This div box has shadow with color #9A774D.

Preview

Color preview on black background

This text has color #9A774D on black background.


Color preview on white background

This text has color #9A774D on white background.


Black color preview on #9A774D background

This text has black color on #9A774D background.


White color preview on #9A774D background

This text has white color on #9A774D background.


Related colors

Complementary color

Complementary color for #hex is #6588B2.


I love getcolorcode.com

Triadic colors

1 #4D9A77 and #774D9A with #9A774D are triadic colors.

2 #4D779A and #779A4D with #9A774D are triadic colors.