COLOR #9A7575

HEX: #9A7575
RGB: (154,117,117)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

154
117
117

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

Portions of RGB colors in percentages

R + G + B =
154 + 117 + 117 = 388 (100%)
R 154 of 388 ~ 39.69%
G 117 of 388 ~ 30.15%
B 117 of 388 ~ 30.15%

%39.69
%30.15
%30.15

CMYK color model

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

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

CMYK percentages

%0
%24.03
%24.03
%39.61

Codes

Color #9A7575 in popluar color models

9A7575
RGB154117117
HSL15.48%53.14%
HSB/HSV24.03%60.39%
CMYK0.00%24.03%24.03%
39.61%

Color #9A7575 in popluar number systems.

HEX9A7575
Decimal154117117
Binary1001101011101011110101
Octal232165165

Shades and tints

Shades of #9A7575

#9A7575
(154,117,117)
#8C6B6B
(140,107,107)
#7E6161
(126,97,97)
#705757
(112,87,87)
#624D4D
(98,77,77)
#544343
(84,67,67)
#463939
(70,57,57)
#382F2F
(56,47,47)
#2A2525
(42,37,37)
#1C1B1B
(28,27,27)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #9A7575

#9A7575
(154,117,117)
#A38181
(163,129,129)
#AC8D8D
(172,141,141)
#B59999
(181,153,153)
#BEA5A5
(190,165,165)
#C7B1B1
(199,177,177)
#D0BDBD
(208,189,189)
#D9C9C9
(217,201,201)
#E2D5D5
(226,213,213)
#EBE1E1
(235,225,225)
#F4EDED
(244,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7575; }

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

This text font color is #9A7575.


Background Color

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

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

This div background color is #9A7575.


Border color

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

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

This div border color is #9A7575.


Opacity

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

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

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

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

This text has shadow with #9A7575 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7575 on black background.


Color preview on white background

This text has color #9A7575 on white background.



Black color preview on #9A7575 background

This text has black color on #9A7575 background.


White color preview on #9A7575 background

This text has white color on #9A7575 background.