COLOR #98767B

HEX: #98767B RGB: (152,118,123)

Color info

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

RGB color model

#98767B color RGB value is (152,118,123).

RGB: (152,118,123) (60%, 46%, 48%)

RGB channels and saturation

R 152 of 255 = 60%
G 118 of 255 = 46%
B 123 of 255 = 48%

152
118
123

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

Portions of RGB colors in percentages

R + G + B = 152 + 118 + 123 = 393 (100%)
R 152 of 393 ~ 38.68%
G 118 of 393 ~ 30.03%
B 123 of 393 ~ 31.3'%

%38.68
%30.03
%31.3

CMYK color model

#98767B color CMYK value is (0,22,19,40).

  • cyan value is 0.00%
  • magenta value is 22.37%
  • yellow value is 19.08%
  • key color value is 40.39%
CMYK: (0,22,19,40) C0M22Y19K40 (0%,22%,19%,40%) (0.00/0.22/0.19/0.40) 

CMYK percentages

%0
%22.37
%19.08
%40.39

Codes

Color #98767B in popluar color models

98 76 7B
RGB 152 118 123
HSL 351° 14.17% 52.94%
HSB/HSV 351° 22.37% 59.61%
CMYK 0.00% 22.37% 19.08%
40.39%

Color #98767B in popluar number systems.

HEX 98 76 7B
Decimal 152 118 123
Binary 10011000 1110110 1111011
Octal 230 166 173

Shades and tints

Shades of #98767B

#98767B
(152,118,123)
#8B6C70
(139,108,112)
#7E6265
(126,98,101)
#71585A
(113,88,90)
#644E4F
(100,78,79)
#574444
(87,68,68)
#4A3A39
(74,58,57)
#3D302E
(61,48,46)
#302623
(48,38,35)
#231C18
(35,28,24)
#16120D
(22,18,13)
#000000
(0,0,0)

Tints of #98767B

#98767B
(152,118,123)
#A18287
(161,130,135)
#AA8E93
(170,142,147)
#B39A9F
(179,154,159)
#BCA6AB
(188,166,171)
#C5B2B7
(197,178,183)
#CEBEC3
(206,190,195)
#D7CACF
(215,202,207)
#E0D6DB
(224,214,219)
#E9E2E7
(233,226,231)
#F2EEF3
(242,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98767B color. Also use rgb(152,118,123) instead hex code.

Text Font Color

.myTextColor { color: #98767B; }

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

This text font color is #98767B.

Background Color

.myBgColor { background-color: #98767B; }

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

This div background color is #98767B.

Border color

.myBorderColor { border: 1px solid #98767B; }

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

This div border color is #98767B.

Opacity

.myOpacity80 { color: #98767B; opacity: 0.8; }

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

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

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

This text has shadow with #98767B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98767B.

Preview

Color preview on black background

This text has color #98767B on black background.


Color preview on white background

This text has color #98767B on white background.


Black color preview on #98767B background

This text has black color on #98767B background.


White color preview on #98767B background

This text has white color on #98767B background.


Related colors

Complementary color

Complementary color for #hex is #678984.


I love getcolorcode.com

Triadic colors

1 #7B9876 and #767B98 with #98767B are triadic colors.

2 #7B7698 and #76987B with #98767B are triadic colors.