COLOR #99977B

HEX: #99977B RGB: (153,151,123)

Color info

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

RGB color model

#99977B color RGB value is (153,151,123).

RGB: (153,151,123) (60%, 59%, 48%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 123 of 255 = 48%

153
151
123

R + G + B ~ 56%. #99977B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 151 + 123 = 427 (100%)
R 153 of 427 ~ 35.83%
G 151 of 427 ~ 35.36%
B 123 of 427 ~ 28.81'%

%35.83
%35.36
%28.81

CMYK color model

#99977B color CMYK value is (0,1,20,40).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 19.61%
  • key color value is 40.00%

CMYK: (0,1,20,40)
C0M1Y20K40 (0%, 1%, 20%, 40%)
(0.00 / 0.01 / 0.20 / 0.40)

CMYK percentages

%0
%1.31
%19.61
%40

Codes

Color #99977B in popluar color models

99 97 7B
RGB 153 151 123
HSL 56° 12.82% 54.12%
HSB/HSV 56° 19.61% 60.00%
CMYK 0.00% 1.31% 19.61%
40.00%

Color #99977B in popluar number systems.

HEX 99 97 7B
Decimal 153 151 123
Binary 10011001 10010111 1111011
Octal 231 227 173

Shades and tints

Shades of #99977B

#99977B
(153,151,123)
#8C8A70
(140,138,112)
#7F7D65
(127,125,101)
#72705A
(114,112,90)
#65634F
(101,99,79)
#585644
(88,86,68)
#4B4939
(75,73,57)
#3E3C2E
(62,60,46)
#312F23
(49,47,35)
#242218
(36,34,24)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #99977B

#99977B
(153,151,123)
#A2A087
(162,160,135)
#ABA993
(171,169,147)
#B4B29F
(180,178,159)
#BDBBAB
(189,187,171)
#C6C4B7
(198,196,183)
#CFCDC3
(207,205,195)
#D8D6CF
(216,214,207)
#E1DFDB
(225,223,219)
#EAE8E7
(234,232,231)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99977B color. Also use rgb(153,151,123) instead hex code.

Text Font Color

.myTextColor { color: #99977B; }

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

This text font color is #99977B.

Background Color

.myBgColor { background-color: #99977B; }

<div style="background-color:#99977B">Inner text</div>

This div background color is #99977B.

Border color

.myBorderColor { border: 1px solid #99977B; }

<div style="border:3px solid #99977B">Div</div>

This div border color is #99977B.

Opacity

.myOpacity80 { color: #99977B; opacity: 0.8; }

<p style="color:#99977B;opacity:0.8;">80%</p>

Text with #99977B 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 #99977B;}

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

This text has shadow with #99977B color.


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

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

This text has shadow with #99977B primary color and red secondary color.


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

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

This text has shadow with #99977B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99977B.

Preview

Color preview on black background

This text has color #99977B on black background.


Color preview on white background

This text has color #99977B on white background.


Black color preview on #99977B background

This text has black color on #99977B background.


White color preview on #99977B background

This text has white color on #99977B background.


Related colors

Complementary color

Complementary color for #hex is #666884.


I love getcolorcode.com

Triadic colors

1 #7B9997 and #977B99 with #99977B are triadic colors.

2 #7B9799 and #97997B with #99977B are triadic colors.