COLOR #888976

HEX: #888976
RGB: (136,137,118)

Renk bilgisi

#888976 contains red, green and blue colors in about the same proportion. #888976 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#888976 color RGB value is (136,137,118).

  • kırmız ton 136;
  • yeşil ton 137;
  • mavi ton 118.
RGB:
(136,137,118)
(53%,54%,46%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 137 of 255 = 54%
B 118 of 255 = 46%

136
137
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 137 + 118 = 391 (100%)
R 136 of 391 ~ 34.78%
G 137 of 391 ~ 35.04%
B 118 of 391 ~ 30.18%

%34.78
%35.04
%30.18

CMYK RENK MODELİ

#888976 rengi CMYK tonu (1,0,14,46).

  • camgöbeği tonu 0.73%
  • eflatun tonu 0.00%
  • sarı tonu 13.87%
  • ana renk tonu 46.27%
CMYK:
(1,0,14,46)
C1M0Y14K46 
(1%,0%,14%,46%)
(0.01/0.00/0.14/0.46)	

CMYK yüzdeleri

%0.73
%0
%13.87
%46.27

Codes

Color #888976 in popluar color models

888976
RGB136137118
HSL63°7.45%50.00%
HSB/HSV63°13.87%53.73%
CMYK0.73%0.00%13.87%
46.27%

Color #888976 in popluar number systems.

HEX888976
Decimal136137118
Binary10001000100010011110110
Octal210211166

Shades and tints

Shades of #888976

#888976
(136,137,118)
#7C7D6C
(124,125,108)
#707162
(112,113,98)
#646558
(100,101,88)
#58594E
(88,89,78)
#4C4D44
(76,77,68)
#40413A
(64,65,58)
#343530
(52,53,48)
#282926
(40,41,38)
#1C1D1C
(28,29,28)
#101112
(16,17,18)
#000000
(0,0,0)

Tints of #888976

#888976
(136,137,118)
#929382
(146,147,130)
#9C9D8E
(156,157,142)
#A6A79A
(166,167,154)
#B0B1A6
(176,177,166)
#BABBB2
(186,187,178)
#C4C5BE
(196,197,190)
#CECFCA
(206,207,202)
#D8D9D6
(216,217,214)
#E2E3E2
(226,227,226)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888976 color. Also use rgb(136,137,118) instead hex code.

Text Font Color

.myTextColor { color: #888976; }

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

This text font color is #888976.


Background Color

.myBgColor { background-color: #888976; }

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

This div background color is #888976.


Border color

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

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

This div border color is #888976.


Opacity

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

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

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

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

This text has shadow with #888976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888976 on black background.


Color preview on white background

This text has color #888976 on white background.



Black color preview on #888976 background

This text has black color on #888976 background.


White color preview on #888976 background

This text has white color on #888976 background.