COLOR #888E78

HEX: #888E78
RGB: (136,142,120)

Renk bilgisi

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

RGB renk modeli

#888E78 color RGB value is (136,142,120).

  • kırmız ton 136;
  • yeşil ton 142;
  • mavi ton 120.
RGB:
(136,142,120)
(53%,56%,47%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 142 of 255 = 56%
B 120 of 255 = 47%

136
142
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 142 + 120 = 398 (100%)
R 136 of 398 ~ 34.17%
G 142 of 398 ~ 35.68%
B 120 of 398 ~ 30.15%

%34.17
%35.68
%30.15

CMYK RENK MODELİ

#888E78 rengi CMYK tonu (4,0,15,44).

  • camgöbeği tonu 4.23%
  • eflatun tonu 0.00%
  • sarı tonu 15.49%
  • ana renk tonu 44.31%
CMYK:
(4,0,15,44)
C4M0Y15K44 
(4%,0%,15%,44%)
(0.04/0.00/0.15/0.44)	

CMYK yüzdeleri

%4.23
%0
%15.49
%44.31

Codes

Color #888E78 in popluar color models

888E78
RGB136142120
HSL76°8.87%51.37%
HSB/HSV76°15.49%55.69%
CMYK4.23%0.00%15.49%
44.31%

Color #888E78 in popluar number systems.

HEX888E78
Decimal136142120
Binary10001000100011101111000
Octal210216170

Shades and tints

Shades of #888E78

#888E78
(136,142,120)
#7C826E
(124,130,110)
#707664
(112,118,100)
#646A5A
(100,106,90)
#585E50
(88,94,80)
#4C5246
(76,82,70)
#40463C
(64,70,60)
#343A32
(52,58,50)
#282E28
(40,46,40)
#1C221E
(28,34,30)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #888E78

#888E78
(136,142,120)
#929884
(146,152,132)
#9CA290
(156,162,144)
#A6AC9C
(166,172,156)
#B0B6A8
(176,182,168)
#BAC0B4
(186,192,180)
#C4CAC0
(196,202,192)
#CED4CC
(206,212,204)
#D8DED8
(216,222,216)
#E2E8E4
(226,232,228)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888E78 color. Also use rgb(136,142,120) instead hex code.

Text Font Color

.myTextColor { color: #888E78; }

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

This text font color is #888E78.


Background Color

.myBgColor { background-color: #888E78; }

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

This div background color is #888E78.


Border color

.myBorderColor { border: 1px solid #888E78; }

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

This div border color is #888E78.


Opacity

.myOpacity80 { color: #888E78; opacity: 0.8; }

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

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

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

This text has shadow with #888E78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #888E78 on black background.


Color preview on white background

This text has color #888E78 on white background.



Black color preview on #888E78 background

This text has black color on #888E78 background.


White color preview on #888E78 background

This text has white color on #888E78 background.