COLOR #9A776C

HEX: #9A776C
RGB: (154,119,108)

Color info

#9A776C contains red, green and blue colors in about the same proportion. Web safe color of #9A776C is #996666 (or #966).

RGB color model

#9A776C color RGB value is (154,119,108).

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

RGB channels and saturation

R 154 of 255 = 60%
G 119 of 255 = 47%
B 108 of 255 = 42%

154
119
108

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

Portions of RGB colors in percentages

R + G + B =
154 + 119 + 108 = 381 (100%)
R 154 of 381 ~ 40.42%
G 119 of 381 ~ 31.23%
B 108 of 381 ~ 28.35%

%40.42
%31.23
%28.35

CMYK color model

#9A776C color CMYK value is (0,23,30,40).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 29.87%
  • key color value is 39.61%
CMYK:
(0,23,30,40)
C0M23Y30K40 
(0%,23%,30%,40%)
(0.00/0.23/0.30/0.40)	

CMYK percentages

%0
%22.73
%29.87
%39.61

Codes

Color #9A776C in popluar color models

9A776C
RGB154119108
HSL14°18.55%51.37%
HSB/HSV14°29.87%60.39%
CMYK0.00%22.73%29.87%
39.61%

Color #9A776C in popluar number systems.

HEX9A776C
Decimal154119108
Binary1001101011101111101100
Octal232167154

Shades and tints

Shades of #9A776C

#9A776C
(154,119,108)
#8C6D63
(140,109,99)
#7E635A
(126,99,90)
#705951
(112,89,81)
#624F48
(98,79,72)
#54453F
(84,69,63)
#463B36
(70,59,54)
#38312D
(56,49,45)
#2A2724
(42,39,36)
#1C1D1B
(28,29,27)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #9A776C

#9A776C
(154,119,108)
#A38379
(163,131,121)
#AC8F86
(172,143,134)
#B59B93
(181,155,147)
#BEA7A0
(190,167,160)
#C7B3AD
(199,179,173)
#D0BFBA
(208,191,186)
#D9CBC7
(217,203,199)
#E2D7D4
(226,215,212)
#EBE3E1
(235,227,225)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A776C; }

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

This text font color is #9A776C.


Background Color

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

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

This div background color is #9A776C.


Border color

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

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

This div border color is #9A776C.


Opacity

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

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

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

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

This text has shadow with #9A776C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A776C on black background.


Color preview on white background

This text has color #9A776C on white background.



Black color preview on #9A776C background

This text has black color on #9A776C background.


White color preview on #9A776C background

This text has white color on #9A776C background.