COLOR #98776A

HEX: #98776A RGB: (152,119,106)

Color info

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

RGB color model

#98776A color RGB value is (152,119,106).

RGB: (152,119,106) (60%, 47%, 42%)

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 106 of 255 = 42%

152
119
106

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

Portions of RGB colors in percentages

R + G + B = 152 + 119 + 106 = 377 (100%)
R 152 of 377 ~ 40.32%
G 119 of 377 ~ 31.56%
B 106 of 377 ~ 28.12'%

%40.32
%31.56
%28.12

CMYK color model

#98776A color CMYK value is (0,22,30,40).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 30.26%
  • key color value is 40.39%
CMYK: (0,22,30,40) C0M22Y30K40 (0%,22%,30%,40%) (0.00/0.22/0.30/0.40) 

CMYK percentages

%0
%21.71
%30.26
%40.39

Codes

Color #98776A in popluar color models

98 77 6A
RGB 152 119 106
HSL 17° 18.25% 50.59%
HSB/HSV 17° 30.26% 59.61%
CMYK 0.00% 21.71% 30.26%
40.39%

Color #98776A in popluar number systems.

HEX 98 77 6A
Decimal 152 119 106
Binary 10011000 1110111 1101010
Octal 230 167 152

Shades and tints

Shades of #98776A

#98776A
(152,119,106)
#8B6D61
(139,109,97)
#7E6358
(126,99,88)
#71594F
(113,89,79)
#644F46
(100,79,70)
#57453D
(87,69,61)
#4A3B34
(74,59,52)
#3D312B
(61,49,43)
#302722
(48,39,34)
#231D19
(35,29,25)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #98776A

#98776A
(152,119,106)
#A18377
(161,131,119)
#AA8F84
(170,143,132)
#B39B91
(179,155,145)
#BCA79E
(188,167,158)
#C5B3AB
(197,179,171)
#CEBFB8
(206,191,184)
#D7CBC5
(215,203,197)
#E0D7D2
(224,215,210)
#E9E3DF
(233,227,223)
#F2EFEC
(242,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98776A; }

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

This text font color is #98776A.

Background Color

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

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

This div background color is #98776A.

Border color

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

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

This div border color is #98776A.

Opacity

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

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

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

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

This text has shadow with #98776A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98776A.

Preview

Color preview on black background

This text has color #98776A on black background.


Color preview on white background

This text has color #98776A on white background.


Black color preview on #98776A background

This text has black color on #98776A background.


White color preview on #98776A background

This text has white color on #98776A background.


Related colors

Complementary color

Complementary color for #hex is #678895.


I love getcolorcode.com

Triadic colors

1 #6A9877 and #776A98 with #98776A are triadic colors.

2 #6A7798 and #77986A with #98776A are triadic colors.