COLOR #888876

HEX: #888876
RGB: (136,136,118)

Renk bilgisi

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

RGB renk modeli

#888876 color RGB value is (136,136,118).

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

RGB bağlantıları ve doygunluk

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

136
136
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 136 + 118 = 390 (100%)
R 136 of 390 ~ 34.87%
G 136 of 390 ~ 34.87%
B 118 of 390 ~ 30.26%

%34.87
%34.87
%30.26

CMYK RENK MODELİ

#888876 rengi CMYK tonu (0,0,13,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 13.24%
  • ana renk tonu 46.67%
CMYK:
(0,0,13,47)
C0M0Y13K47 
(0%,0%,13%,47%)
(0.00/0.00/0.13/0.47)	

CMYK yüzdeleri

%0
%0
%13.24
%46.67

Codes

Color #888876 in popluar color models

888876
RGB136136118
HSL60°7.09%49.80%
HSB/HSV60°13.24%53.33%
CMYK0.00%0.00%13.24%
46.67%

Color #888876 in popluar number systems.

HEX888876
Decimal136136118
Binary10001000100010001110110
Octal210210166

Shades and tints

Shades of #888876

#888876
(136,136,118)
#7C7C6C
(124,124,108)
#707062
(112,112,98)
#646458
(100,100,88)
#58584E
(88,88,78)
#4C4C44
(76,76,68)
#40403A
(64,64,58)
#343430
(52,52,48)
#282826
(40,40,38)
#1C1C1C
(28,28,28)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #888876

#888876
(136,136,118)
#929282
(146,146,130)
#9C9C8E
(156,156,142)
#A6A69A
(166,166,154)
#B0B0A6
(176,176,166)
#BABAB2
(186,186,178)
#C4C4BE
(196,196,190)
#CECECA
(206,206,202)
#D8D8D6
(216,216,214)
#E2E2E2
(226,226,226)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #888876; }

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

This text font color is #888876.


Background Color

.myBgColor { background-color: #888876; }

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

This div background color is #888876.


Border color

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

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

This div border color is #888876.


Opacity

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

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

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

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

This text has shadow with #888876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888876 on black background.


Color preview on white background

This text has color #888876 on white background.



Black color preview on #888876 background

This text has black color on #888876 background.


White color preview on #888876 background

This text has white color on #888876 background.