COLOR #9B9078

HEX: #9B9078 RGB: (155,144,120)

Color info

#9B9078 contains red, green and blue colors in about the same proportion. Web safe color of #9B9078 is #999966 (or #996).

RGB color model

#9B9078 color RGB value is (155,144,120).

RGB: (155,144,120) (61%, 56%, 47%)

RGB channels and saturation

R 155 of 255 = 61%
G 144 of 255 = 56%
B 120 of 255 = 47%

155
144
120

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

Portions of RGB colors in percentages

R + G + B = 155 + 144 + 120 = 419 (100%)
R 155 of 419 ~ 36.99%
G 144 of 419 ~ 34.37%
B 120 of 419 ~ 28.64'%

%36.99
%34.37
%28.64

CMYK color model

#9B9078 color CMYK value is (0,7,23,39).

  • cyan value is 0.00%
  • magenta value is 7.10%
  • yellow value is 22.58%
  • key color value is 39.22%

CMYK: (0,7,23,39)
C0M7Y23K39 (0%, 7%, 23%, 39%)
(0.00 / 0.07 / 0.23 / 0.39)

CMYK percentages

%0
%7.1
%22.58
%39.22

Codes

Color #9B9078 in popluar color models

9B 90 78
RGB 155 144 120
HSL 41° 14.89% 53.92%
HSB/HSV 41° 22.58% 60.78%
CMYK 0.00% 7.10% 22.58%
39.22%

Color #9B9078 in popluar number systems.

HEX 9B 90 78
Decimal 155 144 120
Binary 10011011 10010000 1111000
Octal 233 220 170

Shades and tints

Shades of #9B9078

#9B9078
(155,144,120)
#8D836E
(141,131,110)
#7F7664
(127,118,100)
#71695A
(113,105,90)
#635C50
(99,92,80)
#554F46
(85,79,70)
#47423C
(71,66,60)
#393532
(57,53,50)
#2B2828
(43,40,40)
#1D1B1E
(29,27,30)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #9B9078

#9B9078
(155,144,120)
#A49A84
(164,154,132)
#ADA490
(173,164,144)
#B6AE9C
(182,174,156)
#BFB8A8
(191,184,168)
#C8C2B4
(200,194,180)
#D1CCC0
(209,204,192)
#DAD6CC
(218,214,204)
#E3E0D8
(227,224,216)
#ECEAE4
(236,234,228)
#F5F4F0
(245,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B9078 color. Also use rgb(155,144,120) instead hex code.

Text Font Color

.myTextColor { color: #9B9078; }

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

This text font color is #9B9078.

Background Color

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

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

This div background color is #9B9078.

Border color

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

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

This div border color is #9B9078.

Opacity

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

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

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

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

This text has shadow with #9B9078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9B9078.

Preview

Color preview on black background

This text has color #9B9078 on black background.


Color preview on white background

This text has color #9B9078 on white background.


Black color preview on #9B9078 background

This text has black color on #9B9078 background.


White color preview on #9B9078 background

This text has white color on #9B9078 background.


Related colors

Complementary color

Complementary color for #hex is #646F87.


I love getcolorcode.com

Triadic colors

1 #789B90 and #90789B with #9B9078 are triadic colors.

2 #78909B and #909B78 with #9B9078 are triadic colors.