COLOR #9B7975

HEX: #9B7975 RGB: (155,121,117)

Color info

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

RGB color model

#9B7975 color RGB value is (155,121,117).

RGB: (155,121,117) (61%, 47%, 46%)

RGB channels and saturation

R 155 of 255 = 61%
G 121 of 255 = 47%
B 117 of 255 = 46%

155
121
117

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

Portions of RGB colors in percentages

R + G + B = 155 + 121 + 117 = 393 (100%)
R 155 of 393 ~ 39.44%
G 121 of 393 ~ 30.79%
B 117 of 393 ~ 29.77'%

%39.44
%30.79
%29.77

CMYK color model

#9B7975 color CMYK value is (0,22,25,39).

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 24.52%
  • key color value is 39.22%

CMYK: (0,22,25,39)
C0M22Y25K39 (0%, 22%, 25%, 39%)
(0.00 / 0.22 / 0.25 / 0.39)

CMYK percentages

%0
%21.94
%24.52
%39.22

Codes

Color #9B7975 in popluar color models

9B 79 75
RGB 155 121 117
HSL 15.97% 53.33%
HSB/HSV 24.52% 60.78%
CMYK 0.00% 21.94% 24.52%
39.22%

Color #9B7975 in popluar number systems.

HEX 9B 79 75
Decimal 155 121 117
Binary 10011011 1111001 1110101
Octal 233 171 165

Shades and tints

Shades of #9B7975

#9B7975
(155,121,117)
#8D6E6B
(141,110,107)
#7F6361
(127,99,97)
#715857
(113,88,87)
#634D4D
(99,77,77)
#554243
(85,66,67)
#473739
(71,55,57)
#392C2F
(57,44,47)
#2B2125
(43,33,37)
#1D161B
(29,22,27)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #9B7975

#9B7975
(155,121,117)
#A48581
(164,133,129)
#AD918D
(173,145,141)
#B69D99
(182,157,153)
#BFA9A5
(191,169,165)
#C8B5B1
(200,181,177)
#D1C1BD
(209,193,189)
#DACDC9
(218,205,201)
#E3D9D5
(227,217,213)
#ECE5E1
(236,229,225)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7975; }

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

This text font color is #9B7975.

Background Color

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

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

This div background color is #9B7975.

Border color

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

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

This div border color is #9B7975.

Opacity

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

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

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

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

This text has shadow with #9B7975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7975.

Preview

Color preview on black background

This text has color #9B7975 on black background.


Color preview on white background

This text has color #9B7975 on white background.


Black color preview on #9B7975 background

This text has black color on #9B7975 background.


White color preview on #9B7975 background

This text has white color on #9B7975 background.


Related colors

Complementary color

Complementary color for #hex is #64868A.


I love getcolorcode.com

Triadic colors

1 #759B79 and #79759B with #9B7975 are triadic colors.

2 #75799B and #799B75 with #9B7975 are triadic colors.