COLOR #99784C

HEX: #99784C RGB: (153,120,76)

Color info

#99784C contains mainly red and green colors. Web safe color of #99784C is #996633 (or #963).

RGB color model

#99784C color RGB value is (153,120,76).

RGB: (153,120,76) (60%, 47%, 30%)

RGB channels and saturation

R 153 of 255 = 60%
G 120 of 255 = 47%
B 76 of 255 = 30%

153
120
76

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

Portions of RGB colors in percentages

R + G + B = 153 + 120 + 76 = 349 (100%)
R 153 of 349 ~ 43.84%
G 120 of 349 ~ 34.38%
B 76 of 349 ~ 21.78'%

%43.84
%34.38
%21.78

CMYK color model

#99784C color CMYK value is (0,22,50,40).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 50.33%
  • key color value is 40.00%

CMYK: (0,22,50,40)
C0M22Y50K40 (0%, 22%, 50%, 40%)
(0.00 / 0.22 / 0.50 / 0.40)

CMYK percentages

%0
%21.57
%50.33
%40

Codes

Color #99784C in popluar color models

99 78 4C
RGB 153 120 76
HSL 34° 33.62% 44.90%
HSB/HSV 34° 50.33% 60.00%
CMYK 0.00% 21.57% 50.33%
40.00%

Color #99784C in popluar number systems.

HEX 99 78 4C
Decimal 153 120 76
Binary 10011001 1111000 1001100
Octal 231 170 114

Shades and tints

Shades of #99784C

#99784C
(153,120,76)
#8C6E46
(140,110,70)
#7F6440
(127,100,64)
#725A3A
(114,90,58)
#655034
(101,80,52)
#58462E
(88,70,46)
#4B3C28
(75,60,40)
#3E3222
(62,50,34)
#31281C
(49,40,28)
#241E16
(36,30,22)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #99784C

#99784C
(153,120,76)
#A2845C
(162,132,92)
#AB906C
(171,144,108)
#B49C7C
(180,156,124)
#BDA88C
(189,168,140)
#C6B49C
(198,180,156)
#CFC0AC
(207,192,172)
#D8CCBC
(216,204,188)
#E1D8CC
(225,216,204)
#EAE4DC
(234,228,220)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99784C color. Also use rgb(153,120,76) instead hex code.

Text Font Color

.myTextColor { color: #99784C; }

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

This text font color is #99784C.

Background Color

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

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

This div background color is #99784C.

Border color

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

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

This div border color is #99784C.

Opacity

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

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

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

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

This text has shadow with #99784C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99784C.

Preview

Color preview on black background

This text has color #99784C on black background.


Color preview on white background

This text has color #99784C on white background.


Black color preview on #99784C background

This text has black color on #99784C background.


White color preview on #99784C background

This text has white color on #99784C background.


Related colors

Complementary color

Complementary color for #hex is #6687B3.


I love getcolorcode.com

Triadic colors

1 #4C9978 and #784C99 with #99784C are triadic colors.

2 #4C7899 and #78994C with #99784C are triadic colors.