COLOR #99776A

HEX: #99776A
RGB: (153,119,106)

Color info

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

RGB color model

#99776A color RGB value is (153,119,106).

  • red value is 153;
  • green value is 119;
  • blue value is 106.
RGB:
(153,119,106)
(60%,47%,42%)

RGB channels and saturation

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

153
119
106

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

Portions of RGB colors in percentages

R + G + B =
153 + 119 + 106 = 378 (100%)
R 153 of 378 ~ 40.48%
G 119 of 378 ~ 31.48%
B 106 of 378 ~ 28.04%

%40.48
%31.48
%28.04

CMYK color model

#99776A color CMYK value is (0,22,31,40).

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 30.72%
  • key color value is 40.00%
CMYK:
(0,22,31,40)
C0M22Y31K40 
(0%,22%,31%,40%)
(0.00/0.22/0.31/0.40)	

CMYK percentages

%0
%22.22
%30.72
%40

Codes

Color #99776A in popluar color models

99776A
RGB153119106
HSL17°18.73%50.78%
HSB/HSV17°30.72%60.00%
CMYK0.00%22.22%30.72%
40.00%

Color #99776A in popluar number systems.

HEX99776A
Decimal153119106
Binary1001100111101111101010
Octal231167152

Shades and tints

Shades of #99776A

#99776A
(153,119,106)
#8C6D61
(140,109,97)
#7F6358
(127,99,88)
#72594F
(114,89,79)
#654F46
(101,79,70)
#58453D
(88,69,61)
#4B3B34
(75,59,52)
#3E312B
(62,49,43)
#312722
(49,39,34)
#241D19
(36,29,25)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #99776A

#99776A
(153,119,106)
#A28377
(162,131,119)
#AB8F84
(171,143,132)
#B49B91
(180,155,145)
#BDA79E
(189,167,158)
#C6B3AB
(198,179,171)
#CFBFB8
(207,191,184)
#D8CBC5
(216,203,197)
#E1D7D2
(225,215,210)
#EAE3DF
(234,227,223)
#F3EFEC
(243,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99776A; }

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

This text font color is #99776A.


Background Color

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

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

This div background color is #99776A.


Border color

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

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

This div border color is #99776A.


Opacity

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

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

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

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

This text has shadow with #99776A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99776A on black background.


Color preview on white background

This text has color #99776A on white background.



Black color preview on #99776A background

This text has black color on #99776A background.


White color preview on #99776A background

This text has white color on #99776A background.