COLOR #9B7F7A

HEX: #9B7F7A RGB: (155,127,122)

Color info

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

RGB color model

#9B7F7A color RGB value is (155,127,122).

RGB: (155,127,122) (61%, 50%, 48%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 122 of 255 = 48%

155
127
122

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

Portions of RGB colors in percentages

R + G + B = 155 + 127 + 122 = 404 (100%)
R 155 of 404 ~ 38.37%
G 127 of 404 ~ 31.44%
B 122 of 404 ~ 30.2'%

%38.37
%31.44
%30.2

CMYK color model

#9B7F7A color CMYK value is (0,18,21,39).

  • cyan value is 0.00%
  • magenta value is 18.06%
  • yellow value is 21.29%
  • key color value is 39.22%

CMYK: (0,18,21,39)
C0M18Y21K39 (0%, 18%, 21%, 39%)
(0.00 / 0.18 / 0.21 / 0.39)

CMYK percentages

%0
%18.06
%21.29
%39.22

Codes

Color #9B7F7A in popluar color models

9B 7F 7A
RGB 155 127 122
HSL 14.16% 54.31%
HSB/HSV 21.29% 60.78%
CMYK 0.00% 18.06% 21.29%
39.22%

Color #9B7F7A in popluar number systems.

HEX 9B 7F 7A
Decimal 155 127 122
Binary 10011011 1111111 1111010
Octal 233 177 172

Shades and tints

Shades of #9B7F7A

#9B7F7A
(155,127,122)
#8D746F
(141,116,111)
#7F6964
(127,105,100)
#715E59
(113,94,89)
#63534E
(99,83,78)
#554843
(85,72,67)
#473D38
(71,61,56)
#39322D
(57,50,45)
#2B2722
(43,39,34)
#1D1C17
(29,28,23)
#0F110C
(15,17,12)
#000000
(0,0,0)

Tints of #9B7F7A

#9B7F7A
(155,127,122)
#A48A86
(164,138,134)
#AD9592
(173,149,146)
#B6A09E
(182,160,158)
#BFABAA
(191,171,170)
#C8B6B6
(200,182,182)
#D1C1C2
(209,193,194)
#DACCCE
(218,204,206)
#E3D7DA
(227,215,218)
#ECE2E6
(236,226,230)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B7F7A color. Also use rgb(155,127,122) instead hex code.

Text Font Color

.myTextColor { color: #9B7F7A; }

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

This text font color is #9B7F7A.

Background Color

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

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

This div background color is #9B7F7A.

Border color

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

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

This div border color is #9B7F7A.

Opacity

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

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

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

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

This text has shadow with #9B7F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7F7A.

Preview

Color preview on black background

This text has color #9B7F7A on black background.


Color preview on white background

This text has color #9B7F7A on white background.


Black color preview on #9B7F7A background

This text has black color on #9B7F7A background.


White color preview on #9B7F7A background

This text has white color on #9B7F7A background.


Related colors

Complementary color

Complementary color for #hex is #648085.


I love getcolorcode.com

Triadic colors

1 #7A9B7F and #7F7A9B with #9B7F7A are triadic colors.

2 #7A7F9B and #7F9B7A with #9B7F7A are triadic colors.