COLOR #9A774C

HEX: #9A774C
RGB: (154,119,76)

Color info

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

RGB color model

#9A774C color RGB value is (154,119,76).

  • red value is 154;
  • green value is 119;
  • blue value is 76.
RGB:
(154,119,76)
(60%,47%,30%)

RGB channels and saturation

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

154
119
76

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

Portions of RGB colors in percentages

R + G + B =
154 + 119 + 76 = 349 (100%)
R 154 of 349 ~ 44.13%
G 119 of 349 ~ 34.1%
B 76 of 349 ~ 21.78%

%44.13
%34.1
%21.78

CMYK color model

#9A774C color CMYK value is (0,23,51,40).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 50.65%
  • key color value is 39.61%
CMYK:
(0,23,51,40)
C0M23Y51K40 
(0%,23%,51%,40%)
(0.00/0.23/0.51/0.40)	

CMYK percentages

%0
%22.73
%50.65
%39.61

Codes

Color #9A774C in popluar color models

9A774C
RGB15411976
HSL33°33.91%45.10%
HSB/HSV33°50.65%60.39%
CMYK0.00%22.73%50.65%
39.61%

Color #9A774C in popluar number systems.

HEX9A774C
Decimal15411976
Binary1001101011101111001100
Octal232167114

Shades and tints

Shades of #9A774C

#9A774C
(154,119,76)
#8C6D46
(140,109,70)
#7E6340
(126,99,64)
#70593A
(112,89,58)
#624F34
(98,79,52)
#54452E
(84,69,46)
#463B28
(70,59,40)
#383122
(56,49,34)
#2A271C
(42,39,28)
#1C1D16
(28,29,22)
#0E1310
(14,19,16)
#000000
(0,0,0)

Tints of #9A774C

#9A774C
(154,119,76)
#A3835C
(163,131,92)
#AC8F6C
(172,143,108)
#B59B7C
(181,155,124)
#BEA78C
(190,167,140)
#C7B39C
(199,179,156)
#D0BFAC
(208,191,172)
#D9CBBC
(217,203,188)
#E2D7CC
(226,215,204)
#EBE3DC
(235,227,220)
#F4EFEC
(244,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A774C; }

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

This text font color is #9A774C.


Background Color

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

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

This div background color is #9A774C.


Border color

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

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

This div border color is #9A774C.


Opacity

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

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

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

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

This text has shadow with #9A774C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A774C on black background.


Color preview on white background

This text has color #9A774C on white background.



Black color preview on #9A774C background

This text has black color on #9A774C background.


White color preview on #9A774C background

This text has white color on #9A774C background.