COLOR #987F76

HEX: #987F76
RGB: (152,127,118)

Renk bilgisi

#987F76 contains red, green and blue colors in about the same proportion. #987F76 ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#987F76 color RGB value is (152,127,118).

  • kırmız ton 152;
  • yeşil ton 127;
  • mavi ton 118.
RGB:
(152,127,118)
(60%,50%,46%)

RGB bağlantıları ve doygunluk

R 152 of 255 = 60%
G 127 of 255 = 50%
B 118 of 255 = 46%

152
127
118

R + G + B ~ 52%. #987F76 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
152 + 127 + 118 = 397 (100%)
R 152 of 397 ~ 38.29%
G 127 of 397 ~ 31.99%
B 118 of 397 ~ 29.72%

%38.29
%31.99
%29.72

CMYK RENK MODELİ

#987F76 rengi CMYK tonu (0,16,22,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.45%
  • sarı tonu 22.37%
  • ana renk tonu 40.39%
CMYK:
(0,16,22,40)
C0M16Y22K40 
(0%,16%,22%,40%)
(0.00/0.16/0.22/0.40)	

CMYK yüzdeleri

%0
%16.45
%22.37
%40.39

Codes

Color #987F76 in popluar color models

987F76
RGB152127118
HSL16°14.17%52.94%
HSB/HSV16°22.37%59.61%
CMYK0.00%16.45%22.37%
40.39%

Color #987F76 in popluar number systems.

HEX987F76
Decimal152127118
Binary1001100011111111110110
Octal230177166

Shades and tints

Shades of #987F76

#987F76
(152,127,118)
#8B746C
(139,116,108)
#7E6962
(126,105,98)
#715E58
(113,94,88)
#64534E
(100,83,78)
#574844
(87,72,68)
#4A3D3A
(74,61,58)
#3D3230
(61,50,48)
#302726
(48,39,38)
#231C1C
(35,28,28)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #987F76

#987F76
(152,127,118)
#A18A82
(161,138,130)
#AA958E
(170,149,142)
#B3A09A
(179,160,154)
#BCABA6
(188,171,166)
#C5B6B2
(197,182,178)
#CEC1BE
(206,193,190)
#D7CCCA
(215,204,202)
#E0D7D6
(224,215,214)
#E9E2E2
(233,226,226)
#F2EDEE
(242,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #987F76 color. Also use rgb(152,127,118) instead hex code.

Text Font Color

.myTextColor { color: #987F76; }

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

This text font color is #987F76.


Background Color

.myBgColor { background-color: #987F76; }

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

This div background color is #987F76.


Border color

.myBorderColor { border: 1px solid #987F76; }

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

This div border color is #987F76.


Opacity

.myOpacity80 { color: #987F76; opacity: 0.8; }

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

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

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

This text has shadow with #987F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #987F76 on black background.


Color preview on white background

This text has color #987F76 on white background.



Black color preview on #987F76 background

This text has black color on #987F76 background.


White color preview on #987F76 background

This text has white color on #987F76 background.