COLOR #9B758A

HEX: #9B758A RGB: (155,117,138)

Color info

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

RGB color model

#9B758A color RGB value is (155,117,138).

RGB: (155,117,138) (61%, 46%, 54%)

RGB channels and saturation

R 155 of 255 = 61%
G 117 of 255 = 46%
B 138 of 255 = 54%

155
117
138

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

Portions of RGB colors in percentages

R + G + B = 155 + 117 + 138 = 410 (100%)
R 155 of 410 ~ 37.8%
G 117 of 410 ~ 28.54%
B 138 of 410 ~ 33.66'%

%37.8
%28.54
%33.66

CMYK color model

#9B758A color CMYK value is (0,25,11,39).

  • cyan value is 0.00%
  • magenta value is 24.52%
  • yellow value is 10.97%
  • key color value is 39.22%
CMYK: (0,25,11,39) C0M25Y11K39 (0%,25%,11%,39%) (0.00/0.25/0.11/0.39) 

CMYK percentages

%0
%24.52
%10.97
%39.22

Codes

Color #9B758A in popluar color models

9B 75 8A
RGB 155 117 138
HSL 327° 15.97% 53.33%
HSB/HSV 327° 24.52% 60.78%
CMYK 0.00% 24.52% 10.97%
39.22%

Color #9B758A in popluar number systems.

HEX 9B 75 8A
Decimal 155 117 138
Binary 10011011 1110101 10001010
Octal 233 165 212

Shades and tints

Shades of #9B758A

#9B758A
(155,117,138)
#8D6B7E
(141,107,126)
#7F6172
(127,97,114)
#715766
(113,87,102)
#634D5A
(99,77,90)
#55434E
(85,67,78)
#473942
(71,57,66)
#392F36
(57,47,54)
#2B252A
(43,37,42)
#1D1B1E
(29,27,30)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #9B758A

#9B758A
(155,117,138)
#A48194
(164,129,148)
#AD8D9E
(173,141,158)
#B699A8
(182,153,168)
#BFA5B2
(191,165,178)
#C8B1BC
(200,177,188)
#D1BDC6
(209,189,198)
#DAC9D0
(218,201,208)
#E3D5DA
(227,213,218)
#ECE1E4
(236,225,228)
#F5EDEE
(245,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9B758A; }

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

This text font color is #9B758A.

Background Color

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

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

This div background color is #9B758A.

Border color

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

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

This div border color is #9B758A.

Opacity

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

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

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

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

This text has shadow with #9B758A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B758A.

Preview

Color preview on black background

This text has color #9B758A on black background.


Color preview on white background

This text has color #9B758A on white background.


Black color preview on #9B758A background

This text has black color on #9B758A background.


White color preview on #9B758A background

This text has white color on #9B758A background.


Related colors

Complementary color

Complementary color for #hex is #648A75.


I love getcolorcode.com

Triadic colors

1 #8A9B75 and #758A9B with #9B758A are triadic colors.

2 #8A759B and #759B8A with #9B758A are triadic colors.