COLOR #9A756B

HEX: #9A756B
RGB: (154,117,107)

Color info

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

RGB color model

#9A756B color RGB value is (154,117,107).

  • red value is 154;
  • green value is 117;
  • blue value is 107.
RGB:
(154,117,107)
(60%,46%,42%)

RGB channels and saturation

R 154 of 255 = 60%
G 117 of 255 = 46%
B 107 of 255 = 42%

154
117
107

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

Portions of RGB colors in percentages

R + G + B =
154 + 117 + 107 = 378 (100%)
R 154 of 378 ~ 40.74%
G 117 of 378 ~ 30.95%
B 107 of 378 ~ 28.31%

%40.74
%30.95
%28.31

CMYK color model

#9A756B color CMYK value is (0,24,31,40).

  • cyan value is 0.00%
  • magenta value is 24.03%
  • yellow value is 30.52%
  • key color value is 39.61%
CMYK:
(0,24,31,40)
C0M24Y31K40 
(0%,24%,31%,40%)
(0.00/0.24/0.31/0.40)	

CMYK percentages

%0
%24.03
%30.52
%39.61

Codes

Color #9A756B in popluar color models

9A756B
RGB154117107
HSL13°18.88%51.18%
HSB/HSV13°30.52%60.39%
CMYK0.00%24.03%30.52%
39.61%

Color #9A756B in popluar number systems.

HEX9A756B
Decimal154117107
Binary1001101011101011101011
Octal232165153

Shades and tints

Shades of #9A756B

#9A756B
(154,117,107)
#8C6B62
(140,107,98)
#7E6159
(126,97,89)
#705750
(112,87,80)
#624D47
(98,77,71)
#54433E
(84,67,62)
#463935
(70,57,53)
#382F2C
(56,47,44)
#2A2523
(42,37,35)
#1C1B1A
(28,27,26)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #9A756B

#9A756B
(154,117,107)
#A38178
(163,129,120)
#AC8D85
(172,141,133)
#B59992
(181,153,146)
#BEA59F
(190,165,159)
#C7B1AC
(199,177,172)
#D0BDB9
(208,189,185)
#D9C9C6
(217,201,198)
#E2D5D3
(226,213,211)
#EBE1E0
(235,225,224)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A756B color. Also use rgb(154,117,107) instead hex code.

Text Font Color

.myTextColor { color: #9A756B; }

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

This text font color is #9A756B.


Background Color

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

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

This div background color is #9A756B.


Border color

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

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

This div border color is #9A756B.


Opacity

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

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

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

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

This text has shadow with #9A756B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A756B on black background.


Color preview on white background

This text has color #9A756B on white background.



Black color preview on #9A756B background

This text has black color on #9A756B background.


White color preview on #9A756B background

This text has white color on #9A756B background.