COLOR #9B7A6C

HEX: #9B7A6C RGB: (155,122,108)

Color info

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

RGB color model

#9B7A6C color RGB value is (155,122,108).

RGB: (155,122,108) (61%, 48%, 42%)

RGB channels and saturation

R 155 of 255 = 61%
G 122 of 255 = 48%
B 108 of 255 = 42%

155
122
108

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

Portions of RGB colors in percentages

R + G + B = 155 + 122 + 108 = 385 (100%)
R 155 of 385 ~ 40.26%
G 122 of 385 ~ 31.69%
B 108 of 385 ~ 28.05'%

%40.26
%31.69
%28.05

CMYK color model

#9B7A6C color CMYK value is (0,21,30,39).

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

CMYK: (0,21,30,39)
C0M21Y30K39 (0%, 21%, 30%, 39%)
(0.00 / 0.21 / 0.30 / 0.39)

CMYK percentages

%0
%21.29
%30.32
%39.22

Codes

Color #9B7A6C in popluar color models

9B 7A 6C
RGB 155 122 108
HSL 18° 19.03% 51.57%
HSB/HSV 18° 30.32% 60.78%
CMYK 0.00% 21.29% 30.32%
39.22%

Color #9B7A6C in popluar number systems.

HEX 9B 7A 6C
Decimal 155 122 108
Binary 10011011 1111010 1101100
Octal 233 172 154

Shades and tints

Shades of #9B7A6C

#9B7A6C
(155,122,108)
#8D6F63
(141,111,99)
#7F645A
(127,100,90)
#715951
(113,89,81)
#634E48
(99,78,72)
#55433F
(85,67,63)
#473836
(71,56,54)
#392D2D
(57,45,45)
#2B2224
(43,34,36)
#1D171B
(29,23,27)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #9B7A6C

#9B7A6C
(155,122,108)
#A48679
(164,134,121)
#AD9286
(173,146,134)
#B69E93
(182,158,147)
#BFAAA0
(191,170,160)
#C8B6AD
(200,182,173)
#D1C2BA
(209,194,186)
#DACEC7
(218,206,199)
#E3DAD4
(227,218,212)
#ECE6E1
(236,230,225)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7A6C; }

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

This text font color is #9B7A6C.

Background Color

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

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

This div background color is #9B7A6C.

Border color

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

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

This div border color is #9B7A6C.

Opacity

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

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

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

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

This text has shadow with #9B7A6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7A6C.

Preview

Color preview on black background

This text has color #9B7A6C on black background.


Color preview on white background

This text has color #9B7A6C on white background.


Black color preview on #9B7A6C background

This text has black color on #9B7A6C background.


White color preview on #9B7A6C background

This text has white color on #9B7A6C background.


Related colors

Complementary color

Complementary color for #hex is #648593.


I love getcolorcode.com

Triadic colors

1 #6C9B7A and #7A6C9B with #9B7A6C are triadic colors.

2 #6C7A9B and #7A9B6C with #9B7A6C are triadic colors.