COLOR #9A764D

HEX: #9A764D RGB: (154,118,77)

Color info

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

RGB color model

#9A764D color RGB value is (154,118,77).

RGB: (154,118,77) (60%, 46%, 30%)

RGB channels and saturation

R 154 of 255 = 60%
G 118 of 255 = 46%
B 77 of 255 = 30%

154
118
77

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

Portions of RGB colors in percentages

R + G + B = 154 + 118 + 77 = 349 (100%)
R 154 of 349 ~ 44.13%
G 118 of 349 ~ 33.81%
B 77 of 349 ~ 22.06'%

%44.13
%33.81
%22.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.38%
  • 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
%23.38
%50
%39.61

Codes

Color #9A764D in popluar color models

9A 76 4D
RGB 154 118 77
HSL 32° 33.33% 45.29%
HSB/HSV 32° 50.00% 60.39%
CMYK 0.00% 23.38% 50.00%
39.61%

Color #9A764D in popluar number systems.

HEX 9A 76 4D
Decimal 154 118 77
Binary 10011010 1110110 1001101
Octal 232 166 115

Shades and tints

Shades of #9A764D

#9A764D
(154,118,77)
#8C6C46
(140,108,70)
#7E623F
(126,98,63)
#705838
(112,88,56)
#624E31
(98,78,49)
#54442A
(84,68,42)
#463A23
(70,58,35)
#38301C
(56,48,28)
#2A2615
(42,38,21)
#1C1C0E
(28,28,14)
#0E1207
(14,18,7)
#000000
(0,0,0)

Tints of #9A764D

#9A764D
(154,118,77)
#A3825D
(163,130,93)
#AC8E6D
(172,142,109)
#B59A7D
(181,154,125)
#BEA68D
(190,166,141)
#C7B29D
(199,178,157)
#D0BEAD
(208,190,173)
#D9CABD
(217,202,189)
#E2D6CD
(226,214,205)
#EBE2DD
(235,226,221)
#F4EEED
(244,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A764D; }

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

This text font color is #9A764D.

Background Color

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

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

This div background color is #9A764D.

Border color

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

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

This div border color is #9A764D.

Opacity

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

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

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

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

This text has shadow with #9A764D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A764D.

Preview

Color preview on black background

This text has color #9A764D on black background.


Color preview on white background

This text has color #9A764D on white background.


Black color preview on #9A764D background

This text has black color on #9A764D background.


White color preview on #9A764D background

This text has white color on #9A764D background.


Related colors

Complementary color

Complementary color for #hex is #6589B2.


I love getcolorcode.com

Triadic colors

1 #4D9A76 and #764D9A with #9A764D are triadic colors.

2 #4D769A and #769A4D with #9A764D are triadic colors.