COLOR #9A787A

HEX: #9A787A
RGB: (154,120,122)

Color info

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

RGB color model

#9A787A color RGB value is (154,120,122).

  • red value is 154;
  • green value is 120;
  • blue value is 122.
RGB:
(154,120,122)
(60%,47%,48%)

RGB channels and saturation

R 154 of 255 = 60%
G 120 of 255 = 47%
B 122 of 255 = 48%

154
120
122

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

Portions of RGB colors in percentages

R + G + B =
154 + 120 + 122 = 396 (100%)
R 154 of 396 ~ 38.89%
G 120 of 396 ~ 30.3%
B 122 of 396 ~ 30.81%

%38.89
%30.3
%30.81

CMYK color model

#9A787A color CMYK value is (0,22,21,40).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 20.78%
  • key color value is 39.61%
CMYK:
(0,22,21,40)
C0M22Y21K40 
(0%,22%,21%,40%)
(0.00/0.22/0.21/0.40)	

CMYK percentages

%0
%22.08
%20.78
%39.61

Codes

Color #9A787A in popluar color models

9A787A
RGB154120122
HSL356°14.41%53.73%
HSB/HSV356°22.08%60.39%
CMYK0.00%22.08%20.78%
39.61%

Color #9A787A in popluar number systems.

HEX9A787A
Decimal154120122
Binary1001101011110001111010
Octal232170172

Shades and tints

Shades of #9A787A

#9A787A
(154,120,122)
#8C6E6F
(140,110,111)
#7E6464
(126,100,100)
#705A59
(112,90,89)
#62504E
(98,80,78)
#544643
(84,70,67)
#463C38
(70,60,56)
#38322D
(56,50,45)
#2A2822
(42,40,34)
#1C1E17
(28,30,23)
#0E140C
(14,20,12)
#000000
(0,0,0)

Tints of #9A787A

#9A787A
(154,120,122)
#A38486
(163,132,134)
#AC9092
(172,144,146)
#B59C9E
(181,156,158)
#BEA8AA
(190,168,170)
#C7B4B6
(199,180,182)
#D0C0C2
(208,192,194)
#D9CCCE
(217,204,206)
#E2D8DA
(226,216,218)
#EBE4E6
(235,228,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A787A color. Also use rgb(154,120,122) instead hex code.

Text Font Color

.myTextColor { color: #9A787A; }

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

This text font color is #9A787A.


Background Color

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

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

This div background color is #9A787A.


Border color

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

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

This div border color is #9A787A.


Opacity

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

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

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

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

This text has shadow with #9A787A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A787A on black background.


Color preview on white background

This text has color #9A787A on white background.



Black color preview on #9A787A background

This text has black color on #9A787A background.


White color preview on #9A787A background

This text has white color on #9A787A background.