COLOR #99776B

HEX: #99776B RGB: (153,119,107)

Color info

#99776B contains red, green and blue colors in about the same proportion. Web safe color of #99776B is #996666 (or #966).

RGB color model

#99776B color RGB value is (153,119,107).

RGB: (153,119,107) (60%, 47%, 42%)

RGB channels and saturation

R 153 of 255 = 60%
G 119 of 255 = 47%
B 107 of 255 = 42%

153
119
107

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

Portions of RGB colors in percentages

R + G + B = 153 + 119 + 107 = 379 (100%)
R 153 of 379 ~ 40.37%
G 119 of 379 ~ 31.4%
B 107 of 379 ~ 28.23'%

%40.37
%31.4
%28.23

CMYK color model

#99776B color CMYK value is (0,22,30,40).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 30.07%
  • key color value is 40.00%

CMYK: (0,22,30,40)
C0M22Y30K40 (0%, 22%, 30%, 40%)
(0.00 / 0.22 / 0.30 / 0.40)

CMYK percentages

%0
%22.22
%30.07
%40

Codes

Color #99776B in popluar color models

99 77 6B
RGB 153 119 107
HSL 16° 18.40% 50.98%
HSB/HSV 16° 30.07% 60.00%
CMYK 0.00% 22.22% 30.07%
40.00%

Color #99776B in popluar number systems.

HEX 99 77 6B
Decimal 153 119 107
Binary 10011001 1110111 1101011
Octal 231 167 153

Shades and tints

Shades of #99776B

#99776B
(153,119,107)
#8C6D62
(140,109,98)
#7F6359
(127,99,89)
#725950
(114,89,80)
#654F47
(101,79,71)
#58453E
(88,69,62)
#4B3B35
(75,59,53)
#3E312C
(62,49,44)
#312723
(49,39,35)
#241D1A
(36,29,26)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #99776B

#99776B
(153,119,107)
#A28378
(162,131,120)
#AB8F85
(171,143,133)
#B49B92
(180,155,146)
#BDA79F
(189,167,159)
#C6B3AC
(198,179,172)
#CFBFB9
(207,191,185)
#D8CBC6
(216,203,198)
#E1D7D3
(225,215,211)
#EAE3E0
(234,227,224)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99776B color. Also use rgb(153,119,107) instead hex code.

Text Font Color

.myTextColor { color: #99776B; }

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

This text font color is #99776B.

Background Color

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

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

This div background color is #99776B.

Border color

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

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

This div border color is #99776B.

Opacity

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

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

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

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

This text has shadow with #99776B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99776B.

Preview

Color preview on black background

This text has color #99776B on black background.


Color preview on white background

This text has color #99776B on white background.


Black color preview on #99776B background

This text has black color on #99776B background.


White color preview on #99776B background

This text has white color on #99776B background.


Related colors

Complementary color

Complementary color for #hex is #668894.


I love getcolorcode.com

Triadic colors

1 #6B9977 and #776B99 with #99776B are triadic colors.

2 #6B7799 and #77996B with #99776B are triadic colors.