COLOR #9A757A

HEX: #9A757A
RGB: (154,117,122)

Color info

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

RGB color model

#9A757A color RGB value is (154,117,122).

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

RGB channels and saturation

R 154 of 255 = 60%
G 117 of 255 = 46%
B 122 of 255 = 48%

154
117
122

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

Portions of RGB colors in percentages

R + G + B =
154 + 117 + 122 = 393 (100%)
R 154 of 393 ~ 39.19%
G 117 of 393 ~ 29.77%
B 122 of 393 ~ 31.04%

%39.19
%29.77
%31.04

CMYK color model

#9A757A color CMYK value is (0,24,21,40).

  • cyan value is 0.00%
  • magenta value is 24.03%
  • yellow value is 20.78%
  • key color value is 39.61%
CMYK:
(0,24,21,40)
C0M24Y21K40 
(0%,24%,21%,40%)
(0.00/0.24/0.21/0.40)	

CMYK percentages

%0
%24.03
%20.78
%39.61

Codes

Color #9A757A in popluar color models

9A757A
RGB154117122
HSL352°15.48%53.14%
HSB/HSV352°24.03%60.39%
CMYK0.00%24.03%20.78%
39.61%

Color #9A757A in popluar number systems.

HEX9A757A
Decimal154117122
Binary1001101011101011111010
Octal232165172

Shades and tints

Shades of #9A757A

#9A757A
(154,117,122)
#8C6B6F
(140,107,111)
#7E6164
(126,97,100)
#705759
(112,87,89)
#624D4E
(98,77,78)
#544343
(84,67,67)
#463938
(70,57,56)
#382F2D
(56,47,45)
#2A2522
(42,37,34)
#1C1B17
(28,27,23)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #9A757A

#9A757A
(154,117,122)
#A38186
(163,129,134)
#AC8D92
(172,141,146)
#B5999E
(181,153,158)
#BEA5AA
(190,165,170)
#C7B1B6
(199,177,182)
#D0BDC2
(208,189,194)
#D9C9CE
(217,201,206)
#E2D5DA
(226,213,218)
#EBE1E6
(235,225,230)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A757A; }

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

This text font color is #9A757A.


Background Color

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

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

This div background color is #9A757A.


Border color

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

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

This div border color is #9A757A.


Opacity

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

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

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

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

This text has shadow with #9A757A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A757A on black background.


Color preview on white background

This text has color #9A757A on white background.



Black color preview on #9A757A background

This text has black color on #9A757A background.


White color preview on #9A757A background

This text has white color on #9A757A background.