COLOR #9A787F

HEX: #9A787F RGB: (154,120,127)

Color info

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

RGB color model

#9A787F color RGB value is (154,120,127).

RGB: (154,120,127) (60%, 47%, 50%)

RGB channels and saturation

R 154 of 255 = 60%
G 120 of 255 = 47%
B 127 of 255 = 50%

154
120
127

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

Portions of RGB colors in percentages

R + G + B = 154 + 120 + 127 = 401 (100%)
R 154 of 401 ~ 38.4%
G 120 of 401 ~ 29.93%
B 127 of 401 ~ 31.67'%

%38.4
%29.93
%31.67

CMYK color model

#9A787F color CMYK value is (0,22,18,40).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 17.53%
  • key color value is 39.61%

CMYK: (0,22,18,40)
C0M22Y18K40 (0%, 22%, 18%, 40%)
(0.00 / 0.22 / 0.18 / 0.40)

CMYK percentages

%0
%22.08
%17.53
%39.61

Codes

Color #9A787F in popluar color models

9A 78 7F
RGB 154 120 127
HSL 348° 14.41% 53.73%
HSB/HSV 348° 22.08% 60.39%
CMYK 0.00% 22.08% 17.53%
39.61%

Color #9A787F in popluar number systems.

HEX 9A 78 7F
Decimal 154 120 127
Binary 10011010 1111000 1111111
Octal 232 170 177

Shades and tints

Shades of #9A787F

#9A787F
(154,120,127)
#8C6E74
(140,110,116)
#7E6469
(126,100,105)
#705A5E
(112,90,94)
#625053
(98,80,83)
#544648
(84,70,72)
#463C3D
(70,60,61)
#383232
(56,50,50)
#2A2827
(42,40,39)
#1C1E1C
(28,30,28)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #9A787F

#9A787F
(154,120,127)
#A3848A
(163,132,138)
#AC9095
(172,144,149)
#B59CA0
(181,156,160)
#BEA8AB
(190,168,171)
#C7B4B6
(199,180,182)
#D0C0C1
(208,192,193)
#D9CCCC
(217,204,204)
#E2D8D7
(226,216,215)
#EBE4E2
(235,228,226)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A787F; }

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

This text font color is #9A787F.

Background Color

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

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

This div background color is #9A787F.

Border color

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

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

This div border color is #9A787F.

Opacity

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

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

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

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

This text has shadow with #9A787F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A787F.

Preview

Color preview on black background

This text has color #9A787F on black background.


Color preview on white background

This text has color #9A787F on white background.


Black color preview on #9A787F background

This text has black color on #9A787F background.


White color preview on #9A787F background

This text has white color on #9A787F background.


Related colors

Complementary color

Complementary color for #hex is #658780.


I love getcolorcode.com

Triadic colors

1 #7F9A78 and #787F9A with #9A787F are triadic colors.

2 #7F789A and #789A7F with #9A787F are triadic colors.