COLOR #999765

HEX: #999765
RGB: (153,151,101)

Color info

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

RGB color model

#999765 color RGB value is (153,151,101).

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

RGB channels and saturation

R 153 of 255 = 60%
G 151 of 255 = 59%
B 101 of 255 = 40%

153
151
101

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

Portions of RGB colors in percentages

R + G + B =
153 + 151 + 101 = 405 (100%)
R 153 of 405 ~ 37.78%
G 151 of 405 ~ 37.28%
B 101 of 405 ~ 24.94%

%37.78
%37.28
%24.94

CMYK color model

#999765 color CMYK value is (0,1,34,40).

  • cyan value is 0.00%
  • magenta value is 1.31%
  • yellow value is 33.99%
  • key color value is 40.00%
CMYK:
(0,1,34,40)
C0M1Y34K40 
(0%,1%,34%,40%)
(0.00/0.01/0.34/0.40)	

CMYK percentages

%0
%1.31
%33.99
%40

Codes

Color #999765 in popluar color models

999765
RGB153151101
HSL58°20.47%49.80%
HSB/HSV58°33.99%60.00%
CMYK0.00%1.31%33.99%
40.00%

Color #999765 in popluar number systems.

HEX999765
Decimal153151101
Binary10011001100101111100101
Octal231227145

Shades and tints

Shades of #999765

#999765
(153,151,101)
#8C8A5C
(140,138,92)
#7F7D53
(127,125,83)
#72704A
(114,112,74)
#656341
(101,99,65)
#585638
(88,86,56)
#4B492F
(75,73,47)
#3E3C26
(62,60,38)
#312F1D
(49,47,29)
#242214
(36,34,20)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #999765

#999765
(153,151,101)
#A2A073
(162,160,115)
#ABA981
(171,169,129)
#B4B28F
(180,178,143)
#BDBB9D
(189,187,157)
#C6C4AB
(198,196,171)
#CFCDB9
(207,205,185)
#D8D6C7
(216,214,199)
#E1DFD5
(225,223,213)
#EAE8E3
(234,232,227)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #999765; }

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

This text font color is #999765.


Background Color

.myBgColor { background-color: #999765; }

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

This div background color is #999765.


Border color

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

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

This div border color is #999765.


Opacity

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

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

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

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

This text has shadow with #999765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #999765 on black background.


Color preview on white background

This text has color #999765 on white background.



Black color preview on #999765 background

This text has black color on #999765 background.


White color preview on #999765 background

This text has white color on #999765 background.