COLOR #9A7F82

HEX: #9A7F82 RGB: (154,127,130)

Color info

#9A7F82 contains red, green and blue colors in about the same proportion. Web safe color of #9A7F82 is #996699 (or #969).

RGB color model

#9A7F82 color RGB value is (154,127,130).

RGB: (154,127,130) (60%, 50%, 51%)

RGB channels and saturation

R 154 of 255 = 60%
G 127 of 255 = 50%
B 130 of 255 = 51%

154
127
130

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

Portions of RGB colors in percentages

R + G + B = 154 + 127 + 130 = 411 (100%)
R 154 of 411 ~ 37.47%
G 127 of 411 ~ 30.9%
B 130 of 411 ~ 31.63'%

%37.47
%30.9
%31.63

CMYK color model

#9A7F82 color CMYK value is (0,18,16,40).

  • cyan value is 0.00%
  • magenta value is 17.53%
  • yellow value is 15.58%
  • key color value is 39.61%
CMYK: (0,18,16,40) C0M18Y16K40 (0%,18%,16%,40%) (0.00/0.18/0.16/0.40) 

CMYK percentages

%0
%17.53
%15.58
%39.61

Codes

Color #9A7F82 in popluar color models

9A 7F 82
RGB 154 127 130
HSL 353° 11.79% 55.10%
HSB/HSV 353° 17.53% 60.39%
CMYK 0.00% 17.53% 15.58%
39.61%

Color #9A7F82 in popluar number systems.

HEX 9A 7F 82
Decimal 154 127 130
Binary 10011010 1111111 10000010
Octal 232 177 202

Shades and tints

Shades of #9A7F82

#9A7F82
(154,127,130)
#8C7477
(140,116,119)
#7E696C
(126,105,108)
#705E61
(112,94,97)
#625356
(98,83,86)
#54484B
(84,72,75)
#463D40
(70,61,64)
#383235
(56,50,53)
#2A272A
(42,39,42)
#1C1C1F
(28,28,31)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #9A7F82

#9A7F82
(154,127,130)
#A38A8D
(163,138,141)
#AC9598
(172,149,152)
#B5A0A3
(181,160,163)
#BEABAE
(190,171,174)
#C7B6B9
(199,182,185)
#D0C1C4
(208,193,196)
#D9CCCF
(217,204,207)
#E2D7DA
(226,215,218)
#EBE2E5
(235,226,229)
#F4EDF0
(244,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A7F82; }

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

This text font color is #9A7F82.

Background Color

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

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

This div background color is #9A7F82.

Border color

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

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

This div border color is #9A7F82.

Opacity

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

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

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

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

This text has shadow with #9A7F82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9A7F82.

Preview

Color preview on black background

This text has color #9A7F82 on black background.


Color preview on white background

This text has color #9A7F82 on white background.


Black color preview on #9A7F82 background

This text has black color on #9A7F82 background.


White color preview on #9A7F82 background

This text has white color on #9A7F82 background.


Related colors

Complementary color

Complementary color for #hex is #65807D.


I love getcolorcode.com

Triadic colors

1 #829A7F and #7F829A with #9A7F82 are triadic colors.

2 #827F9A and #7F9A82 with #9A7F82 are triadic colors.