COLOR #99787D

HEX: #99787D
RGB: (153,120,125)

Color info

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

RGB color model

#99787D color RGB value is (153,120,125).

  • red value is 153;
  • green value is 120;
  • blue value is 125.
RGB:
(153,120,125)
(60%,47%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 120 of 255 = 47%
B 125 of 255 = 49%

153
120
125

R + G + B ~ 52%. #99787D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
153 + 120 + 125 = 398 (100%)
R 153 of 398 ~ 38.44%
G 120 of 398 ~ 30.15%
B 125 of 398 ~ 31.41%

%38.44
%30.15
%31.41

CMYK color model

#99787D color CMYK value is (0,22,18,40).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 18.30%
  • key color value is 40.00%
CMYK:
(0,22,18,40)
C0M22Y18K40 
(0%,22%,18%,40%)
(0.00/0.22/0.18/0.40)	

CMYK percentages

%0
%21.57
%18.3
%40

Codes

Color #99787D in popluar color models

99787D
RGB153120125
HSL351°13.92%53.53%
HSB/HSV351°21.57%60.00%
CMYK0.00%21.57%18.30%
40.00%

Color #99787D in popluar number systems.

HEX99787D
Decimal153120125
Binary1001100111110001111101
Octal231170175

Shades and tints

Shades of #99787D

#99787D
(153,120,125)
#8C6E72
(140,110,114)
#7F6467
(127,100,103)
#725A5C
(114,90,92)
#655051
(101,80,81)
#584646
(88,70,70)
#4B3C3B
(75,60,59)
#3E3230
(62,50,48)
#312825
(49,40,37)
#241E1A
(36,30,26)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #99787D

#99787D
(153,120,125)
#A28488
(162,132,136)
#AB9093
(171,144,147)
#B49C9E
(180,156,158)
#BDA8A9
(189,168,169)
#C6B4B4
(198,180,180)
#CFC0BF
(207,192,191)
#D8CCCA
(216,204,202)
#E1D8D5
(225,216,213)
#EAE4E0
(234,228,224)
#F3F0EB
(243,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99787D color. Also use rgb(153,120,125) instead hex code.

Text Font Color

.myTextColor { color: #99787D; }

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

This text font color is #99787D.


Background Color

.myBgColor { background-color: #99787D; }

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

This div background color is #99787D.


Border color

.myBorderColor { border: 1px solid #99787D; }

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

This div border color is #99787D.


Opacity

.myOpacity80 { color: #99787D; opacity: 0.8; }

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

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

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

This text has shadow with #99787D color.

.textShadow {text-shadow: 3px 3px 1px #99787D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99787D on black background.


Color preview on white background

This text has color #99787D on white background.



Black color preview on #99787D background

This text has black color on #99787D background.


White color preview on #99787D background

This text has white color on #99787D background.