COLOR #99977C

HEX: #99977C RGB: (153,151,124)

Color info

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

RGB color model

#99977C color RGB value is (153,151,124).

RGB: (153,151,124) (60%, 59%, 49%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 124 of 255 = 49%

153
151
124

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

Portions of RGB colors in percentages

R + G + B = 153 + 151 + 124 = 428 (100%)
R 153 of 428 ~ 35.75%
G 151 of 428 ~ 35.28%
B 124 of 428 ~ 28.97'%

%35.75
%35.28
%28.97

CMYK color model

#99977C color CMYK value is (0,1,19,40).

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

CMYK: (0,1,19,40)
C0M1Y19K40 (0%, 1%, 19%, 40%)
(0.00 / 0.01 / 0.19 / 0.40)

CMYK percentages

%0
%1.31
%18.95
%40

Codes

Color #99977C in popluar color models

99 97 7C
RGB 153 151 124
HSL 56° 12.45% 54.31%
HSB/HSV 56° 18.95% 60.00%
CMYK 0.00% 1.31% 18.95%
40.00%

Color #99977C in popluar number systems.

HEX 99 97 7C
Decimal 153 151 124
Binary 10011001 10010111 1111100
Octal 231 227 174

Shades and tints

Shades of #99977C

#99977C
(153,151,124)
#8C8A71
(140,138,113)
#7F7D66
(127,125,102)
#72705B
(114,112,91)
#656350
(101,99,80)
#585645
(88,86,69)
#4B493A
(75,73,58)
#3E3C2F
(62,60,47)
#312F24
(49,47,36)
#242219
(36,34,25)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #99977C

#99977C
(153,151,124)
#A2A087
(162,160,135)
#ABA992
(171,169,146)
#B4B29D
(180,178,157)
#BDBBA8
(189,187,168)
#C6C4B3
(198,196,179)
#CFCDBE
(207,205,190)
#D8D6C9
(216,214,201)
#E1DFD4
(225,223,212)
#EAE8DF
(234,232,223)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99977C; }

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

This text font color is #99977C.

Background Color

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

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

This div background color is #99977C.

Border color

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

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

This div border color is #99977C.

Opacity

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

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

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

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

This text has shadow with #99977C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99977C.

Preview

Color preview on black background

This text has color #99977C on black background.


Color preview on white background

This text has color #99977C on white background.


Black color preview on #99977C background

This text has black color on #99977C background.


White color preview on #99977C background

This text has white color on #99977C background.


Related colors

Complementary color

Complementary color for #hex is #666883.


I love getcolorcode.com

Triadic colors

1 #7C9997 and #977C99 with #99977C are triadic colors.

2 #7C9799 and #97997C with #99977C are triadic colors.