COLOR #999775

HEX: #999775
RGB: (153,151,117)

Color info

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

RGB color model

#999775 color RGB value is (153,151,117).

  • red value is 153;
  • green value is 151;
  • blue value is 117.
RGB:
(153,151,117)
(60%,59%,46%)

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 117 of 255 = 46%

153
151
117

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

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 117 = 421 (100%)
R 153 of 421 ~ 36.34%
G 151 of 421 ~ 35.87%
B 117 of 421 ~ 27.79%

%36.34
%35.87
%27.79

CMYK color model

#999775 color CMYK value is (0,1,24,40).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 23.53%
  • key color value is 40.00%
CMYK:
(0,1,24,40)
C0M1Y24K40 
(0%,1%,24%,40%)
(0.00/0.01/0.24/0.40)	

CMYK percentages

%0
%1.31
%23.53
%40

Codes

Color #999775 in popluar color models

999775
RGB153151117
HSL57°15.00%52.94%
HSB/HSV57°23.53%60.00%
CMYK0.00%1.31%23.53%
40.00%

Color #999775 in popluar number systems.

HEX999775
Decimal153151117
Binary10011001100101111110101
Octal231227165

Shades and tints

Shades of #999775

#999775
(153,151,117)
#8C8A6B
(140,138,107)
#7F7D61
(127,125,97)
#727057
(114,112,87)
#65634D
(101,99,77)
#585643
(88,86,67)
#4B4939
(75,73,57)
#3E3C2F
(62,60,47)
#312F25
(49,47,37)
#24221B
(36,34,27)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #999775

#999775
(153,151,117)
#A2A081
(162,160,129)
#ABA98D
(171,169,141)
#B4B299
(180,178,153)
#BDBBA5
(189,187,165)
#C6C4B1
(198,196,177)
#CFCDBD
(207,205,189)
#D8D6C9
(216,214,201)
#E1DFD5
(225,223,213)
#EAE8E1
(234,232,225)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999775; }

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

This text font color is #999775.


Background Color

.myBgColor { background-color: #999775; }

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

This div background color is #999775.


Border color

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

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

This div border color is #999775.


Opacity

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

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

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

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

This text has shadow with #999775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999775 on black background.


Color preview on white background

This text has color #999775 on white background.



Black color preview on #999775 background

This text has black color on #999775 background.


White color preview on #999775 background

This text has white color on #999775 background.