COLOR #999770

HEX: #999770 RGB: (153,151,112)

Color info

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

RGB color model

#999770 color RGB value is (153,151,112).

RGB: (153,151,112) (60%, 59%, 44%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 112 of 255 = 44%

153
151
112

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

Portions of RGB colors in percentages

R + G + B = 153 + 151 + 112 = 416 (100%)
R 153 of 416 ~ 36.78%
G 151 of 416 ~ 36.3%
B 112 of 416 ~ 26.92'%

%36.78
%36.3
%26.92

CMYK color model

#999770 color CMYK value is (0,1,27,40).

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

CMYK: (0,1,27,40)
C0M1Y27K40 (0%, 1%, 27%, 40%)
(0.00 / 0.01 / 0.27 / 0.40)

CMYK percentages

%0
%1.31
%26.8
%40

Codes

Color #999770 in popluar color models

99 97 70
RGB 153 151 112
HSL 57° 16.73% 51.96%
HSB/HSV 57° 26.80% 60.00%
CMYK 0.00% 1.31% 26.80%
40.00%

Color #999770 in popluar number systems.

HEX 99 97 70
Decimal 153 151 112
Binary 10011001 10010111 1110000
Octal 231 227 160

Shades and tints

Shades of #999770

#999770
(153,151,112)
#8C8A66
(140,138,102)
#7F7D5C
(127,125,92)
#727052
(114,112,82)
#656348
(101,99,72)
#58563E
(88,86,62)
#4B4934
(75,73,52)
#3E3C2A
(62,60,42)
#312F20
(49,47,32)
#242216
(36,34,22)
#17150C
(23,21,12)
#000000
(0,0,0)

Tints of #999770

#999770
(153,151,112)
#A2A07D
(162,160,125)
#ABA98A
(171,169,138)
#B4B297
(180,178,151)
#BDBBA4
(189,187,164)
#C6C4B1
(198,196,177)
#CFCDBE
(207,205,190)
#D8D6CB
(216,214,203)
#E1DFD8
(225,223,216)
#EAE8E5
(234,232,229)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999770; }

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

This text font color is #999770.

Background Color

.myBgColor { background-color: #999770; }

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

This div background color is #999770.

Border color

.myBorderColor { border: 1px solid #999770; }

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

This div border color is #999770.

Opacity

.myOpacity80 { color: #999770; opacity: 0.8; }

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

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

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

This text has shadow with #999770 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #999770.

Preview

Color preview on black background

This text has color #999770 on black background.


Color preview on white background

This text has color #999770 on white background.


Black color preview on #999770 background

This text has black color on #999770 background.


White color preview on #999770 background

This text has white color on #999770 background.


Related colors

Complementary color

Complementary color for #hex is #66688F.


I love getcolorcode.com

Triadic colors

1 #709997 and #977099 with #999770 are triadic colors.

2 #709799 and #979970 with #999770 are triadic colors.