COLOR #9B7F81

HEX: #9B7F81 RGB: (155,127,129)

Color info

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

RGB color model

#9B7F81 color RGB value is (155,127,129).

RGB: (155,127,129) (61%, 50%, 51%)

RGB channels and saturation

R 155 of 255 = 61%
G 127 of 255 = 50%
B 129 of 255 = 51%

155
127
129

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

Portions of RGB colors in percentages

R + G + B = 155 + 127 + 129 = 411 (100%)
R 155 of 411 ~ 37.71%
G 127 of 411 ~ 30.9%
B 129 of 411 ~ 31.39'%

%37.71
%30.9
%31.39

CMYK color model

#9B7F81 color CMYK value is (0,18,17,39).

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

CMYK: (0,18,17,39)
C0M18Y17K39 (0%, 18%, 17%, 39%)
(0.00 / 0.18 / 0.17 / 0.39)

CMYK percentages

%0
%18.06
%16.77
%39.22

Codes

Color #9B7F81 in popluar color models

9B 7F 81
RGB 155 127 129
HSL 356° 12.28% 55.29%
HSB/HSV 356° 18.06% 60.78%
CMYK 0.00% 18.06% 16.77%
39.22%

Color #9B7F81 in popluar number systems.

HEX 9B 7F 81
Decimal 155 127 129
Binary 10011011 1111111 10000001
Octal 233 177 201

Shades and tints

Shades of #9B7F81

#9B7F81
(155,127,129)
#8D7476
(141,116,118)
#7F696B
(127,105,107)
#715E60
(113,94,96)
#635355
(99,83,85)
#55484A
(85,72,74)
#473D3F
(71,61,63)
#393234
(57,50,52)
#2B2729
(43,39,41)
#1D1C1E
(29,28,30)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #9B7F81

#9B7F81
(155,127,129)
#A48A8C
(164,138,140)
#AD9597
(173,149,151)
#B6A0A2
(182,160,162)
#BFABAD
(191,171,173)
#C8B6B8
(200,182,184)
#D1C1C3
(209,193,195)
#DACCCE
(218,204,206)
#E3D7D9
(227,215,217)
#ECE2E4
(236,226,228)
#F5EDEF
(245,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B7F81; }

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

This text font color is #9B7F81.

Background Color

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

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

This div background color is #9B7F81.

Border color

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

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

This div border color is #9B7F81.

Opacity

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

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

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

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

This text has shadow with #9B7F81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B7F81.

Preview

Color preview on black background

This text has color #9B7F81 on black background.


Color preview on white background

This text has color #9B7F81 on white background.


Black color preview on #9B7F81 background

This text has black color on #9B7F81 background.


White color preview on #9B7F81 background

This text has white color on #9B7F81 background.


Related colors

Complementary color

Complementary color for #hex is #64807E.


I love getcolorcode.com

Triadic colors

1 #819B7F and #7F819B with #9B7F81 are triadic colors.

2 #817F9B and #7F9B81 with #9B7F81 are triadic colors.