COLOR #98776F

HEX: #98776F RGB: (152,119,111)

Color info

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

RGB color model

#98776F color RGB value is (152,119,111).

RGB: (152,119,111) (60%, 47%, 44%)

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 111 of 255 = 44%

152
119
111

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

Portions of RGB colors in percentages

R + G + B = 152 + 119 + 111 = 382 (100%)
R 152 of 382 ~ 39.79%
G 119 of 382 ~ 31.15%
B 111 of 382 ~ 29.06'%

%39.79
%31.15
%29.06

CMYK color model

#98776F color CMYK value is (0,22,27,40).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 26.97%
  • key color value is 40.39%
CMYK: (0,22,27,40) C0M22Y27K40 (0%,22%,27%,40%) (0.00/0.22/0.27/0.40) 

CMYK percentages

%0
%21.71
%26.97
%40.39

Codes

Color #98776F in popluar color models

98 77 6F
RGB 152 119 111
HSL 12° 16.60% 51.57%
HSB/HSV 12° 26.97% 59.61%
CMYK 0.00% 21.71% 26.97%
40.39%

Color #98776F in popluar number systems.

HEX 98 77 6F
Decimal 152 119 111
Binary 10011000 1110111 1101111
Octal 230 167 157

Shades and tints

Shades of #98776F

#98776F
(152,119,111)
#8B6D65
(139,109,101)
#7E635B
(126,99,91)
#715951
(113,89,81)
#644F47
(100,79,71)
#57453D
(87,69,61)
#4A3B33
(74,59,51)
#3D3129
(61,49,41)
#30271F
(48,39,31)
#231D15
(35,29,21)
#16130B
(22,19,11)
#000000
(0,0,0)

Tints of #98776F

#98776F
(152,119,111)
#A1837C
(161,131,124)
#AA8F89
(170,143,137)
#B39B96
(179,155,150)
#BCA7A3
(188,167,163)
#C5B3B0
(197,179,176)
#CEBFBD
(206,191,189)
#D7CBCA
(215,203,202)
#E0D7D7
(224,215,215)
#E9E3E4
(233,227,228)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98776F color. Also use rgb(152,119,111) instead hex code.

Text Font Color

.myTextColor { color: #98776F; }

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

This text font color is #98776F.

Background Color

.myBgColor { background-color: #98776F; }

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

This div background color is #98776F.

Border color

.myBorderColor { border: 1px solid #98776F; }

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

This div border color is #98776F.

Opacity

.myOpacity80 { color: #98776F; opacity: 0.8; }

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

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

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

This text has shadow with #98776F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98776F.

Preview

Color preview on black background

This text has color #98776F on black background.


Color preview on white background

This text has color #98776F on white background.


Black color preview on #98776F background

This text has black color on #98776F background.


White color preview on #98776F background

This text has white color on #98776F background.


Related colors

Complementary color

Complementary color for #hex is #678890.


I love getcolorcode.com

Triadic colors

1 #6F9877 and #776F98 with #98776F are triadic colors.

2 #6F7798 and #77986F with #98776F are triadic colors.